About the HEX to RGB Converter
Each pair of hex digits is one channel: #ff6347 is red ff (255), green 63 (99) and blue 47 (71).
HEX to RGB Converter formula
R = hex[1..2] in base 16
G = hex[3..4] in base 16
B = hex[5..6] in base 16Convert a HEX colour code to RGB (and HSL, CMYK) instantly.
Each pair of hex digits is one channel: #ff6347 is red ff (255), green 63 (99) and blue 47 (71).
R = hex[1..2] in base 16
G = hex[3..4] in base 16
B = hex[5..6] in base 16