Shades of Alizarin #F22142
Tints of Alizarin #F22142
RGB
CMYK
RGB Variations
Color information
#F22142 (or 0xF22142) is known color: Alizarin. HEX triplet: F2, 21 and 42. RGB value is (242,33,66). Sum of RGB (Red+Green+Blue) = 242+33+66=341 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.97% from 341); Green value is 33 (13.28% from 255 or 9.68% from 341); Blue value is 66 (26.17% from 255 or 19.35% from 341); Max value from RGB is 242 - color contains mainly: red. Hex color #F22142 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22142 is #0DDEBD. Grayscale: #636363. Windows color (decimal): -908990 or 4334066. OLE color: 4334066.
HSL color Cylindrical-coordinate representation of color #F22142: hue angle of 350.53º 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 #F22142 is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 33 | 66 | - |
| CMYK | 0 | 0.86 | 0.73 | 0.05 |
| HSL | 350.53º | 0.89% | 0.54% | - |
| HSV(B) | 350.53º | 0.86% | 0.95% | - |
| XYZ | 38.15 | 20.36 | 7.07 | - |
| YUV | 99.25 | 109.24 | 229.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 33 | 66 | 0 | 0.86 | 0.73 | 0.05 | 350.53 | 0.89 | 0.54 |
| Hex | F2 | 21 | 42 | 0 | 56 | 49 | 5 | 15F | 59 | 36 |
| Octal | 362 | 41 | 102 | 0 | 126 | 111 | 5 | 537 | 131 | 66 |
| Binary | 11110010 | 100001 | 1000010 | 0 | 1010110 | 1001001 | 101 | 101011111 | 1011001 | 110110 |
Color Harmonies of #F22142
Complementary color
Monochromatic Colors of #F22142
Black with #F22142
Text Example
Text Example
White with #F22142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22142; }
p { color: rgb(242,33,66); }
H1.HeaderClassName
{
color: #F22142;
}
.AnyTagClassName
{
color: #F22142;
}
</style>
background-color css
<style>
a { background-color: #F22142; }
a { background-color: rgb(242,33,66); }
div.DivClassName
{
background-color: #F22142;
}
.BgClassName
{
background-color: #F22142;
}
</style>
border-color css
<style>
span { border-color: #F22142; }
span { border-color: rgb(242,33,66); }
td.TdClassName
{
border-color: #F22142;
}
.TagClassName
{
border-color: #F22142;
}
</style>