Shades of Cerise #F52271
Tints of Cerise #F52271
RGB
CMYK
RGB Variations
Color information
#F52271 (or 0xF52271) is known color: Cerise. HEX triplet: F5, 22 and 71. RGB value is (245,34,113). Sum of RGB (Red+Green+Blue) = 245+34+113=392 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.5% from 392); Green value is 34 (13.67% from 255 or 8.67% from 392); Blue value is 113 (44.53% from 255 or 28.83% from 392); Max value from RGB is 245 - color contains mainly: red. Hex color #F52271 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52271 is #0ADD8E. Grayscale: #696969. Windows color (decimal): -712079 or 7414517. OLE color: 7414517.
HSL color Cylindrical-coordinate representation of color #F52271: hue angle of 337.54º 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 #F52271 is Cyan = 0, Magento = 0.86, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 34 | 113 | - |
| CMYK | 0 | 0.86 | 0.54 | 0.04 |
| HSL | 337.54º | 0.91% | 0.55% | - |
| HSV(B) | 337.54º | 0.86% | 0.96% | - |
| XYZ | 41.21 | 21.75 | 17.65 | - |
| YUV | 106.1 | 131.9 | 227.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 34 | 113 | 0 | 0.86 | 0.54 | 0.04 | 337.54 | 0.91 | 0.55 |
| Hex | F5 | 22 | 71 | 0 | 56 | 36 | 4 | 152 | 5B | 37 |
| Octal | 365 | 42 | 161 | 0 | 126 | 66 | 4 | 522 | 133 | 67 |
| Binary | 11110101 | 100010 | 1110001 | 0 | 1010110 | 110110 | 100 | 101010010 | 1011011 | 110111 |
Color Harmonies of #F52271
Complementary color
Monochromatic Colors of #F52271
Black with #F52271
Text Example
Text Example
White with #F52271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52271; }
p { color: rgb(245,34,113); }
H1.HeaderClassName
{
color: #F52271;
}
.AnyTagClassName
{
color: #F52271;
}
</style>
background-color css
<style>
a { background-color: #F52271; }
a { background-color: rgb(245,34,113); }
div.DivClassName
{
background-color: #F52271;
}
.BgClassName
{
background-color: #F52271;
}
</style>
border-color css
<style>
span { border-color: #F52271; }
span { border-color: rgb(245,34,113); }
td.TdClassName
{
border-color: #F52271;
}
.TagClassName
{
border-color: #F52271;
}
</style>