HEXA RGB Color Converter
Please enter a valid color code
Conversion Result
Color Picker
HEX
#2196F3
RGB
rgb(33, 150, 243)
User Guide
1
Select the conversion type from the dropdown (HEX to RGB or RGB to HEX)
2
Enter your color code in the input field
3
Click the "Convert" button to see the result
4
Use "Reset" to clear inputs or "Download" to save the result
5
Use the color picker to select from predefined colors or choose a custom color
Color Systems Explained
HEX Color Code
Hexadecimal color codes start with a # followed by 6 characters (0-9, A-F). Each pair represents the red, green, and blue components. Example: #FF0000 is pure red.
RGB Color Model
RGB stands for Red, Green, Blue. Each component has a value between 0-255. Example: rgb(255, 0, 0) is pure red. This is an additive color model used in digital displays.