Shades of Cerise #F03276
Tints of Cerise #F03276
RGB
CMYK
RGB Variations
Color information
#F03276 (or 0xF03276) is known color: Cerise. HEX triplet: F0, 32 and 76. RGB value is (240,50,118). Sum of RGB (Red+Green+Blue) = 240+50+118=408 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.82% from 408); Green value is 50 (19.92% from 255 or 12.25% from 408); Blue value is 118 (46.48% from 255 or 28.92% from 408); Max value from RGB is 240 - color contains mainly: red. Hex color #F03276 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03276 is #0FCD89. Grayscale: #727272. Windows color (decimal): -1035658 or 7746288. OLE color: 7746288.
HSL color Cylindrical-coordinate representation of color #F03276: hue angle of 338.53º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F03276 is Cyan = 0, Magento = 0.79, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 50 | 118 | - |
| CMYK | 0 | 0.79 | 0.51 | 0.06 |
| HSL | 338.53º | 0.86% | 0.57% | - |
| HSV(B) | 338.53º | 0.79% | 0.94% | - |
| XYZ | 40.35 | 22.11 | 19.28 | - |
| YUV | 114.56 | 129.95 | 217.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 50 | 118 | 0 | 0.79 | 0.51 | 0.06 | 338.53 | 0.86 | 0.57 |
| Hex | F0 | 32 | 76 | 0 | 4F | 33 | 6 | 153 | 56 | 39 |
| Octal | 360 | 62 | 166 | 0 | 117 | 63 | 6 | 523 | 126 | 71 |
| Binary | 11110000 | 110010 | 1110110 | 0 | 1001111 | 110011 | 110 | 101010011 | 1010110 | 111001 |
Color Harmonies of #F03276
Complementary color
Monochromatic Colors of #F03276
Black with #F03276
Text Example
Text Example
White with #F03276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03276; }
p { color: rgb(240,50,118); }
H1.HeaderClassName
{
color: #F03276;
}
.AnyTagClassName
{
color: #F03276;
}
</style>
background-color css
<style>
a { background-color: #F03276; }
a { background-color: rgb(240,50,118); }
div.DivClassName
{
background-color: #F03276;
}
.BgClassName
{
background-color: #F03276;
}
</style>
border-color css
<style>
span { border-color: #F03276; }
span { border-color: rgb(240,50,118); }
td.TdClassName
{
border-color: #F03276;
}
.TagClassName
{
border-color: #F03276;
}
</style>