Shades of Deep Cerise #F02F80
Tints of Deep Cerise #F02F80
RGB
CMYK
RGB Variations
Color information
#F02F80 (or 0xF02F80) is known color: Deep Cerise. HEX triplet: F0, 2F and 80. RGB value is (240,47,128). Sum of RGB (Red+Green+Blue) = 240+47+128=415 (54% of max value = 765). Red value is 240 (94.14% from 255 or 57.83% from 415); Green value is 47 (18.75% from 255 or 11.33% from 415); Blue value is 128 (50.39% from 255 or 30.84% from 415); Max value from RGB is 240 - color contains mainly: red. Hex color #F02F80 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F02F80 is #0FD07F. Grayscale: #717171. Windows color (decimal): -1036416 or 8400880. OLE color: 8400880.
HSL color Cylindrical-coordinate representation of color #F02F80: hue angle of 334.82º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F02F80 is Cyan = 0, Magento = 0.80, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 47 | 128 | - |
| CMYK | 0 | 0.80 | 0.47 | 0.06 |
| HSL | 334.82º | 0.87% | 0.56% | - |
| HSV(B) | 334.82º | 0.8% | 0.94% | - |
| XYZ | 40.85 | 22.12 | 22.54 | - |
| YUV | 113.94 | 135.94 | 217.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 47 | 128 | 0 | 0.80 | 0.47 | 0.06 | 334.82 | 0.87 | 0.56 |
| Hex | F0 | 2F | 80 | 0 | 50 | 2F | 6 | 14F | 57 | 38 |
| Octal | 360 | 57 | 200 | 0 | 120 | 57 | 6 | 517 | 127 | 70 |
| Binary | 11110000 | 101111 | 10000000 | 0 | 1010000 | 101111 | 110 | 101001111 | 1010111 | 111000 |
Color Harmonies of #F02F80
Complementary color
Monochromatic Colors of #F02F80
Black with #F02F80
Text Example
Text Example
White with #F02F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02F80; }
p { color: rgb(240,47,128); }
H1.HeaderClassName
{
color: #F02F80;
}
.AnyTagClassName
{
color: #F02F80;
}
</style>
background-color css
<style>
a { background-color: #F02F80; }
a { background-color: rgb(240,47,128); }
div.DivClassName
{
background-color: #F02F80;
}
.BgClassName
{
background-color: #F02F80;
}
</style>
border-color css
<style>
span { border-color: #F02F80; }
span { border-color: rgb(240,47,128); }
td.TdClassName
{
border-color: #F02F80;
}
.TagClassName
{
border-color: #F02F80;
}
</style>