Shades of Cerise #F02576
Tints of Cerise #F02576
RGB
CMYK
RGB Variations
Color information
#F02576 (or 0xF02576) is known color: Cerise. HEX triplet: F0, 25 and 76. RGB value is (240,37,118). Sum of RGB (Red+Green+Blue) = 240+37+118=395 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.76% from 395); Green value is 37 (14.84% from 255 or 9.37% from 395); Blue value is 118 (46.48% from 255 or 29.87% from 395); Max value from RGB is 240 - color contains mainly: red. Hex color #F02576 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F02576 is #0FDA89. Grayscale: #6A6A6A. Windows color (decimal): -1038986 or 7742960. OLE color: 7742960.
HSL color Cylindrical-coordinate representation of color #F02576: hue angle of 336.06º 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 #F02576 is Cyan = 0, Magento = 0.85, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 37 | 118 | - |
| CMYK | 0 | 0.85 | 0.51 | 0.06 |
| HSL | 336.06º | 0.87% | 0.54% | - |
| HSV(B) | 336.06º | 0.85% | 0.94% | - |
| XYZ | 39.87 | 21.16 | 19.12 | - |
| YUV | 106.93 | 134.25 | 222.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 37 | 118 | 0 | 0.85 | 0.51 | 0.06 | 336.06 | 0.87 | 0.54 |
| Hex | F0 | 25 | 76 | 0 | 55 | 33 | 6 | 150 | 57 | 36 |
| Octal | 360 | 45 | 166 | 0 | 125 | 63 | 6 | 520 | 127 | 66 |
| Binary | 11110000 | 100101 | 1110110 | 0 | 1010101 | 110011 | 110 | 101010000 | 1010111 | 110110 |
Color Harmonies of #F02576
Complementary color
Monochromatic Colors of #F02576
Black with #F02576
Text Example
Text Example
White with #F02576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02576; }
p { color: rgb(240,37,118); }
H1.HeaderClassName
{
color: #F02576;
}
.AnyTagClassName
{
color: #F02576;
}
</style>
background-color css
<style>
a { background-color: #F02576; }
a { background-color: rgb(240,37,118); }
div.DivClassName
{
background-color: #F02576;
}
.BgClassName
{
background-color: #F02576;
}
</style>
border-color css
<style>
span { border-color: #F02576; }
span { border-color: rgb(240,37,118); }
td.TdClassName
{
border-color: #F02576;
}
.TagClassName
{
border-color: #F02576;
}
</style>