Shades of Cerise #F22970
Tints of Cerise #F22970
RGB
CMYK
RGB Variations
Color information
#F22970 (or 0xF22970) is known color: Cerise. HEX triplet: F2, 29 and 70. RGB value is (242,41,112). Sum of RGB (Red+Green+Blue) = 242+41+112=395 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.27% from 395); Green value is 41 (16.41% from 255 or 10.38% from 395); Blue value is 112 (44.14% from 255 or 28.35% from 395); Max value from RGB is 242 - color contains mainly: red. Hex color #F22970 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22970 is #0DD68F. Grayscale: #6D6D6D. Windows color (decimal): -906896 or 7350770. OLE color: 7350770.
HSL color Cylindrical-coordinate representation of color #F22970: hue angle of 338.81º 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 #F22970 is Cyan = 0, Magento = 0.83, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 41 | 112 | - |
| CMYK | 0 | 0.83 | 0.54 | 0.05 |
| HSL | 338.81º | 0.89% | 0.55% | - |
| HSV(B) | 338.81º | 0.83% | 0.95% | - |
| XYZ | 40.34 | 21.63 | 17.38 | - |
| YUV | 109.19 | 129.59 | 222.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 41 | 112 | 0 | 0.83 | 0.54 | 0.05 | 338.81 | 0.89 | 0.55 |
| Hex | F2 | 29 | 70 | 0 | 53 | 36 | 5 | 153 | 59 | 37 |
| Octal | 362 | 51 | 160 | 0 | 123 | 66 | 5 | 523 | 131 | 67 |
| Binary | 11110010 | 101001 | 1110000 | 0 | 1010011 | 110110 | 101 | 101010011 | 1011001 | 110111 |
Color Harmonies of #F22970
Complementary color
Monochromatic Colors of #F22970
Black with #F22970
Text Example
Text Example
White with #F22970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22970; }
p { color: rgb(242,41,112); }
H1.HeaderClassName
{
color: #F22970;
}
.AnyTagClassName
{
color: #F22970;
}
</style>
background-color css
<style>
a { background-color: #F22970; }
a { background-color: rgb(242,41,112); }
div.DivClassName
{
background-color: #F22970;
}
.BgClassName
{
background-color: #F22970;
}
</style>
border-color css
<style>
span { border-color: #F22970; }
span { border-color: rgb(242,41,112); }
td.TdClassName
{
border-color: #F22970;
}
.TagClassName
{
border-color: #F22970;
}
</style>