Shades of Cerise #F52575
Tints of Cerise #F52575
RGB
CMYK
RGB Variations
Color information
#F52575 (or 0xF52575) is known color: Cerise. HEX triplet: F5, 25 and 75. RGB value is (245,37,117). Sum of RGB (Red+Green+Blue) = 245+37+117=399 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.40% from 399); Green value is 37 (14.84% from 255 or 9.27% from 399); Blue value is 117 (46.09% from 255 or 29.32% from 399); Max value from RGB is 245 - color contains mainly: red. Hex color #F52575 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52575 is #0ADA8A. Grayscale: #6C6C6C. Windows color (decimal): -711307 or 7677429. OLE color: 7677429.
HSL color Cylindrical-coordinate representation of color #F52575: hue angle of 336.92º 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 #F52575 is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 37 | 117 | - |
| CMYK | 0 | 0.85 | 0.52 | 0.04 |
| HSL | 336.92º | 0.91% | 0.55% | - |
| HSV(B) | 336.92º | 0.85% | 0.96% | - |
| XYZ | 41.53 | 22.02 | 18.89 | - |
| YUV | 108.31 | 132.91 | 225.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 37 | 117 | 0 | 0.85 | 0.52 | 0.04 | 336.92 | 0.91 | 0.55 |
| Hex | F5 | 25 | 75 | 0 | 55 | 34 | 4 | 151 | 5B | 37 |
| Octal | 365 | 45 | 165 | 0 | 125 | 64 | 4 | 521 | 133 | 67 |
| Binary | 11110101 | 100101 | 1110101 | 0 | 1010101 | 110100 | 100 | 101010001 | 1011011 | 110111 |
Color Harmonies of #F52575
Complementary color
Monochromatic Colors of #F52575
Black with #F52575
Text Example
Text Example
White with #F52575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52575; }
p { color: rgb(245,37,117); }
H1.HeaderClassName
{
color: #F52575;
}
.AnyTagClassName
{
color: #F52575;
}
</style>
background-color css
<style>
a { background-color: #F52575; }
a { background-color: rgb(245,37,117); }
div.DivClassName
{
background-color: #F52575;
}
.BgClassName
{
background-color: #F52575;
}
</style>
border-color css
<style>
span { border-color: #F52575; }
span { border-color: rgb(245,37,117); }
td.TdClassName
{
border-color: #F52575;
}
.TagClassName
{
border-color: #F52575;
}
</style>