In RGB color space, #ff1234 hex color has a red value of 255, a green value of 18 and a blue value of 52.
In CMYK color space (used in color printing), #ff1234 hex color is composed of 0% cyan, 92.94% magenta, 79.61% yellow and 0% black.
#ff1234 color has a hue of 351.4 degrees, a saturation of 100% and a lightness of 53.5%.
#ff1234 hex color contains mainly RED.
The closest web safe color of #ff1234 is #ff0033
#ff1234 hex color has a decimal value of 16716340.
HEX | ff1234 | #ff1234 |
---|---|---|
RGB | 255, 18, 52 | rgb(255, 18, 52) |
RGB Percent | 100, 7.06, 20.39 | rgb(100, 7.06, 20.39) |
CMYK | 0, 93, 80, 0 | |
HSL | 351.4°, 100, 53.5 | hsl(351.4, 100%, 53.5%) |
HSV | 351.4°, 92.9, 100 |
XYZ | 42.076, 21.941, 5.266 |
---|---|
Hunter Lab | 46.841, 78.369, 26.123 |
CIE-LAB | 53.964, 79.497, 47.76 |
CIE-LCH | 53.964, 92.74, 30.996 |
CIE-LUV | 0, 92.94, 79.61, 0 |
Web Safe | ff0033 |
RGB percent of color #ff1234
CMYK percent of color #ff1234
Text with hexadecimal color #ff1234
This text has a font color of #ff1234
<p style="color:#ff1234">Text here</p>
#ff1234 Background Color
This box has a background color of #ff1234
<div style="background-color:#ff1234">Text here</div>
#ff1234 Border Color
This box has a border color of #ff1234
<div style="border: 4px solid #ff1234">Text here</div>
CSS codes
<p style="color:#ff1234">Text here</p>
<div style="background-color:#ff1234">Text here</div>
<div style="border: 4px solid #ff1234">Text here</div>
#ff1234 Color on white background
This is how a font and box color of #ff1234 will look
on a white background.
#ff1234 Color on black background
This is how a font and box color of #ff1234 hex color will look
on a black background.