Shades of Cerise #F03076
Tints of Cerise #F03076
RGB
CMYK
RGB Variations
Color information
#F03076 (or 0xF03076) is known color: Cerise. HEX triplet: F0, 30 and 76. RGB value is (240,48,118). Sum of RGB (Red+Green+Blue) = 240+48+118=406 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.11% from 406); Green value is 48 (19.14% from 255 or 11.82% from 406); Blue value is 118 (46.48% from 255 or 29.06% from 406); Max value from RGB is 240 - color contains mainly: red. Hex color #F03076 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03076 is #0FCF89. Grayscale: #717171. Windows color (decimal): -1036170 or 7745776. OLE color: 7745776.
HSL color Cylindrical-coordinate representation of color #F03076: hue angle of 338.12º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F03076 is Cyan = 0, Magento = 0.8, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 48 | 118 | - |
| CMYK | 0 | 0.8 | 0.51 | 0.06 |
| HSL | 338.13º | 0.86% | 0.56% | - |
| HSV(B) | 338.13º | 0.8% | 0.94% | - |
| XYZ | 40.26 | 21.95 | 19.25 | - |
| YUV | 113.39 | 130.61 | 218.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 48 | 118 | 0 | 0.8 | 0.51 | 0.06 | 338.13 | 0.86 | 0.56 |
| Hex | F0 | 30 | 76 | 0 | 50 | 33 | 6 | 152 | 56 | 38 |
| Octal | 360 | 60 | 166 | 0 | 120 | 63 | 6 | 522 | 126 | 70 |
| Binary | 11110000 | 110000 | 1110110 | 0 | 1010000 | 110011 | 110 | 101010010 | 1010110 | 111000 |
Color Harmonies of #F03076
Complementary color
Monochromatic Colors of #F03076
Black with #F03076
Text Example
Text Example
White with #F03076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03076; }
p { color: rgb(240,48,118); }
H1.HeaderClassName
{
color: #F03076;
}
.AnyTagClassName
{
color: #F03076;
}
</style>
background-color css
<style>
a { background-color: #F03076; }
a { background-color: rgb(240,48,118); }
div.DivClassName
{
background-color: #F03076;
}
.BgClassName
{
background-color: #F03076;
}
</style>
border-color css
<style>
span { border-color: #F03076; }
span { border-color: rgb(240,48,118); }
td.TdClassName
{
border-color: #F03076;
}
.TagClassName
{
border-color: #F03076;
}
</style>