#ff0002 color space conversions
Hex:
#ff0002
RGB:
255, 0, 2
CMY:
0, 100, 99
CMYK:
0, 100, 99, 0
HSL:
360°, 100.0000%, 50.0000%
HSV (HSB):
360°, 100.0000%, 100.0000%
XYZ:
41.2510, 21.2644, 1.9877
xyY:
0.6395, 0.3297, 21.2644
CIE-Lab:
53.2376, 80.1223, 66.7137
CIE-LCH:
53.2376, 104.2607, 39.7824
CIE-Luv:
53.2376, 174.9387, 37.5816
Hunter-Lab:
46.1133, 78.9800, 29.7236
#ff0002 color charts
#ff0002 color shades, tints & tones
#ff0002 color schemes
#ff0002 color preview, HTML & CSS examples
This text has a color of #ff0002
<p style="color:#ff0002;">Text here</p>
.mytext {color:#ff0002;}
This box has a color of #ff0002
<div style="background-color:#ff0002;">Content here</div>
.mybackground {background-color:#ff0002;}
Border around this has a color of #ff0002
<div style="border:2px solid #ff0002;">Content here</div>
.myborder {border:2px solid #ff0002;}