Quickly convert HEX color codes to RGB values with our free online tool. Ideal for web design, graphic projects, and digital art. Simply enter your hexadecimal code and get instant RGB results for perfect color matching.
Formula:
To convert a HEX color code (e.g., #RRGGBB) to RGB (R, G, B), each two-digit hexadecimal pair (RR, GG, BB) is converted to its decimal equivalent.
For each component (Red, Green, Blue):
Decimal Value = (First Hex Digit × 16) + (Second Hex Digit × 1)
Where Hex Digits 'A' through 'F' represent 10 through 15 respectively.