🔍

🌈 HEX to RGB Converter

Pick each of the 6 digits of a HEX color code to see its RGB (red, green, blue) equivalent.

What this calculator does

This tool converts a HEX color code into its RGB (red, green, blue) equivalent. Select each of the six hex digits that make up a color code such as #FF5733, and the calculator instantly shows the matching red, green, and blue values from 0 to 255.

How the calculation works

A HEX color code is made of three pairs of hexadecimal digits, one pair for each of red, green, and blue. Each pair is a base-16 number from 00 to FF (0 to 255 in decimal). The calculator converts each pair back to its decimal value to get the RGB channel values, then combines all three into a single packed color number for reference.

This tool is intended for general web design and educational reference.

Last reviewed August 2026