Shades of Deep Cerise #F22178
Tints of Deep Cerise #F22178
RGB
CMYK
RGB Variations
Color information
#F22178 (or 0xF22178) is known color: Deep Cerise. HEX triplet: F2, 21 and 78. RGB value is (242,33,120). Sum of RGB (Red+Green+Blue) = 242+33+120=395 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.27% from 395); Green value is 33 (13.28% from 255 or 8.35% from 395); Blue value is 120 (47.27% from 255 or 30.38% from 395); Max value from RGB is 242 - color contains mainly: red. Hex color #F22178 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22178 is #0DDE87. Grayscale: #696969. Windows color (decimal): -908936 or 7873010. OLE color: 7873010.
HSL color Cylindrical-coordinate representation of color #F22178: hue angle of 335.02º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F22178 is Cyan = 0, Magento = 0.86, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 33 | 120 | - |
| CMYK | 0 | 0.86 | 0.50 | 0.05 |
| HSL | 335.02º | 0.89% | 0.54% | - |
| HSV(B) | 335.02º | 0.86% | 0.95% | - |
| XYZ | 40.55 | 21.32 | 19.75 | - |
| YUV | 105.41 | 136.24 | 225.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 33 | 120 | 0 | 0.86 | 0.50 | 0.05 | 335.02 | 0.89 | 0.54 |
| Hex | F2 | 21 | 78 | 0 | 56 | 32 | 5 | 14F | 59 | 36 |
| Octal | 362 | 41 | 170 | 0 | 126 | 62 | 5 | 517 | 131 | 66 |
| Binary | 11110010 | 100001 | 1111000 | 0 | 1010110 | 110010 | 101 | 101001111 | 1011001 | 110110 |
Color Harmonies of #F22178
Complementary color
Monochromatic Colors of #F22178
Black with #F22178
Text Example
Text Example
White with #F22178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22178; }
p { color: rgb(242,33,120); }
H1.HeaderClassName
{
color: #F22178;
}
.AnyTagClassName
{
color: #F22178;
}
</style>
background-color css
<style>
a { background-color: #F22178; }
a { background-color: rgb(242,33,120); }
div.DivClassName
{
background-color: #F22178;
}
.BgClassName
{
background-color: #F22178;
}
</style>
border-color css
<style>
span { border-color: #F22178; }
span { border-color: rgb(242,33,120); }
td.TdClassName
{
border-color: #F22178;
}
.TagClassName
{
border-color: #F22178;
}
</style>