HTML Color Picker
Select colors and get their HTML (RGBA, RGB, HEX) color codes.
HEX | |
---|---|
RGBA | |
CYMK | |
HSLA | |
HSVA |
How to Use
- Select a Color: Start by either clicking on a color in the color wheel or entering a specific color code (Hex, RGB, or HSL) if you already have one in mind. The tool instantly displays the color.
- Copy the Code: Once you've found the color you like, the tool will generate its code. Simply click on the 'Copy' button next to the color code to copy it to your clipboard.
- Apply It to Your HTML: Paste the copied color code into your HTML or CSS file wherever you want to apply the color. This could be within a style tag in your HTML or directly in your CSS file for elements like
background-color
,color
,border-color
, etc.