Hex to RGB Converter
Convert hexadecimal color codes to RGB values
Hex Input
With or without # symbol
RGB Output
Color Formats
Color Conversion Information
📖 About Hex Colors
- • Hex colors use base-16 (0-9, A-F)
- • Format: #RRGGBB (Red, Green, Blue)
- • Each color component: 00-FF (0-255)
- • Commonly used in web design
🎨 About RGB Colors
- • RGB stands for Red, Green, Blue
- • Each component ranges from 0-255
- • Used in digital displays and CSS
- • Format: rgb(255, 255, 255)