Shades of Alizarin #F03140
Tints of Alizarin #F03140
RGB
CMYK
RGB Variations
Color information
#F03140 (or 0xF03140) is known color: Alizarin. HEX triplet: F0, 31 and 40. RGB value is (240,49,64). Sum of RGB (Red+Green+Blue) = 240+49+64=353 (46% of max value = 765). Red value is 240 (94.14% from 255 or 67.99% from 353); Green value is 49 (19.53% from 255 or 13.88% from 353); Blue value is 64 (25.39% from 255 or 18.13% from 353); Max value from RGB is 240 - color contains mainly: red. Hex color #F03140 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03140 is #0FCEBF. Grayscale: #6B6B6B. Windows color (decimal): -1035968 or 4207088. OLE color: 4207088.
HSL color Cylindrical-coordinate representation of color #F03140: hue angle of 355.29º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F03140 is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 49 | 64 | - |
| CMYK | 0 | 0.80 | 0.73 | 0.06 |
| HSL | 355.29º | 0.86% | 0.57% | - |
| HSV(B) | 355.29º | 0.8% | 0.94% | - |
| XYZ | 37.96 | 21.09 | 6.92 | - |
| YUV | 107.82 | 103.28 | 222.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 49 | 64 | 0 | 0.80 | 0.73 | 0.06 | 355.29 | 0.86 | 0.57 |
| Hex | F0 | 31 | 40 | 0 | 50 | 49 | 6 | 163 | 56 | 39 |
| Octal | 360 | 61 | 100 | 0 | 120 | 111 | 6 | 543 | 126 | 71 |
| Binary | 11110000 | 110001 | 1000000 | 0 | 1010000 | 1001001 | 110 | 101100011 | 1010110 | 111001 |
Color Harmonies of #F03140
Complementary color
Monochromatic Colors of #F03140
Black with #F03140
Text Example
Text Example
White with #F03140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03140; }
p { color: rgb(240,49,64); }
H1.HeaderClassName
{
color: #F03140;
}
.AnyTagClassName
{
color: #F03140;
}
</style>
background-color css
<style>
a { background-color: #F03140; }
a { background-color: rgb(240,49,64); }
div.DivClassName
{
background-color: #F03140;
}
.BgClassName
{
background-color: #F03140;
}
</style>
border-color css
<style>
span { border-color: #F03140; }
span { border-color: rgb(240,49,64); }
td.TdClassName
{
border-color: #F03140;
}
.TagClassName
{
border-color: #F03140;
}
</style>