Shades of Alizarin #F42442
Tints of Alizarin #F42442
RGB
CMYK
RGB Variations
Color information
#F42442 (or 0xF42442) is known color: Alizarin. HEX triplet: F4, 24 and 42. RGB value is (244,36,66). Sum of RGB (Red+Green+Blue) = 244+36+66=346 (45% of max value = 765). Red value is 244 (95.70% from 255 or 70.52% from 346); Green value is 36 (14.45% from 255 or 10.40% from 346); Blue value is 66 (26.17% from 255 or 19.08% from 346); Max value from RGB is 244 - color contains mainly: red. Hex color #F42442 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42442 is #0BDBBD. Grayscale: #656565. Windows color (decimal): -777150 or 4334836. OLE color: 4334836.
HSL color Cylindrical-coordinate representation of color #F42442: hue angle of 351.35º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F42442 is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 36 | 66 | - |
| CMYK | 0 | 0.85 | 0.73 | 0.04 |
| HSL | 351.35º | 0.9% | 0.55% | - |
| HSV(B) | 351.35º | 0.85% | 0.96% | - |
| XYZ | 38.92 | 20.89 | 7.13 | - |
| YUV | 101.61 | 107.91 | 229.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 36 | 66 | 0 | 0.85 | 0.73 | 0.04 | 351.35 | 0.9 | 0.55 |
| Hex | F4 | 24 | 42 | 0 | 55 | 49 | 4 | 15F | 5A | 37 |
| Octal | 364 | 44 | 102 | 0 | 125 | 111 | 4 | 537 | 132 | 67 |
| Binary | 11110100 | 100100 | 1000010 | 0 | 1010101 | 1001001 | 100 | 101011111 | 1011010 | 110111 |
Color Harmonies of #F42442
Complementary color
Monochromatic Colors of #F42442
Black with #F42442
Text Example
Text Example
White with #F42442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42442; }
p { color: rgb(244,36,66); }
H1.HeaderClassName
{
color: #F42442;
}
.AnyTagClassName
{
color: #F42442;
}
</style>
background-color css
<style>
a { background-color: #F42442; }
a { background-color: rgb(244,36,66); }
div.DivClassName
{
background-color: #F42442;
}
.BgClassName
{
background-color: #F42442;
}
</style>
border-color css
<style>
span { border-color: #F42442; }
span { border-color: rgb(244,36,66); }
td.TdClassName
{
border-color: #F42442;
}
.TagClassName
{
border-color: #F42442;
}
</style>