Shades of Alizarin #F22742
Tints of Alizarin #F22742
RGB
CMYK
RGB Variations
Color information
#F22742 (or 0xF22742) is known color: Alizarin. HEX triplet: F2, 27 and 42. RGB value is (242,39,66). Sum of RGB (Red+Green+Blue) = 242+39+66=347 (45% of max value = 765). Red value is 242 (94.92% from 255 or 69.74% from 347); Green value is 39 (15.62% from 255 or 11.24% from 347); Blue value is 66 (26.17% from 255 or 19.02% from 347); Max value from RGB is 242 - color contains mainly: red. Hex color #F22742 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22742 is #0DD8BD. Grayscale: #666666. Windows color (decimal): -907454 or 4335602. OLE color: 4335602.
HSL color Cylindrical-coordinate representation of color #F22742: hue angle of 352.02º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F22742 is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 39 | 66 | - |
| CMYK | 0 | 0.84 | 0.73 | 0.05 |
| HSL | 352.02º | 0.89% | 0.55% | - |
| HSV(B) | 352.02º | 0.84% | 0.95% | - |
| XYZ | 38.33 | 20.72 | 7.13 | - |
| YUV | 102.78 | 107.25 | 227.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 39 | 66 | 0 | 0.84 | 0.73 | 0.05 | 352.02 | 0.89 | 0.55 |
| Hex | F2 | 27 | 42 | 0 | 54 | 49 | 5 | 160 | 59 | 37 |
| Octal | 362 | 47 | 102 | 0 | 124 | 111 | 5 | 540 | 131 | 67 |
| Binary | 11110010 | 100111 | 1000010 | 0 | 1010100 | 1001001 | 101 | 101100000 | 1011001 | 110111 |
Color Harmonies of #F22742
Complementary color
Monochromatic Colors of #F22742
Black with #F22742
Text Example
Text Example
White with #F22742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22742; }
p { color: rgb(242,39,66); }
H1.HeaderClassName
{
color: #F22742;
}
.AnyTagClassName
{
color: #F22742;
}
</style>
background-color css
<style>
a { background-color: #F22742; }
a { background-color: rgb(242,39,66); }
div.DivClassName
{
background-color: #F22742;
}
.BgClassName
{
background-color: #F22742;
}
</style>
border-color css
<style>
span { border-color: #F22742; }
span { border-color: rgb(242,39,66); }
td.TdClassName
{
border-color: #F22742;
}
.TagClassName
{
border-color: #F22742;
}
</style>