Shades of Deep Cerise #F22C84
Tints of Deep Cerise #F22C84
RGB
CMYK
RGB Variations
Color information
#F22C84 (or 0xF22C84) is known color: Deep Cerise. HEX triplet: F2, 2C and 84. RGB value is (242,44,132). Sum of RGB (Red+Green+Blue) = 242+44+132=418 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.89% from 418); Green value is 44 (17.58% from 255 or 10.53% from 418); Blue value is 132 (51.95% from 255 or 31.58% from 418); Max value from RGB is 242 - color contains mainly: red. Hex color #F22C84 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F22C84 is #0DD37B. Grayscale: #717171. Windows color (decimal): -906108 or 8662258. OLE color: 8662258.
HSL color Cylindrical-coordinate representation of color #F22C84: hue angle of 333.33º 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 #F22C84 is Cyan = 0, Magento = 0.82, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 44 | 132 | - |
| CMYK | 0 | 0.82 | 0.45 | 0.05 |
| HSL | 333.33º | 0.88% | 0.56% | - |
| HSV(B) | 333.33º | 0.82% | 0.95% | - |
| XYZ | 41.68 | 22.34 | 23.95 | - |
| YUV | 113.23 | 138.6 | 219.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 44 | 132 | 0 | 0.82 | 0.45 | 0.05 | 333.33 | 0.88 | 0.56 |
| Hex | F2 | 2C | 84 | 0 | 52 | 2D | 5 | 14D | 58 | 38 |
| Octal | 362 | 54 | 204 | 0 | 122 | 55 | 5 | 515 | 130 | 70 |
| Binary | 11110010 | 101100 | 10000100 | 0 | 1010010 | 101101 | 101 | 101001101 | 1011000 | 111000 |
Color Harmonies of #F22C84
Complementary color
Monochromatic Colors of #F22C84
Black with #F22C84
Text Example
Text Example
White with #F22C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22C84; }
p { color: rgb(242,44,132); }
H1.HeaderClassName
{
color: #F22C84;
}
.AnyTagClassName
{
color: #F22C84;
}
</style>
background-color css
<style>
a { background-color: #F22C84; }
a { background-color: rgb(242,44,132); }
div.DivClassName
{
background-color: #F22C84;
}
.BgClassName
{
background-color: #F22C84;
}
</style>
border-color css
<style>
span { border-color: #F22C84; }
span { border-color: rgb(242,44,132); }
td.TdClassName
{
border-color: #F22C84;
}
.TagClassName
{
border-color: #F22C84;
}
</style>