Shades of Deep Cerise #F22C80
Tints of Deep Cerise #F22C80
RGB
CMYK
RGB Variations
Color information
#F22C80 (or 0xF22C80) is known color: Deep Cerise. HEX triplet: F2, 2C and 80. RGB value is (242,44,128). Sum of RGB (Red+Green+Blue) = 242+44+128=414 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.45% from 414); Green value is 44 (17.58% from 255 or 10.63% from 414); Blue value is 128 (50.39% from 255 or 30.92% from 414); Max value from RGB is 242 - color contains mainly: red. Hex color #F22C80 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F22C80 is #0DD37F. Grayscale: #707070. Windows color (decimal): -906112 or 8400114. OLE color: 8400114.
HSL color Cylindrical-coordinate representation of color #F22C80: hue angle of 334.55º 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 #F22C80 is Cyan = 0, Magento = 0.82, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 44 | 128 | - |
| CMYK | 0 | 0.82 | 0.47 | 0.05 |
| HSL | 334.55º | 0.88% | 0.56% | - |
| HSV(B) | 334.55º | 0.82% | 0.95% | - |
| XYZ | 41.41 | 22.24 | 22.53 | - |
| YUV | 112.78 | 136.6 | 220.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 44 | 128 | 0 | 0.82 | 0.47 | 0.05 | 334.55 | 0.88 | 0.56 |
| Hex | F2 | 2C | 80 | 0 | 52 | 2F | 5 | 14F | 58 | 38 |
| Octal | 362 | 54 | 200 | 0 | 122 | 57 | 5 | 517 | 130 | 70 |
| Binary | 11110010 | 101100 | 10000000 | 0 | 1010010 | 101111 | 101 | 101001111 | 1011000 | 111000 |
Color Harmonies of #F22C80
Complementary color
Monochromatic Colors of #F22C80
Black with #F22C80
Text Example
Text Example
White with #F22C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22C80; }
p { color: rgb(242,44,128); }
H1.HeaderClassName
{
color: #F22C80;
}
.AnyTagClassName
{
color: #F22C80;
}
</style>
background-color css
<style>
a { background-color: #F22C80; }
a { background-color: rgb(242,44,128); }
div.DivClassName
{
background-color: #F22C80;
}
.BgClassName
{
background-color: #F22C80;
}
</style>
border-color css
<style>
span { border-color: #F22C80; }
span { border-color: rgb(242,44,128); }
td.TdClassName
{
border-color: #F22C80;
}
.TagClassName
{
border-color: #F22C80;
}
</style>