Shades of Alizarin #F22140
Tints of Alizarin #F22140
RGB
CMYK
RGB Variations
Color information
#F22140 (or 0xF22140) is known color: Alizarin. HEX triplet: F2, 21 and 40. RGB value is (242,33,64). Sum of RGB (Red+Green+Blue) = 242+33+64=339 (44% of max value = 765). Red value is 242 (94.92% from 255 or 71.39% from 339); Green value is 33 (13.28% from 255 or 9.73% from 339); Blue value is 64 (25.39% from 255 or 18.88% from 339); Max value from RGB is 242 - color contains mainly: red. Hex color #F22140 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22140 is #0DDEBF. Grayscale: #636363. Windows color (decimal): -908992 or 4202994. OLE color: 4202994.
HSL color Cylindrical-coordinate representation of color #F22140: hue angle of 351.1º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F22140 is Cyan = 0, Magento = 0.86, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 33 | 64 | - |
| CMYK | 0 | 0.86 | 0.74 | 0.05 |
| HSL | 351.1º | 0.89% | 0.54% | - |
| HSV(B) | 351.1º | 0.86% | 0.95% | - |
| XYZ | 38.09 | 20.34 | 6.77 | - |
| YUV | 99.03 | 108.24 | 229.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 33 | 64 | 0 | 0.86 | 0.74 | 0.05 | 351.1 | 0.89 | 0.54 |
| Hex | F2 | 21 | 40 | 0 | 56 | 4A | 5 | 15F | 59 | 36 |
| Octal | 362 | 41 | 100 | 0 | 126 | 112 | 5 | 537 | 131 | 66 |
| Binary | 11110010 | 100001 | 1000000 | 0 | 1010110 | 1001010 | 101 | 101011111 | 1011001 | 110110 |
Color Harmonies of #F22140
Complementary color
Monochromatic Colors of #F22140
Black with #F22140
Text Example
Text Example
White with #F22140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22140; }
p { color: rgb(242,33,64); }
H1.HeaderClassName
{
color: #F22140;
}
.AnyTagClassName
{
color: #F22140;
}
</style>
background-color css
<style>
a { background-color: #F22140; }
a { background-color: rgb(242,33,64); }
div.DivClassName
{
background-color: #F22140;
}
.BgClassName
{
background-color: #F22140;
}
</style>
border-color css
<style>
span { border-color: #F22140; }
span { border-color: rgb(242,33,64); }
td.TdClassName
{
border-color: #F22140;
}
.TagClassName
{
border-color: #F22140;
}
</style>