Shades of Deep Cerise #F03180
Tints of Deep Cerise #F03180
RGB
CMYK
RGB Variations
Color information
#F03180 (or 0xF03180) is known color: Deep Cerise. HEX triplet: F0, 31 and 80. RGB value is (240,49,128). Sum of RGB (Red+Green+Blue) = 240+49+128=417 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.55% from 417); Green value is 49 (19.53% from 255 or 11.75% from 417); Blue value is 128 (50.39% from 255 or 30.70% from 417); Max value from RGB is 240 - color contains mainly: red. Hex color #F03180 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03180 is #0FCE7F. Grayscale: #727272. Windows color (decimal): -1035904 or 8401392. OLE color: 8401392.
HSL color Cylindrical-coordinate representation of color #F03180: hue angle of 335.18º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F03180 is Cyan = 0, Magento = 0.80, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 49 | 128 | - |
| CMYK | 0 | 0.80 | 0.47 | 0.06 |
| HSL | 335.18º | 0.86% | 0.57% | - |
| HSV(B) | 335.18º | 0.8% | 0.94% | - |
| XYZ | 40.93 | 22.28 | 22.57 | - |
| YUV | 115.12 | 135.28 | 217.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 49 | 128 | 0 | 0.80 | 0.47 | 0.06 | 335.18 | 0.86 | 0.57 |
| Hex | F0 | 31 | 80 | 0 | 50 | 2F | 6 | 14F | 56 | 39 |
| Octal | 360 | 61 | 200 | 0 | 120 | 57 | 6 | 517 | 126 | 71 |
| Binary | 11110000 | 110001 | 10000000 | 0 | 1010000 | 101111 | 110 | 101001111 | 1010110 | 111001 |
Color Harmonies of #F03180
Complementary color
Monochromatic Colors of #F03180
Black with #F03180
Text Example
Text Example
White with #F03180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03180; }
p { color: rgb(240,49,128); }
H1.HeaderClassName
{
color: #F03180;
}
.AnyTagClassName
{
color: #F03180;
}
</style>
background-color css
<style>
a { background-color: #F03180; }
a { background-color: rgb(240,49,128); }
div.DivClassName
{
background-color: #F03180;
}
.BgClassName
{
background-color: #F03180;
}
</style>
border-color css
<style>
span { border-color: #F03180; }
span { border-color: rgb(240,49,128); }
td.TdClassName
{
border-color: #F03180;
}
.TagClassName
{
border-color: #F03180;
}
</style>