Shades of Deep Cerise #F2247E
Tints of Deep Cerise #F2247E
RGB
CMYK
RGB Variations
Color information
#F2247E (or 0xF2247E) is known color: Deep Cerise. HEX triplet: F2, 24 and 7E. RGB value is (242,36,126). Sum of RGB (Red+Green+Blue) = 242+36+126=404 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.90% from 404); Green value is 36 (14.45% from 255 or 8.91% from 404); Blue value is 126 (49.61% from 255 or 31.19% from 404); Max value from RGB is 242 - color contains mainly: red. Hex color #F2247E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2247E is #0DDB81. Grayscale: #6B6B6B. Windows color (decimal): -908162 or 8266994. OLE color: 8266994.
HSL color Cylindrical-coordinate representation of color #F2247E: hue angle of 333.79º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F2247E is Cyan = 0, Magento = 0.85, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 36 | 126 | - |
| CMYK | 0 | 0.85 | 0.48 | 0.05 |
| HSL | 333.79º | 0.89% | 0.55% | - |
| HSV(B) | 333.79º | 0.85% | 0.95% | - |
| XYZ | 41.01 | 21.65 | 21.75 | - |
| YUV | 107.85 | 138.25 | 223.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 36 | 126 | 0 | 0.85 | 0.48 | 0.05 | 333.79 | 0.89 | 0.55 |
| Hex | F2 | 24 | 7E | 0 | 55 | 30 | 5 | 14E | 59 | 37 |
| Octal | 362 | 44 | 176 | 0 | 125 | 60 | 5 | 516 | 131 | 67 |
| Binary | 11110010 | 100100 | 1111110 | 0 | 1010101 | 110000 | 101 | 101001110 | 1011001 | 110111 |
Color Harmonies of #F2247E
Complementary color
Monochromatic Colors of #F2247E
Black with #F2247E
Text Example
Text Example
White with #F2247E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2247E; }
p { color: rgb(242,36,126); }
H1.HeaderClassName
{
color: #F2247E;
}
.AnyTagClassName
{
color: #F2247E;
}
</style>
background-color css
<style>
a { background-color: #F2247E; }
a { background-color: rgb(242,36,126); }
div.DivClassName
{
background-color: #F2247E;
}
.BgClassName
{
background-color: #F2247E;
}
</style>
border-color css
<style>
span { border-color: #F2247E; }
span { border-color: rgb(242,36,126); }
td.TdClassName
{
border-color: #F2247E;
}
.TagClassName
{
border-color: #F2247E;
}
</style>