Shades of Alizarin #F42342
Tints of Alizarin #F42342
RGB
CMYK
RGB Variations
Color information
#F42342 (or 0xF42342) is known color: Alizarin. HEX triplet: F4, 23 and 42. RGB value is (244,35,66). Sum of RGB (Red+Green+Blue) = 244+35+66=345 (45% of max value = 765). Red value is 244 (95.70% from 255 or 70.72% from 345); Green value is 35 (14.06% from 255 or 10.14% from 345); Blue value is 66 (26.17% from 255 or 19.13% from 345); Max value from RGB is 244 - color contains mainly: red. Hex color #F42342 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42342 is #0BDCBD. Grayscale: #656565. Windows color (decimal): -777406 or 4334580. OLE color: 4334580.
HSL color Cylindrical-coordinate representation of color #F42342: hue angle of 351.1º degrees, saturation: 0.9, 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 #F42342 is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 35 | 66 | - |
| CMYK | 0 | 0.86 | 0.73 | 0.04 |
| HSL | 351.1º | 0.9% | 0.55% | - |
| HSV(B) | 351.1º | 0.86% | 0.96% | - |
| XYZ | 38.89 | 20.83 | 7.12 | - |
| YUV | 101.03 | 108.24 | 229.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 35 | 66 | 0 | 0.86 | 0.73 | 0.04 | 351.1 | 0.9 | 0.55 |
| Hex | F4 | 23 | 42 | 0 | 56 | 49 | 4 | 15F | 5A | 37 |
| Octal | 364 | 43 | 102 | 0 | 126 | 111 | 4 | 537 | 132 | 67 |
| Binary | 11110100 | 100011 | 1000010 | 0 | 1010110 | 1001001 | 100 | 101011111 | 1011010 | 110111 |
Color Harmonies of #F42342
Complementary color
Monochromatic Colors of #F42342
Black with #F42342
Text Example
Text Example
White with #F42342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42342; }
p { color: rgb(244,35,66); }
H1.HeaderClassName
{
color: #F42342;
}
.AnyTagClassName
{
color: #F42342;
}
</style>
background-color css
<style>
a { background-color: #F42342; }
a { background-color: rgb(244,35,66); }
div.DivClassName
{
background-color: #F42342;
}
.BgClassName
{
background-color: #F42342;
}
</style>
border-color css
<style>
span { border-color: #F42342; }
span { border-color: rgb(244,35,66); }
td.TdClassName
{
border-color: #F42342;
}
.TagClassName
{
border-color: #F42342;
}
</style>