Shades of Cerise #F02872
Tints of Cerise #F02872
RGB
CMYK
RGB Variations
Color information
#F02872 (or 0xF02872) is known color: Cerise. HEX triplet: F0, 28 and 72. RGB value is (240,40,114). Sum of RGB (Red+Green+Blue) = 240+40+114=394 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.91% from 394); Green value is 40 (16.02% from 255 or 10.15% from 394); Blue value is 114 (44.92% from 255 or 28.93% from 394); Max value from RGB is 240 - color contains mainly: red. Hex color #F02872 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F02872 is #0FD78D. Grayscale: #6C6C6C. Windows color (decimal): -1038222 or 7481584. OLE color: 7481584.
HSL color Cylindrical-coordinate representation of color #F02872: hue angle of 337.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 #F02872 is Cyan = 0, Magento = 0.83, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 40 | 114 | - |
| CMYK | 0 | 0.83 | 0.52 | 0.06 |
| HSL | 337.8º | 0.87% | 0.55% | - |
| HSV(B) | 337.8º | 0.83% | 0.94% | - |
| XYZ | 39.73 | 21.26 | 17.93 | - |
| YUV | 108.24 | 131.26 | 221.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 40 | 114 | 0 | 0.83 | 0.52 | 0.06 | 337.8 | 0.87 | 0.55 |
| Hex | F0 | 28 | 72 | 0 | 53 | 34 | 6 | 152 | 57 | 37 |
| Octal | 360 | 50 | 162 | 0 | 123 | 64 | 6 | 522 | 127 | 67 |
| Binary | 11110000 | 101000 | 1110010 | 0 | 1010011 | 110100 | 110 | 101010010 | 1010111 | 110111 |
Color Harmonies of #F02872
Complementary color
Monochromatic Colors of #F02872
Black with #F02872
Text Example
Text Example
White with #F02872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02872; }
p { color: rgb(240,40,114); }
H1.HeaderClassName
{
color: #F02872;
}
.AnyTagClassName
{
color: #F02872;
}
</style>
background-color css
<style>
a { background-color: #F02872; }
a { background-color: rgb(240,40,114); }
div.DivClassName
{
background-color: #F02872;
}
.BgClassName
{
background-color: #F02872;
}
</style>
border-color css
<style>
span { border-color: #F02872; }
span { border-color: rgb(240,40,114); }
td.TdClassName
{
border-color: #F02872;
}
.TagClassName
{
border-color: #F02872;
}
</style>