#f12345 color space conversions
Hex:
#f12345
RGB:
241, 35, 69
CMY:
5, 86, 73
CMYK:
0, 85, 71, 5
HSL:
350°, 88.0342%, 54.1176%
HSV (HSB):
350°, 85.4772%, 94.5098%
XYZ:
37.9508, 20.3325, 7.5546
xyY:
0.5764, 0.3088, 20.3325
CIE-Lab:
52.2111, 74.1702, 35.4228
CIE-LCH:
52.2111, 82.1948, 25.5286
CIE-Luv:
52.2111, 147.5419, 21.8471
Hunter-Lab:
45.0916, 71.3223, 21.6308
#f12345 color charts
#f12345 color shades, tints & tones
#f12345 color schemes
#f12345 color preview, HTML & CSS examples
This text has a color of #f12345
<p style="color:#f12345;">Text here</p>
.mytext {color:#f12345;}
This box has a color of #f12345
<div style="background-color:#f12345;">Content here</div>
.mybackground {background-color:#f12345;}
Border around this has a color of #f12345
<div style="border:2px solid #f12345;">Content here</div>
.myborder {border:2px solid #f12345;}