Shades of Cerise #F22472
Tints of Cerise #F22472
RGB
CMYK
RGB Variations
Color information
#F22472 (or 0xF22472) is known color: Cerise. HEX triplet: F2, 24 and 72. RGB value is (242,36,114). Sum of RGB (Red+Green+Blue) = 242+36+114=392 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.73% from 392); Green value is 36 (14.45% from 255 or 9.18% from 392); Blue value is 114 (44.92% from 255 or 29.08% from 392); Max value from RGB is 242 - color contains mainly: red. Hex color #F22472 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22472 is #0DDB8D. Grayscale: #6A6A6A. Windows color (decimal): -908174 or 7480562. OLE color: 7480562.
HSL color Cylindrical-coordinate representation of color #F22472: hue angle of 337.28º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F22472 is Cyan = 0, Magento = 0.85, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 36 | 114 | - |
| CMYK | 0 | 0.85 | 0.53 | 0.05 |
| HSL | 337.28º | 0.89% | 0.55% | - |
| HSV(B) | 337.28º | 0.85% | 0.95% | - |
| XYZ | 40.29 | 21.35 | 17.92 | - |
| YUV | 106.49 | 132.25 | 224.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 36 | 114 | 0 | 0.85 | 0.53 | 0.05 | 337.28 | 0.89 | 0.55 |
| Hex | F2 | 24 | 72 | 0 | 55 | 35 | 5 | 151 | 59 | 37 |
| Octal | 362 | 44 | 162 | 0 | 125 | 65 | 5 | 521 | 131 | 67 |
| Binary | 11110010 | 100100 | 1110010 | 0 | 1010101 | 110101 | 101 | 101010001 | 1011001 | 110111 |
Color Harmonies of #F22472
Complementary color
Monochromatic Colors of #F22472
Black with #F22472
Text Example
Text Example
White with #F22472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22472; }
p { color: rgb(242,36,114); }
H1.HeaderClassName
{
color: #F22472;
}
.AnyTagClassName
{
color: #F22472;
}
</style>
background-color css
<style>
a { background-color: #F22472; }
a { background-color: rgb(242,36,114); }
div.DivClassName
{
background-color: #F22472;
}
.BgClassName
{
background-color: #F22472;
}
</style>
border-color css
<style>
span { border-color: #F22472; }
span { border-color: rgb(242,36,114); }
td.TdClassName
{
border-color: #F22472;
}
.TagClassName
{
border-color: #F22472;
}
</style>