Shades of Cerise #F22C78
Tints of Cerise #F22C78
RGB
CMYK
RGB Variations
Color information
#F22C78 (or 0xF22C78) is known color: Cerise. HEX triplet: F2, 2C and 78. RGB value is (242,44,120). Sum of RGB (Red+Green+Blue) = 242+44+120=406 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.61% from 406); Green value is 44 (17.58% from 255 or 10.84% from 406); Blue value is 120 (47.27% from 255 or 29.56% from 406); Max value from RGB is 242 - color contains mainly: red. Hex color #F22C78 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22C78 is #0DD387. Grayscale: #6F6F6F. Windows color (decimal): -906120 or 7875826. OLE color: 7875826.
HSL color Cylindrical-coordinate representation of color #F22C78: hue angle of 336.97º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F22C78 is Cyan = 0, Magento = 0.82, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 44 | 120 | - |
| CMYK | 0 | 0.82 | 0.50 | 0.05 |
| HSL | 336.97º | 0.88% | 0.56% | - |
| HSV(B) | 336.97º | 0.82% | 0.95% | - |
| XYZ | 40.91 | 22.03 | 19.87 | - |
| YUV | 111.87 | 132.6 | 220.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 44 | 120 | 0 | 0.82 | 0.50 | 0.05 | 336.97 | 0.88 | 0.56 |
| Hex | F2 | 2C | 78 | 0 | 52 | 32 | 5 | 151 | 58 | 38 |
| Octal | 362 | 54 | 170 | 0 | 122 | 62 | 5 | 521 | 130 | 70 |
| Binary | 11110010 | 101100 | 1111000 | 0 | 1010010 | 110010 | 101 | 101010001 | 1011000 | 111000 |
Color Harmonies of #F22C78
Complementary color
Monochromatic Colors of #F22C78
Black with #F22C78
Text Example
Text Example
White with #F22C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22C78; }
p { color: rgb(242,44,120); }
H1.HeaderClassName
{
color: #F22C78;
}
.AnyTagClassName
{
color: #F22C78;
}
</style>
background-color css
<style>
a { background-color: #F22C78; }
a { background-color: rgb(242,44,120); }
div.DivClassName
{
background-color: #F22C78;
}
.BgClassName
{
background-color: #F22C78;
}
</style>
border-color css
<style>
span { border-color: #F22C78; }
span { border-color: rgb(242,44,120); }
td.TdClassName
{
border-color: #F22C78;
}
.TagClassName
{
border-color: #F22C78;
}
</style>