Shades of Alizarin #F22842
Tints of Alizarin #F22842
RGB
CMYK
RGB Variations
Color information
#F22842 (or 0xF22842) is known color: Alizarin. HEX triplet: F2, 28 and 42. RGB value is (242,40,66). Sum of RGB (Red+Green+Blue) = 242+40+66=348 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.54% from 348); Green value is 40 (16.02% from 255 or 11.49% from 348); Blue value is 66 (26.17% from 255 or 18.97% from 348); Max value from RGB is 242 - color contains mainly: red. Hex color #F22842 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22842 is #0DD7BD. Grayscale: #676767. Windows color (decimal): -907198 or 4335858. OLE color: 4335858.
HSL color Cylindrical-coordinate representation of color #F22842: hue angle of 352.28º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F22842 is Cyan = 0, Magento = 0.83, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 40 | 66 | - |
| CMYK | 0 | 0.83 | 0.73 | 0.05 |
| HSL | 352.28º | 0.89% | 0.55% | - |
| HSV(B) | 352.28º | 0.83% | 0.95% | - |
| XYZ | 38.36 | 20.79 | 7.14 | - |
| YUV | 103.36 | 106.92 | 226.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 40 | 66 | 0 | 0.83 | 0.73 | 0.05 | 352.28 | 0.89 | 0.55 |
| Hex | F2 | 28 | 42 | 0 | 53 | 49 | 5 | 160 | 59 | 37 |
| Octal | 362 | 50 | 102 | 0 | 123 | 111 | 5 | 540 | 131 | 67 |
| Binary | 11110010 | 101000 | 1000010 | 0 | 1010011 | 1001001 | 101 | 101100000 | 1011001 | 110111 |
Color Harmonies of #F22842
Complementary color
Monochromatic Colors of #F22842
Black with #F22842
Text Example
Text Example
White with #F22842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22842; }
p { color: rgb(242,40,66); }
H1.HeaderClassName
{
color: #F22842;
}
.AnyTagClassName
{
color: #F22842;
}
</style>
background-color css
<style>
a { background-color: #F22842; }
a { background-color: rgb(242,40,66); }
div.DivClassName
{
background-color: #F22842;
}
.BgClassName
{
background-color: #F22842;
}
</style>
border-color css
<style>
span { border-color: #F22842; }
span { border-color: rgb(242,40,66); }
td.TdClassName
{
border-color: #F22842;
}
.TagClassName
{
border-color: #F22842;
}
</style>