Shades of Cerise #F22870
Tints of Cerise #F22870
RGB
CMYK
RGB Variations
Color information
#F22870 (or 0xF22870) is known color: Cerise. HEX triplet: F2, 28 and 70. RGB value is (242,40,112). Sum of RGB (Red+Green+Blue) = 242+40+112=394 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.42% from 394); Green value is 40 (16.02% from 255 or 10.15% from 394); Blue value is 112 (44.14% from 255 or 28.43% from 394); Max value from RGB is 242 - color contains mainly: red. Hex color #F22870 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22870 is #0DD78F. Grayscale: #6C6C6C. Windows color (decimal): -907152 or 7350514. OLE color: 7350514.
HSL color Cylindrical-coordinate representation of color #F22870: hue angle of 338.61º 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 #F22870 is Cyan = 0, Magento = 0.83, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 40 | 112 | - |
| CMYK | 0 | 0.83 | 0.54 | 0.05 |
| HSL | 338.61º | 0.89% | 0.55% | - |
| HSV(B) | 338.61º | 0.83% | 0.95% | - |
| XYZ | 40.3 | 21.56 | 17.37 | - |
| YUV | 108.61 | 129.92 | 223.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 40 | 112 | 0 | 0.83 | 0.54 | 0.05 | 338.61 | 0.89 | 0.55 |
| Hex | F2 | 28 | 70 | 0 | 53 | 36 | 5 | 153 | 59 | 37 |
| Octal | 362 | 50 | 160 | 0 | 123 | 66 | 5 | 523 | 131 | 67 |
| Binary | 11110010 | 101000 | 1110000 | 0 | 1010011 | 110110 | 101 | 101010011 | 1011001 | 110111 |
Color Harmonies of #F22870
Complementary color
Monochromatic Colors of #F22870
Black with #F22870
Text Example
Text Example
White with #F22870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22870; }
p { color: rgb(242,40,112); }
H1.HeaderClassName
{
color: #F22870;
}
.AnyTagClassName
{
color: #F22870;
}
</style>
background-color css
<style>
a { background-color: #F22870; }
a { background-color: rgb(242,40,112); }
div.DivClassName
{
background-color: #F22870;
}
.BgClassName
{
background-color: #F22870;
}
</style>
border-color css
<style>
span { border-color: #F22870; }
span { border-color: rgb(242,40,112); }
td.TdClassName
{
border-color: #F22870;
}
.TagClassName
{
border-color: #F22870;
}
</style>