Shades of Deep Cerise #F03080
Tints of Deep Cerise #F03080
RGB
CMYK
RGB Variations
Color information
#F03080 (or 0xF03080) is known color: Deep Cerise. HEX triplet: F0, 30 and 80. RGB value is (240,48,128). Sum of RGB (Red+Green+Blue) = 240+48+128=416 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.69% from 416); Green value is 48 (19.14% from 255 or 11.54% from 416); Blue value is 128 (50.39% from 255 or 30.77% from 416); Max value from RGB is 240 - color contains mainly: red. Hex color #F03080 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03080 is #0FCF7F. Grayscale: #727272. Windows color (decimal): -1036160 or 8401136. OLE color: 8401136.
HSL color Cylindrical-coordinate representation of color #F03080: hue angle of 335º degrees, saturation: 0.86, 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 #F03080 is Cyan = 0, Magento = 0.8, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 48 | 128 | - |
| CMYK | 0 | 0.8 | 0.47 | 0.06 |
| HSL | 335º | 0.86% | 0.56% | - |
| HSV(B) | 335º | 0.8% | 0.94% | - |
| XYZ | 40.89 | 22.2 | 22.55 | - |
| YUV | 114.53 | 135.61 | 217.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 48 | 128 | 0 | 0.8 | 0.47 | 0.06 | 335 | 0.86 | 0.56 |
| Hex | F0 | 30 | 80 | 0 | 50 | 2F | 6 | 14F | 56 | 38 |
| Octal | 360 | 60 | 200 | 0 | 120 | 57 | 6 | 517 | 126 | 70 |
| Binary | 11110000 | 110000 | 10000000 | 0 | 1010000 | 101111 | 110 | 101001111 | 1010110 | 111000 |
Color Harmonies of #F03080
Complementary color
Monochromatic Colors of #F03080
Black with #F03080
Text Example
Text Example
White with #F03080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03080; }
p { color: rgb(240,48,128); }
H1.HeaderClassName
{
color: #F03080;
}
.AnyTagClassName
{
color: #F03080;
}
</style>
background-color css
<style>
a { background-color: #F03080; }
a { background-color: rgb(240,48,128); }
div.DivClassName
{
background-color: #F03080;
}
.BgClassName
{
background-color: #F03080;
}
</style>
border-color css
<style>
span { border-color: #F03080; }
span { border-color: rgb(240,48,128); }
td.TdClassName
{
border-color: #F03080;
}
.TagClassName
{
border-color: #F03080;
}
</style>