Shades of Deep Cerise #F02680
Tints of Deep Cerise #F02680
RGB
CMYK
RGB Variations
Color information
#F02680 (or 0xF02680) is known color: Deep Cerise. HEX triplet: F0, 26 and 80. RGB value is (240,38,128). Sum of RGB (Red+Green+Blue) = 240+38+128=406 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.11% from 406); Green value is 38 (15.23% from 255 or 9.36% from 406); Blue value is 128 (50.39% from 255 or 31.53% from 406); Max value from RGB is 240 - color contains mainly: red. Hex color #F02680 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F02680 is #0FD97F. Grayscale: #6C6C6C. Windows color (decimal): -1038720 or 8398576. OLE color: 8398576.
HSL color Cylindrical-coordinate representation of color #F02680: hue angle of 333.27º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F02680 is Cyan = 0, Magento = 0.84, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 38 | 128 | - |
| CMYK | 0 | 0.84 | 0.47 | 0.06 |
| HSL | 333.27º | 0.87% | 0.55% | - |
| HSV(B) | 333.27º | 0.84% | 0.94% | - |
| XYZ | 40.52 | 21.47 | 22.43 | - |
| YUV | 108.66 | 138.92 | 221.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 38 | 128 | 0 | 0.84 | 0.47 | 0.06 | 333.27 | 0.87 | 0.55 |
| Hex | F0 | 26 | 80 | 0 | 54 | 2F | 6 | 14D | 57 | 37 |
| Octal | 360 | 46 | 200 | 0 | 124 | 57 | 6 | 515 | 127 | 67 |
| Binary | 11110000 | 100110 | 10000000 | 0 | 1010100 | 101111 | 110 | 101001101 | 1010111 | 110111 |
Color Harmonies of #F02680
Complementary color
Monochromatic Colors of #F02680
Black with #F02680
Text Example
Text Example
White with #F02680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02680; }
p { color: rgb(240,38,128); }
H1.HeaderClassName
{
color: #F02680;
}
.AnyTagClassName
{
color: #F02680;
}
</style>
background-color css
<style>
a { background-color: #F02680; }
a { background-color: rgb(240,38,128); }
div.DivClassName
{
background-color: #F02680;
}
.BgClassName
{
background-color: #F02680;
}
</style>
border-color css
<style>
span { border-color: #F02680; }
span { border-color: rgb(240,38,128); }
td.TdClassName
{
border-color: #F02680;
}
.TagClassName
{
border-color: #F02680;
}
</style>