Shades of Cerise #F52370
Tints of Cerise #F52370
RGB
CMYK
RGB Variations
Color information
#F52370 (or 0xF52370) is known color: Cerise. HEX triplet: F5, 23 and 70. RGB value is (245,35,112). Sum of RGB (Red+Green+Blue) = 245+35+112=392 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.5% from 392); Green value is 35 (14.06% from 255 or 8.93% from 392); Blue value is 112 (44.14% from 255 or 28.57% from 392); Max value from RGB is 245 - color contains mainly: red. Hex color #F52370 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52370 is #0ADC8F. Grayscale: #6A6A6A. Windows color (decimal): -711824 or 7349237. OLE color: 7349237.
HSL color Cylindrical-coordinate representation of color #F52370: hue angle of 338º 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 #F52370 is Cyan = 0, Magento = 0.86, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 35 | 112 | - |
| CMYK | 0 | 0.86 | 0.54 | 0.04 |
| HSL | 338º | 0.91% | 0.55% | - |
| HSV(B) | 338º | 0.86% | 0.96% | - |
| XYZ | 41.18 | 21.78 | 17.36 | - |
| YUV | 106.57 | 131.07 | 226.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 35 | 112 | 0 | 0.86 | 0.54 | 0.04 | 338 | 0.91 | 0.55 |
| Hex | F5 | 23 | 70 | 0 | 56 | 36 | 4 | 152 | 5B | 37 |
| Octal | 365 | 43 | 160 | 0 | 126 | 66 | 4 | 522 | 133 | 67 |
| Binary | 11110101 | 100011 | 1110000 | 0 | 1010110 | 110110 | 100 | 101010010 | 1011011 | 110111 |
Color Harmonies of #F52370
Complementary color
Monochromatic Colors of #F52370
Black with #F52370
Text Example
Text Example
White with #F52370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52370; }
p { color: rgb(245,35,112); }
H1.HeaderClassName
{
color: #F52370;
}
.AnyTagClassName
{
color: #F52370;
}
</style>
background-color css
<style>
a { background-color: #F52370; }
a { background-color: rgb(245,35,112); }
div.DivClassName
{
background-color: #F52370;
}
.BgClassName
{
background-color: #F52370;
}
</style>
border-color css
<style>
span { border-color: #F52370; }
span { border-color: rgb(245,35,112); }
td.TdClassName
{
border-color: #F52370;
}
.TagClassName
{
border-color: #F52370;
}
</style>