Shades of Deep Cerise #F0217C
Tints of Deep Cerise #F0217C
RGB
CMYK
RGB Variations
Color information
#F0217C (or 0xF0217C) is known color: Deep Cerise. HEX triplet: F0, 21 and 7C. RGB value is (240,33,124). Sum of RGB (Red+Green+Blue) = 240+33+124=397 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.45% from 397); Green value is 33 (13.28% from 255 or 8.31% from 397); Blue value is 124 (48.83% from 255 or 31.23% from 397); Max value from RGB is 240 - color contains mainly: red. Hex color #F0217C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0217C is #0FDE83. Grayscale: #696969. Windows color (decimal): -1040004 or 8135152. OLE color: 8135152.
HSL color Cylindrical-coordinate representation of color #F0217C: hue angle of 333.62º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F0217C is Cyan = 0, Magento = 0.86, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 33 | 124 | - |
| CMYK | 0 | 0.86 | 0.48 | 0.06 |
| HSL | 333.62º | 0.87% | 0.54% | - |
| HSV(B) | 333.62º | 0.86% | 0.94% | - |
| XYZ | 40.12 | 21.07 | 21.02 | - |
| YUV | 105.27 | 138.58 | 224.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 33 | 124 | 0 | 0.86 | 0.48 | 0.06 | 333.62 | 0.87 | 0.54 |
| Hex | F0 | 21 | 7C | 0 | 56 | 30 | 6 | 14E | 57 | 36 |
| Octal | 360 | 41 | 174 | 0 | 126 | 60 | 6 | 516 | 127 | 66 |
| Binary | 11110000 | 100001 | 1111100 | 0 | 1010110 | 110000 | 110 | 101001110 | 1010111 | 110110 |
Color Harmonies of #F0217C
Complementary color
Monochromatic Colors of #F0217C
Black with #F0217C
Text Example
Text Example
White with #F0217C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0217C; }
p { color: rgb(240,33,124); }
H1.HeaderClassName
{
color: #F0217C;
}
.AnyTagClassName
{
color: #F0217C;
}
</style>
background-color css
<style>
a { background-color: #F0217C; }
a { background-color: rgb(240,33,124); }
div.DivClassName
{
background-color: #F0217C;
}
.BgClassName
{
background-color: #F0217C;
}
</style>
border-color css
<style>
span { border-color: #F0217C; }
span { border-color: rgb(240,33,124); }
td.TdClassName
{
border-color: #F0217C;
}
.TagClassName
{
border-color: #F0217C;
}
</style>