Shades of Alizarin #F42140
Tints of Alizarin #F42140
RGB
CMYK
RGB Variations
Color information
#F42140 (or 0xF42140) is known color: Alizarin. HEX triplet: F4, 21 and 40. RGB value is (244,33,64). Sum of RGB (Red+Green+Blue) = 244+33+64=341 (45% of max value = 765). Red value is 244 (95.70% from 255 or 71.55% from 341); Green value is 33 (13.28% from 255 or 9.68% from 341); Blue value is 64 (25.39% from 255 or 18.77% from 341); Max value from RGB is 244 - color contains mainly: red. Hex color #F42140 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42140 is #0BDEBF. Grayscale: #636363. Windows color (decimal): -777920 or 4202996. OLE color: 4202996.
HSL color Cylindrical-coordinate representation of color #F42140: hue angle of 351.18º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F42140 is Cyan = 0, Magento = 0.86, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 33 | 64 | - |
| CMYK | 0 | 0.86 | 0.74 | 0.04 |
| HSL | 351.18º | 0.91% | 0.54% | - |
| HSV(B) | 351.18º | 0.86% | 0.96% | - |
| XYZ | 38.78 | 20.69 | 6.8 | - |
| YUV | 99.62 | 107.9 | 230.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 33 | 64 | 0 | 0.86 | 0.74 | 0.04 | 351.18 | 0.91 | 0.54 |
| Hex | F4 | 21 | 40 | 0 | 56 | 4A | 4 | 15F | 5B | 36 |
| Octal | 364 | 41 | 100 | 0 | 126 | 112 | 4 | 537 | 133 | 66 |
| Binary | 11110100 | 100001 | 1000000 | 0 | 1010110 | 1001010 | 100 | 101011111 | 1011011 | 110110 |
Color Harmonies of #F42140
Complementary color
Monochromatic Colors of #F42140
Black with #F42140
Text Example
Text Example
White with #F42140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42140; }
p { color: rgb(244,33,64); }
H1.HeaderClassName
{
color: #F42140;
}
.AnyTagClassName
{
color: #F42140;
}
</style>
background-color css
<style>
a { background-color: #F42140; }
a { background-color: rgb(244,33,64); }
div.DivClassName
{
background-color: #F42140;
}
.BgClassName
{
background-color: #F42140;
}
</style>
border-color css
<style>
span { border-color: #F42140; }
span { border-color: rgb(244,33,64); }
td.TdClassName
{
border-color: #F42140;
}
.TagClassName
{
border-color: #F42140;
}
</style>