Shades of Cerise #F22470
Tints of Cerise #F22470
RGB
CMYK
RGB Variations
Color information
#F22470 (or 0xF22470) is known color: Cerise. HEX triplet: F2, 24 and 70. RGB value is (242,36,112). Sum of RGB (Red+Green+Blue) = 242+36+112=390 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.05% from 390); Green value is 36 (14.45% from 255 or 9.23% from 390); Blue value is 112 (44.14% from 255 or 28.72% from 390); Max value from RGB is 242 - color contains mainly: red. Hex color #F22470 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22470 is #0DDB8F. Grayscale: #6A6A6A. Windows color (decimal): -908176 or 7349490. OLE color: 7349490.
HSL color Cylindrical-coordinate representation of color #F22470: hue angle of 337.86º 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 #F22470 is Cyan = 0, Magento = 0.85, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 36 | 112 | - |
| CMYK | 0 | 0.85 | 0.54 | 0.05 |
| HSL | 337.86º | 0.89% | 0.55% | - |
| HSV(B) | 337.86º | 0.85% | 0.95% | - |
| XYZ | 40.17 | 21.31 | 17.32 | - |
| YUV | 106.26 | 131.25 | 224.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 36 | 112 | 0 | 0.85 | 0.54 | 0.05 | 337.86 | 0.89 | 0.55 |
| Hex | F2 | 24 | 70 | 0 | 55 | 36 | 5 | 152 | 59 | 37 |
| Octal | 362 | 44 | 160 | 0 | 125 | 66 | 5 | 522 | 131 | 67 |
| Binary | 11110010 | 100100 | 1110000 | 0 | 1010101 | 110110 | 101 | 101010010 | 1011001 | 110111 |
Color Harmonies of #F22470
Complementary color
Monochromatic Colors of #F22470
Black with #F22470
Text Example
Text Example
White with #F22470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22470; }
p { color: rgb(242,36,112); }
H1.HeaderClassName
{
color: #F22470;
}
.AnyTagClassName
{
color: #F22470;
}
</style>
background-color css
<style>
a { background-color: #F22470; }
a { background-color: rgb(242,36,112); }
div.DivClassName
{
background-color: #F22470;
}
.BgClassName
{
background-color: #F22470;
}
</style>
border-color css
<style>
span { border-color: #F22470; }
span { border-color: rgb(242,36,112); }
td.TdClassName
{
border-color: #F22470;
}
.TagClassName
{
border-color: #F22470;
}
</style>