Shades of Cerise #F52376
Tints of Cerise #F52376
RGB
CMYK
RGB Variations
Color information
#F52376 (or 0xF52376) is known color: Cerise. HEX triplet: F5, 23 and 76. RGB value is (245,35,118). Sum of RGB (Red+Green+Blue) = 245+35+118=398 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.56% from 398); Green value is 35 (14.06% from 255 or 8.79% from 398); Blue value is 118 (46.48% from 255 or 29.65% from 398); Max value from RGB is 245 - color contains mainly: red. Hex color #F52376 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52376 is #0ADC89. Grayscale: #6B6B6B. Windows color (decimal): -711818 or 7742453. OLE color: 7742453.
HSL color Cylindrical-coordinate representation of color #F52376: hue angle of 336.29º 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 #F52376 is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 35 | 118 | - |
| CMYK | 0 | 0.86 | 0.52 | 0.04 |
| HSL | 336.29º | 0.91% | 0.55% | - |
| HSV(B) | 336.29º | 0.86% | 0.96% | - |
| XYZ | 41.53 | 21.92 | 19.18 | - |
| YUV | 107.25 | 134.07 | 226.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 35 | 118 | 0 | 0.86 | 0.52 | 0.04 | 336.29 | 0.91 | 0.55 |
| Hex | F5 | 23 | 76 | 0 | 56 | 34 | 4 | 150 | 5B | 37 |
| Octal | 365 | 43 | 166 | 0 | 126 | 64 | 4 | 520 | 133 | 67 |
| Binary | 11110101 | 100011 | 1110110 | 0 | 1010110 | 110100 | 100 | 101010000 | 1011011 | 110111 |
Color Harmonies of #F52376
Complementary color
Monochromatic Colors of #F52376
Black with #F52376
Text Example
Text Example
White with #F52376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52376; }
p { color: rgb(245,35,118); }
H1.HeaderClassName
{
color: #F52376;
}
.AnyTagClassName
{
color: #F52376;
}
</style>
background-color css
<style>
a { background-color: #F52376; }
a { background-color: rgb(245,35,118); }
div.DivClassName
{
background-color: #F52376;
}
.BgClassName
{
background-color: #F52376;
}
</style>
border-color css
<style>
span { border-color: #F52376; }
span { border-color: rgb(245,35,118); }
td.TdClassName
{
border-color: #F52376;
}
.TagClassName
{
border-color: #F52376;
}
</style>