Shades of Deep Cerise #F02881
Tints of Deep Cerise #F02881
RGB
CMYK
RGB Variations
Color information
#F02881 (or 0xF02881) is known color: Deep Cerise. HEX triplet: F0, 28 and 81. RGB value is (240,40,129). Sum of RGB (Red+Green+Blue) = 240+40+129=409 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.68% from 409); Green value is 40 (16.02% from 255 or 9.78% from 409); Blue value is 129 (50.78% from 255 or 31.54% from 409); Max value from RGB is 240 - color contains mainly: red. Hex color #F02881 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F02881 is #0FD77E. Grayscale: #6D6D6D. Windows color (decimal): -1038207 or 8464624. OLE color: 8464624.
HSL color Cylindrical-coordinate representation of color #F02881: hue angle of 333.3º 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 #F02881 is Cyan = 0, Magento = 0.83, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 40 | 129 | - |
| CMYK | 0 | 0.83 | 0.46 | 0.06 |
| HSL | 333.3º | 0.87% | 0.55% | - |
| HSV(B) | 333.3º | 0.83% | 0.94% | - |
| XYZ | 40.66 | 21.63 | 22.8 | - |
| YUV | 109.95 | 138.76 | 220.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 40 | 129 | 0 | 0.83 | 0.46 | 0.06 | 333.3 | 0.87 | 0.55 |
| Hex | F0 | 28 | 81 | 0 | 53 | 2E | 6 | 14D | 57 | 37 |
| Octal | 360 | 50 | 201 | 0 | 123 | 56 | 6 | 515 | 127 | 67 |
| Binary | 11110000 | 101000 | 10000001 | 0 | 1010011 | 101110 | 110 | 101001101 | 1010111 | 110111 |
Color Harmonies of #F02881
Complementary color
Monochromatic Colors of #F02881
Black with #F02881
Text Example
Text Example
White with #F02881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02881; }
p { color: rgb(240,40,129); }
H1.HeaderClassName
{
color: #F02881;
}
.AnyTagClassName
{
color: #F02881;
}
</style>
background-color css
<style>
a { background-color: #F02881; }
a { background-color: rgb(240,40,129); }
div.DivClassName
{
background-color: #F02881;
}
.BgClassName
{
background-color: #F02881;
}
</style>
border-color css
<style>
span { border-color: #F02881; }
span { border-color: rgb(240,40,129); }
td.TdClassName
{
border-color: #F02881;
}
.TagClassName
{
border-color: #F02881;
}
</style>