Shades of Cerise #F52577
Tints of Cerise #F52577
RGB
CMYK
RGB Variations
Color information
#F52577 (or 0xF52577) is known color: Cerise. HEX triplet: F5, 25 and 77. RGB value is (245,37,119). Sum of RGB (Red+Green+Blue) = 245+37+119=401 (53% of max value = 765). Red value is 245 (96.09% from 255 or 61.10% from 401); Green value is 37 (14.84% from 255 or 9.23% from 401); Blue value is 119 (46.88% from 255 or 29.68% from 401); Max value from RGB is 245 - color contains mainly: red. Hex color #F52577 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52577 is #0ADA88. Grayscale: #6C6C6C. Windows color (decimal): -711305 or 7808501. OLE color: 7808501.
HSL color Cylindrical-coordinate representation of color #F52577: hue angle of 336.35º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F52577 is Cyan = 0, Magento = 0.85, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 37 | 119 | - |
| CMYK | 0 | 0.85 | 0.51 | 0.04 |
| HSL | 336.35º | 0.91% | 0.55% | - |
| HSV(B) | 336.35º | 0.85% | 0.96% | - |
| XYZ | 41.65 | 22.07 | 19.52 | - |
| YUV | 108.54 | 133.91 | 225.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 37 | 119 | 0 | 0.85 | 0.51 | 0.04 | 336.35 | 0.91 | 0.55 |
| Hex | F5 | 25 | 77 | 0 | 55 | 33 | 4 | 150 | 5B | 37 |
| Octal | 365 | 45 | 167 | 0 | 125 | 63 | 4 | 520 | 133 | 67 |
| Binary | 11110101 | 100101 | 1110111 | 0 | 1010101 | 110011 | 100 | 101010000 | 1011011 | 110111 |
Color Harmonies of #F52577
Complementary color
Monochromatic Colors of #F52577
Black with #F52577
Text Example
Text Example
White with #F52577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52577; }
p { color: rgb(245,37,119); }
H1.HeaderClassName
{
color: #F52577;
}
.AnyTagClassName
{
color: #F52577;
}
</style>
background-color css
<style>
a { background-color: #F52577; }
a { background-color: rgb(245,37,119); }
div.DivClassName
{
background-color: #F52577;
}
.BgClassName
{
background-color: #F52577;
}
</style>
border-color css
<style>
span { border-color: #F52577; }
span { border-color: rgb(245,37,119); }
td.TdClassName
{
border-color: #F52577;
}
.TagClassName
{
border-color: #F52577;
}
</style>