Shades of Deep Cerise #F02379
Tints of Deep Cerise #F02379
RGB
CMYK
RGB Variations
Color information
#F02379 (or 0xF02379) is known color: Deep Cerise. HEX triplet: F0, 23 and 79. RGB value is (240,35,121). Sum of RGB (Red+Green+Blue) = 240+35+121=396 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.61% from 396); Green value is 35 (14.06% from 255 or 8.84% from 396); Blue value is 121 (47.66% from 255 or 30.56% from 396); Max value from RGB is 240 - color contains mainly: red. Hex color #F02379 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F02379 is #0FDC86. Grayscale: #696969. Windows color (decimal): -1039495 or 7939056. OLE color: 7939056.
HSL color Cylindrical-coordinate representation of color #F02379: hue angle of 334.83º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F02379 is Cyan = 0, Magento = 0.85, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 35 | 121 | - |
| CMYK | 0 | 0.85 | 0.50 | 0.06 |
| HSL | 334.83º | 0.87% | 0.54% | - |
| HSV(B) | 334.83º | 0.85% | 0.94% | - |
| XYZ | 39.99 | 21.11 | 20.06 | - |
| YUV | 106.1 | 136.42 | 223.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 35 | 121 | 0 | 0.85 | 0.50 | 0.06 | 334.83 | 0.87 | 0.54 |
| Hex | F0 | 23 | 79 | 0 | 55 | 32 | 6 | 14F | 57 | 36 |
| Octal | 360 | 43 | 171 | 0 | 125 | 62 | 6 | 517 | 127 | 66 |
| Binary | 11110000 | 100011 | 1111001 | 0 | 1010101 | 110010 | 110 | 101001111 | 1010111 | 110110 |
Color Harmonies of #F02379
Complementary color
Monochromatic Colors of #F02379
Black with #F02379
Text Example
Text Example
White with #F02379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02379; }
p { color: rgb(240,35,121); }
H1.HeaderClassName
{
color: #F02379;
}
.AnyTagClassName
{
color: #F02379;
}
</style>
background-color css
<style>
a { background-color: #F02379; }
a { background-color: rgb(240,35,121); }
div.DivClassName
{
background-color: #F02379;
}
.BgClassName
{
background-color: #F02379;
}
</style>
border-color css
<style>
span { border-color: #F02379; }
span { border-color: rgb(240,35,121); }
td.TdClassName
{
border-color: #F02379;
}
.TagClassName
{
border-color: #F02379;
}
</style>