HEX to RGB Converter
Convert HEX color codes into RGB format instantly with our free tool. Essential for designers and web developers.
#FF0000
RGB(255, 0, 0)
Color Information
RGB Values
HSV Values
About HEX and RGB Color Models
HEX Color Codes
HEX codes are a hexadecimal representation of RGB values. They start with a hash (#) followed by six characters—two each for red, green, and blue components. For example, #FF0000 is red.
RGB Color Model
RGB stands for Red, Green, Blue. It's an additive color model where colors are created by combining these three primary colors in varying intensities. Each value ranges from 0 to 255.
Conversion Formula
To convert HEX to RGB, each pair of hexadecimal digits is converted to a decimal number. For example, #FF0000 becomes RGB(255, 0, 0).