Shades of Deep Cerise #F0287C
Tints of Deep Cerise #F0287C
RGB
CMYK
RGB Variations
Color information
#F0287C (or 0xF0287C) is known color: Deep Cerise. HEX triplet: F0, 28 and 7C. RGB value is (240,40,124). Sum of RGB (Red+Green+Blue) = 240+40+124=404 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.41% from 404); Green value is 40 (16.02% from 255 or 9.90% from 404); Blue value is 124 (48.83% from 255 or 30.69% from 404); Max value from RGB is 240 - color contains mainly: red. Hex color #F0287C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0287C is #0FD783. Grayscale: #6D6D6D. Windows color (decimal): -1038212 or 8136944. OLE color: 8136944.
HSL color Cylindrical-coordinate representation of color #F0287C: hue angle of 334.8º 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 #F0287C is Cyan = 0, Magento = 0.83, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 40 | 124 | - |
| CMYK | 0 | 0.83 | 0.48 | 0.06 |
| HSL | 334.8º | 0.87% | 0.55% | - |
| HSV(B) | 334.8º | 0.83% | 0.94% | - |
| XYZ | 40.33 | 21.5 | 21.09 | - |
| YUV | 109.38 | 136.26 | 221.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 40 | 124 | 0 | 0.83 | 0.48 | 0.06 | 334.8 | 0.87 | 0.55 |
| Hex | F0 | 28 | 7C | 0 | 53 | 30 | 6 | 14F | 57 | 37 |
| Octal | 360 | 50 | 174 | 0 | 123 | 60 | 6 | 517 | 127 | 67 |
| Binary | 11110000 | 101000 | 1111100 | 0 | 1010011 | 110000 | 110 | 101001111 | 1010111 | 110111 |
Color Harmonies of #F0287C
Complementary color
Monochromatic Colors of #F0287C
Black with #F0287C
Text Example
Text Example
White with #F0287C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0287C; }
p { color: rgb(240,40,124); }
H1.HeaderClassName
{
color: #F0287C;
}
.AnyTagClassName
{
color: #F0287C;
}
</style>
background-color css
<style>
a { background-color: #F0287C; }
a { background-color: rgb(240,40,124); }
div.DivClassName
{
background-color: #F0287C;
}
.BgClassName
{
background-color: #F0287C;
}
</style>
border-color css
<style>
span { border-color: #F0287C; }
span { border-color: rgb(240,40,124); }
td.TdClassName
{
border-color: #F0287C;
}
.TagClassName
{
border-color: #F0287C;
}
</style>