Shades of Cerise #F02A76
Tints of Cerise #F02A76
RGB
CMYK
RGB Variations
Color information
#F02A76 (or 0xF02A76) is known color: Cerise. HEX triplet: F0, 2A and 76. RGB value is (240,42,118). Sum of RGB (Red+Green+Blue) = 240+42+118=400 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60% from 400); Green value is 42 (16.80% from 255 or 10.5% from 400); Blue value is 118 (46.48% from 255 or 29.5% from 400); Max value from RGB is 240 - color contains mainly: red. Hex color #F02A76 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F02A76 is #0FD589. Grayscale: #6D6D6D. Windows color (decimal): -1037706 or 7744240. OLE color: 7744240.
HSL color Cylindrical-coordinate representation of color #F02A76: hue angle of 336.97º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F02A76 is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 42 | 118 | - |
| CMYK | 0 | 0.82 | 0.51 | 0.06 |
| HSL | 336.97º | 0.87% | 0.55% | - |
| HSV(B) | 336.97º | 0.83% | 0.94% | - |
| XYZ | 40.03 | 21.49 | 19.18 | - |
| YUV | 109.87 | 132.6 | 220.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 42 | 118 | 0 | 0.82 | 0.51 | 0.06 | 336.97 | 0.87 | 0.55 |
| Hex | F0 | 2A | 76 | 0 | 52 | 33 | 6 | 151 | 57 | 37 |
| Octal | 360 | 52 | 166 | 0 | 122 | 63 | 6 | 521 | 127 | 67 |
| Binary | 11110000 | 101010 | 1110110 | 0 | 1010010 | 110011 | 110 | 101010001 | 1010111 | 110111 |
Color Harmonies of #F02A76
Complementary color
Monochromatic Colors of #F02A76
Black with #F02A76
Text Example
Text Example
White with #F02A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02A76; }
p { color: rgb(240,42,118); }
H1.HeaderClassName
{
color: #F02A76;
}
.AnyTagClassName
{
color: #F02A76;
}
</style>
background-color css
<style>
a { background-color: #F02A76; }
a { background-color: rgb(240,42,118); }
div.DivClassName
{
background-color: #F02A76;
}
.BgClassName
{
background-color: #F02A76;
}
</style>
border-color css
<style>
span { border-color: #F02A76; }
span { border-color: rgb(240,42,118); }
td.TdClassName
{
border-color: #F02A76;
}
.TagClassName
{
border-color: #F02A76;
}
</style>