Shades of Deep Cerise #F22C82
Tints of Deep Cerise #F22C82
RGB
CMYK
RGB Variations
Color information
#F22C82 (or 0xF22C82) is known color: Deep Cerise. HEX triplet: F2, 2C and 82. RGB value is (242,44,130). Sum of RGB (Red+Green+Blue) = 242+44+130=416 (55% of max value = 765). Red value is 242 (94.92% from 255 or 58.17% from 416); Green value is 44 (17.58% from 255 or 10.58% from 416); Blue value is 130 (51.17% from 255 or 31.25% from 416); Max value from RGB is 242 - color contains mainly: red. Hex color #F22C82 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F22C82 is #0DD37D. Grayscale: #707070. Windows color (decimal): -906110 or 8531186. OLE color: 8531186.
HSL color Cylindrical-coordinate representation of color #F22C82: hue angle of 333.94º 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 #F22C82 is Cyan = 0, Magento = 0.82, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 44 | 130 | - |
| CMYK | 0 | 0.82 | 0.46 | 0.05 |
| HSL | 333.94º | 0.88% | 0.56% | - |
| HSV(B) | 333.94º | 0.82% | 0.95% | - |
| XYZ | 41.55 | 22.29 | 23.23 | - |
| YUV | 113.01 | 137.6 | 220.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 44 | 130 | 0 | 0.82 | 0.46 | 0.05 | 333.94 | 0.88 | 0.56 |
| Hex | F2 | 2C | 82 | 0 | 52 | 2E | 5 | 14E | 58 | 38 |
| Octal | 362 | 54 | 202 | 0 | 122 | 56 | 5 | 516 | 130 | 70 |
| Binary | 11110010 | 101100 | 10000010 | 0 | 1010010 | 101110 | 101 | 101001110 | 1011000 | 111000 |
Color Harmonies of #F22C82
Complementary color
Monochromatic Colors of #F22C82
Black with #F22C82
Text Example
Text Example
White with #F22C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22C82; }
p { color: rgb(242,44,130); }
H1.HeaderClassName
{
color: #F22C82;
}
.AnyTagClassName
{
color: #F22C82;
}
</style>
background-color css
<style>
a { background-color: #F22C82; }
a { background-color: rgb(242,44,130); }
div.DivClassName
{
background-color: #F22C82;
}
.BgClassName
{
background-color: #F22C82;
}
</style>
border-color css
<style>
span { border-color: #F22C82; }
span { border-color: rgb(242,44,130); }
td.TdClassName
{
border-color: #F22C82;
}
.TagClassName
{
border-color: #F22C82;
}
</style>