Shades of Alizarin #F42240
Tints of Alizarin #F42240
RGB
CMYK
RGB Variations
Color information
#F42240 (or 0xF42240) is known color: Alizarin. HEX triplet: F4, 22 and 40. RGB value is (244,34,64). Sum of RGB (Red+Green+Blue) = 244+34+64=342 (45% of max value = 765). Red value is 244 (95.70% from 255 or 71.35% from 342); Green value is 34 (13.67% from 255 or 9.94% from 342); Blue value is 64 (25.39% from 255 or 18.71% from 342); Max value from RGB is 244 - color contains mainly: red. Hex color #F42240 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42240 is #0BDDBF. Grayscale: #646464. Windows color (decimal): -777664 or 4203252. OLE color: 4203252.
HSL color Cylindrical-coordinate representation of color #F42240: hue angle of 351.43º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F42240 is Cyan = 0, Magento = 0.86, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 34 | 64 | - |
| CMYK | 0 | 0.86 | 0.74 | 0.04 |
| HSL | 351.43º | 0.91% | 0.55% | - |
| HSV(B) | 351.43º | 0.86% | 0.96% | - |
| XYZ | 38.81 | 20.75 | 6.81 | - |
| YUV | 100.21 | 107.57 | 230.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 34 | 64 | 0 | 0.86 | 0.74 | 0.04 | 351.43 | 0.91 | 0.55 |
| Hex | F4 | 22 | 40 | 0 | 56 | 4A | 4 | 15F | 5B | 37 |
| Octal | 364 | 42 | 100 | 0 | 126 | 112 | 4 | 537 | 133 | 67 |
| Binary | 11110100 | 100010 | 1000000 | 0 | 1010110 | 1001010 | 100 | 101011111 | 1011011 | 110111 |
Color Harmonies of #F42240
Complementary color
Monochromatic Colors of #F42240
Black with #F42240
Text Example
Text Example
White with #F42240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42240; }
p { color: rgb(244,34,64); }
H1.HeaderClassName
{
color: #F42240;
}
.AnyTagClassName
{
color: #F42240;
}
</style>
background-color css
<style>
a { background-color: #F42240; }
a { background-color: rgb(244,34,64); }
div.DivClassName
{
background-color: #F42240;
}
.BgClassName
{
background-color: #F42240;
}
</style>
border-color css
<style>
span { border-color: #F42240; }
span { border-color: rgb(244,34,64); }
td.TdClassName
{
border-color: #F42240;
}
.TagClassName
{
border-color: #F42240;
}
</style>