Shades of Deep Cerise #F02980
Tints of Deep Cerise #F02980
RGB
CMYK
RGB Variations
Color information
#F02980 (or 0xF02980) is known color: Deep Cerise. HEX triplet: F0, 29 and 80. RGB value is (240,41,128). Sum of RGB (Red+Green+Blue) = 240+41+128=409 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.68% from 409); Green value is 41 (16.41% from 255 or 10.02% from 409); Blue value is 128 (50.39% from 255 or 31.30% from 409); Max value from RGB is 240 - color contains mainly: red. Hex color #F02980 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F02980 is #0FD67F. Grayscale: #6E6E6E. Windows color (decimal): -1037952 or 8399344. OLE color: 8399344.
HSL color Cylindrical-coordinate representation of color #F02980: hue angle of 333.77º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F02980 is Cyan = 0, Magento = 0.83, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 41 | 128 | - |
| CMYK | 0 | 0.83 | 0.47 | 0.06 |
| HSL | 333.77º | 0.87% | 0.55% | - |
| HSV(B) | 333.77º | 0.83% | 0.94% | - |
| XYZ | 40.62 | 21.67 | 22.46 | - |
| YUV | 110.42 | 137.93 | 220.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 41 | 128 | 0 | 0.83 | 0.47 | 0.06 | 333.77 | 0.87 | 0.55 |
| Hex | F0 | 29 | 80 | 0 | 53 | 2F | 6 | 14E | 57 | 37 |
| Octal | 360 | 51 | 200 | 0 | 123 | 57 | 6 | 516 | 127 | 67 |
| Binary | 11110000 | 101001 | 10000000 | 0 | 1010011 | 101111 | 110 | 101001110 | 1010111 | 110111 |
Color Harmonies of #F02980
Complementary color
Monochromatic Colors of #F02980
Black with #F02980
Text Example
Text Example
White with #F02980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02980; }
p { color: rgb(240,41,128); }
H1.HeaderClassName
{
color: #F02980;
}
.AnyTagClassName
{
color: #F02980;
}
</style>
background-color css
<style>
a { background-color: #F02980; }
a { background-color: rgb(240,41,128); }
div.DivClassName
{
background-color: #F02980;
}
.BgClassName
{
background-color: #F02980;
}
</style>
border-color css
<style>
span { border-color: #F02980; }
span { border-color: rgb(240,41,128); }
td.TdClassName
{
border-color: #F02980;
}
.TagClassName
{
border-color: #F02980;
}
</style>