Color Converter supports conversion between HEX and RGB formats and integrates a color picker.
π¨ HEX Format: A 6-digit or 3-digit hexadecimal number starting with #, such as #ff0000 or #f00 (automatically expanded to #ff0000).
π RGB Format: rgb(red, green, blue), each component 0-255, e.g., rgb(255,0,0). Spaces are allowed.
ποΈ Color Picker: Click the color swatch on the right to open the system color picker. The selected color will automatically populate the input box (in HEX format).
π When the input contains a valid HEX value, the color picker synchronizes to display that color.
π‘ Click the "Example" button to cycle through HEX and RGB examples.
π Real-time character count is displayed below the input and output boxes.