RGB to HEX Converter

Convert RGB color values to HEX color codes instantly

RGB Color Input

Color Preview

HEX Color Output

Click the copy icon to copy the HEX code

About RGB to HEX Conversion

RGB (Red, Green, Blue) and HEX (Hexadecimal) are two common ways to represent colors in digital design and web development. This tool converts RGB values (each ranging from 0 to 255) to their corresponding HEX code representation.

The HEX color code is a 6-digit hexadecimal number that represents the red, green, and blue components of the color. For example, RGB(255, 0, 0) converts to #FF0000, which is pure red.