Shades of Deep Cerise #F22E7E
Tints of Deep Cerise #F22E7E
RGB
CMYK
RGB Variations
Color information
#F22E7E (or 0xF22E7E) is known color: Deep Cerise. HEX triplet: F2, 2E and 7E. RGB value is (242,46,126). Sum of RGB (Red+Green+Blue) = 242+46+126=414 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.45% from 414); Green value is 46 (18.36% from 255 or 11.11% from 414); Blue value is 126 (49.61% from 255 or 30.43% from 414); Max value from RGB is 242 - color contains mainly: red. Hex color #F22E7E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22E7E is #0DD181. Grayscale: #717171. Windows color (decimal): -905602 or 8269554. OLE color: 8269554.
HSL color Cylindrical-coordinate representation of color #F22E7E: hue angle of 335.51º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F22E7E is Cyan = 0, Magento = 0.81, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 46 | 126 | - |
| CMYK | 0 | 0.81 | 0.48 | 0.05 |
| HSL | 335.51º | 0.88% | 0.56% | - |
| HSV(B) | 335.51º | 0.81% | 0.95% | - |
| XYZ | 41.36 | 22.34 | 21.87 | - |
| YUV | 113.72 | 134.93 | 219.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 46 | 126 | 0 | 0.81 | 0.48 | 0.05 | 335.51 | 0.88 | 0.56 |
| Hex | F2 | 2E | 7E | 0 | 51 | 30 | 5 | 150 | 58 | 38 |
| Octal | 362 | 56 | 176 | 0 | 121 | 60 | 5 | 520 | 130 | 70 |
| Binary | 11110010 | 101110 | 1111110 | 0 | 1010001 | 110000 | 101 | 101010000 | 1011000 | 111000 |
Color Harmonies of #F22E7E
Complementary color
Monochromatic Colors of #F22E7E
Black with #F22E7E
Text Example
Text Example
White with #F22E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22E7E; }
p { color: rgb(242,46,126); }
H1.HeaderClassName
{
color: #F22E7E;
}
.AnyTagClassName
{
color: #F22E7E;
}
</style>
background-color css
<style>
a { background-color: #F22E7E; }
a { background-color: rgb(242,46,126); }
div.DivClassName
{
background-color: #F22E7E;
}
.BgClassName
{
background-color: #F22E7E;
}
</style>
border-color css
<style>
span { border-color: #F22E7E; }
span { border-color: rgb(242,46,126); }
td.TdClassName
{
border-color: #F22E7E;
}
.TagClassName
{
border-color: #F22E7E;
}
</style>