Shades of Cerise #F52276
Tints of Cerise #F52276
RGB
CMYK
RGB Variations
Color information
#F52276 (or 0xF52276) is known color: Cerise. HEX triplet: F5, 22 and 76. RGB value is (245,34,118). Sum of RGB (Red+Green+Blue) = 245+34+118=397 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.71% from 397); Green value is 34 (13.67% from 255 or 8.56% from 397); Blue value is 118 (46.48% from 255 or 29.72% from 397); Max value from RGB is 245 - color contains mainly: red. Hex color #F52276 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52276 is #0ADD89. Grayscale: #6A6A6A. Windows color (decimal): -712074 or 7742197. OLE color: 7742197.
HSL color Cylindrical-coordinate representation of color #F52276: hue angle of 336.11º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F52276 is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 34 | 118 | - |
| CMYK | 0 | 0.86 | 0.52 | 0.04 |
| HSL | 336.11º | 0.91% | 0.55% | - |
| HSV(B) | 336.11º | 0.86% | 0.96% | - |
| XYZ | 41.5 | 21.86 | 19.17 | - |
| YUV | 106.67 | 134.4 | 226.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 34 | 118 | 0 | 0.86 | 0.52 | 0.04 | 336.11 | 0.91 | 0.55 |
| Hex | F5 | 22 | 76 | 0 | 56 | 34 | 4 | 150 | 5B | 37 |
| Octal | 365 | 42 | 166 | 0 | 126 | 64 | 4 | 520 | 133 | 67 |
| Binary | 11110101 | 100010 | 1110110 | 0 | 1010110 | 110100 | 100 | 101010000 | 1011011 | 110111 |
Color Harmonies of #F52276
Complementary color
Monochromatic Colors of #F52276
Black with #F52276
Text Example
Text Example
White with #F52276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52276; }
p { color: rgb(245,34,118); }
H1.HeaderClassName
{
color: #F52276;
}
.AnyTagClassName
{
color: #F52276;
}
</style>
background-color css
<style>
a { background-color: #F52276; }
a { background-color: rgb(245,34,118); }
div.DivClassName
{
background-color: #F52276;
}
.BgClassName
{
background-color: #F52276;
}
</style>
border-color css
<style>
span { border-color: #F52276; }
span { border-color: rgb(245,34,118); }
td.TdClassName
{
border-color: #F52276;
}
.TagClassName
{
border-color: #F52276;
}
</style>