Shades of Cerise #F52573
Tints of Cerise #F52573
RGB
CMYK
RGB Variations
Color information
#F52573 (or 0xF52573) is known color: Cerise. HEX triplet: F5, 25 and 73. RGB value is (245,37,115). Sum of RGB (Red+Green+Blue) = 245+37+115=397 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.71% from 397); Green value is 37 (14.84% from 255 or 9.32% from 397); Blue value is 115 (45.31% from 255 or 28.97% from 397); Max value from RGB is 245 - color contains mainly: red. Hex color #F52573 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52573 is #0ADA8C. Grayscale: #6B6B6B. Windows color (decimal): -711309 or 7546357. OLE color: 7546357.
HSL color Cylindrical-coordinate representation of color #F52573: hue angle of 337.5º 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 #F52573 is Cyan = 0, Magento = 0.85, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 37 | 115 | - |
| CMYK | 0 | 0.85 | 0.53 | 0.04 |
| HSL | 337.5º | 0.91% | 0.55% | - |
| HSV(B) | 337.5º | 0.85% | 0.96% | - |
| XYZ | 41.41 | 21.97 | 18.28 | - |
| YUV | 108.08 | 131.91 | 225.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 37 | 115 | 0 | 0.85 | 0.53 | 0.04 | 337.5 | 0.91 | 0.55 |
| Hex | F5 | 25 | 73 | 0 | 55 | 35 | 4 | 152 | 5B | 37 |
| Octal | 365 | 45 | 163 | 0 | 125 | 65 | 4 | 522 | 133 | 67 |
| Binary | 11110101 | 100101 | 1110011 | 0 | 1010101 | 110101 | 100 | 101010010 | 1011011 | 110111 |
Color Harmonies of #F52573
Complementary color
Monochromatic Colors of #F52573
Black with #F52573
Text Example
Text Example
White with #F52573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52573; }
p { color: rgb(245,37,115); }
H1.HeaderClassName
{
color: #F52573;
}
.AnyTagClassName
{
color: #F52573;
}
</style>
background-color css
<style>
a { background-color: #F52573; }
a { background-color: rgb(245,37,115); }
div.DivClassName
{
background-color: #F52573;
}
.BgClassName
{
background-color: #F52573;
}
</style>
border-color css
<style>
span { border-color: #F52573; }
span { border-color: rgb(245,37,115); }
td.TdClassName
{
border-color: #F52573;
}
.TagClassName
{
border-color: #F52573;
}
</style>