Shades of Deep Cerise #F02177
Tints of Deep Cerise #F02177
RGB
CMYK
RGB Variations
Color information
#F02177 (or 0xF02177) is known color: Deep Cerise. HEX triplet: F0, 21 and 77. RGB value is (240,33,119). Sum of RGB (Red+Green+Blue) = 240+33+119=392 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.22% from 392); Green value is 33 (13.28% from 255 or 8.42% from 392); Blue value is 119 (46.88% from 255 or 30.36% from 392); Max value from RGB is 240 - color contains mainly: red. Hex color #F02177 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F02177 is #0FDE88. Grayscale: #686868. Windows color (decimal): -1040009 or 7807472. OLE color: 7807472.
HSL color Cylindrical-coordinate representation of color #F02177: hue angle of 335.07º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F02177 is Cyan = 0, Magento = 0.86, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 33 | 119 | - |
| CMYK | 0 | 0.86 | 0.50 | 0.06 |
| HSL | 335.07º | 0.87% | 0.54% | - |
| HSV(B) | 335.07º | 0.86% | 0.94% | - |
| XYZ | 39.81 | 20.94 | 19.4 | - |
| YUV | 104.7 | 136.08 | 224.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 33 | 119 | 0 | 0.86 | 0.50 | 0.06 | 335.07 | 0.87 | 0.54 |
| Hex | F0 | 21 | 77 | 0 | 56 | 32 | 6 | 14F | 57 | 36 |
| Octal | 360 | 41 | 167 | 0 | 126 | 62 | 6 | 517 | 127 | 66 |
| Binary | 11110000 | 100001 | 1110111 | 0 | 1010110 | 110010 | 110 | 101001111 | 1010111 | 110110 |
Color Harmonies of #F02177
Complementary color
Monochromatic Colors of #F02177
Black with #F02177
Text Example
Text Example
White with #F02177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02177; }
p { color: rgb(240,33,119); }
H1.HeaderClassName
{
color: #F02177;
}
.AnyTagClassName
{
color: #F02177;
}
</style>
background-color css
<style>
a { background-color: #F02177; }
a { background-color: rgb(240,33,119); }
div.DivClassName
{
background-color: #F02177;
}
.BgClassName
{
background-color: #F02177;
}
</style>
border-color css
<style>
span { border-color: #F02177; }
span { border-color: rgb(240,33,119); }
td.TdClassName
{
border-color: #F02177;
}
.TagClassName
{
border-color: #F02177;
}
</style>