Shades of Deep Cerise #F03185
Tints of Deep Cerise #F03185
RGB
CMYK
RGB Variations
Color information
#F03185 (or 0xF03185) is known color: Deep Cerise. HEX triplet: F0, 31 and 85. RGB value is (240,49,133). Sum of RGB (Red+Green+Blue) = 240+49+133=422 (55% of max value = 765). Red value is 240 (94.14% from 255 or 56.87% from 422); Green value is 49 (19.53% from 255 or 11.61% from 422); Blue value is 133 (52.34% from 255 or 31.52% from 422); Max value from RGB is 240 - color contains mainly: red. Hex color #F03185 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03185 is #0FCE7A. Grayscale: #737373. Windows color (decimal): -1035899 or 8729072. OLE color: 8729072.
HSL color Cylindrical-coordinate representation of color #F03185: hue angle of 333.61º 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 #F03185 is Cyan = 0, Magento = 0.80, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 49 | 133 | - |
| CMYK | 0 | 0.80 | 0.45 | 0.06 |
| HSL | 333.61º | 0.86% | 0.57% | - |
| HSV(B) | 333.61º | 0.8% | 0.94% | - |
| XYZ | 41.27 | 22.42 | 24.34 | - |
| YUV | 115.69 | 137.78 | 216.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 49 | 133 | 0 | 0.80 | 0.45 | 0.06 | 333.61 | 0.86 | 0.57 |
| Hex | F0 | 31 | 85 | 0 | 50 | 2D | 6 | 14E | 56 | 39 |
| Octal | 360 | 61 | 205 | 0 | 120 | 55 | 6 | 516 | 126 | 71 |
| Binary | 11110000 | 110001 | 10000101 | 0 | 1010000 | 101101 | 110 | 101001110 | 1010110 | 111001 |
Color Harmonies of #F03185
Complementary color
Monochromatic Colors of #F03185
Black with #F03185
Text Example
Text Example
White with #F03185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03185; }
p { color: rgb(240,49,133); }
H1.HeaderClassName
{
color: #F03185;
}
.AnyTagClassName
{
color: #F03185;
}
</style>
background-color css
<style>
a { background-color: #F03185; }
a { background-color: rgb(240,49,133); }
div.DivClassName
{
background-color: #F03185;
}
.BgClassName
{
background-color: #F03185;
}
</style>
border-color css
<style>
span { border-color: #F03185; }
span { border-color: rgb(240,49,133); }
td.TdClassName
{
border-color: #F03185;
}
.TagClassName
{
border-color: #F03185;
}
</style>