Shades of Deep Cerise #F02380
Tints of Deep Cerise #F02380
RGB
CMYK
RGB Variations
Color information
#F02380 (or 0xF02380) is known color: Deep Cerise. HEX triplet: F0, 23 and 80. RGB value is (240,35,128). Sum of RGB (Red+Green+Blue) = 240+35+128=403 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.55% from 403); Green value is 35 (14.06% from 255 or 8.68% from 403); Blue value is 128 (50.39% from 255 or 31.76% from 403); Max value from RGB is 240 - color contains mainly: red. Hex color #F02380 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F02380 is #0FDC7F. Grayscale: #6A6A6A. Windows color (decimal): -1039488 or 8397808. OLE color: 8397808.
HSL color Cylindrical-coordinate representation of color #F02380: hue angle of 332.78º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F02380 is Cyan = 0, Magento = 0.85, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 35 | 128 | - |
| CMYK | 0 | 0.85 | 0.47 | 0.06 |
| HSL | 332.78º | 0.87% | 0.54% | - |
| HSV(B) | 332.78º | 0.85% | 0.94% | - |
| XYZ | 40.43 | 21.29 | 22.4 | - |
| YUV | 106.9 | 139.92 | 222.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 35 | 128 | 0 | 0.85 | 0.47 | 0.06 | 332.78 | 0.87 | 0.54 |
| Hex | F0 | 23 | 80 | 0 | 55 | 2F | 6 | 14D | 57 | 36 |
| Octal | 360 | 43 | 200 | 0 | 125 | 57 | 6 | 515 | 127 | 66 |
| Binary | 11110000 | 100011 | 10000000 | 0 | 1010101 | 101111 | 110 | 101001101 | 1010111 | 110110 |
Color Harmonies of #F02380
Complementary color
Monochromatic Colors of #F02380
Black with #F02380
Text Example
Text Example
White with #F02380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02380; }
p { color: rgb(240,35,128); }
H1.HeaderClassName
{
color: #F02380;
}
.AnyTagClassName
{
color: #F02380;
}
</style>
background-color css
<style>
a { background-color: #F02380; }
a { background-color: rgb(240,35,128); }
div.DivClassName
{
background-color: #F02380;
}
.BgClassName
{
background-color: #F02380;
}
</style>
border-color css
<style>
span { border-color: #F02380; }
span { border-color: rgb(240,35,128); }
td.TdClassName
{
border-color: #F02380;
}
.TagClassName
{
border-color: #F02380;
}
</style>