Shades of Cerise #F52374
Tints of Cerise #F52374
RGB
CMYK
RGB Variations
Color information
#F52374 (or 0xF52374) is known color: Cerise. HEX triplet: F5, 23 and 74. RGB value is (245,35,116). Sum of RGB (Red+Green+Blue) = 245+35+116=396 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.87% from 396); Green value is 35 (14.06% from 255 or 8.84% from 396); Blue value is 116 (45.70% from 255 or 29.29% from 396); Max value from RGB is 245 - color contains mainly: red. Hex color #F52374 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52374 is #0ADC8B. Grayscale: #6A6A6A. Windows color (decimal): -711820 or 7611381. OLE color: 7611381.
HSL color Cylindrical-coordinate representation of color #F52374: hue angle of 336.86º 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 #F52374 is Cyan = 0, Magento = 0.86, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 35 | 116 | - |
| CMYK | 0 | 0.86 | 0.53 | 0.04 |
| HSL | 336.86º | 0.91% | 0.55% | - |
| HSV(B) | 336.86º | 0.86% | 0.96% | - |
| XYZ | 41.41 | 21.88 | 18.56 | - |
| YUV | 107.02 | 133.07 | 226.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 35 | 116 | 0 | 0.86 | 0.53 | 0.04 | 336.86 | 0.91 | 0.55 |
| Hex | F5 | 23 | 74 | 0 | 56 | 35 | 4 | 151 | 5B | 37 |
| Octal | 365 | 43 | 164 | 0 | 126 | 65 | 4 | 521 | 133 | 67 |
| Binary | 11110101 | 100011 | 1110100 | 0 | 1010110 | 110101 | 100 | 101010001 | 1011011 | 110111 |
Color Harmonies of #F52374
Complementary color
Monochromatic Colors of #F52374
Black with #F52374
Text Example
Text Example
White with #F52374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52374; }
p { color: rgb(245,35,116); }
H1.HeaderClassName
{
color: #F52374;
}
.AnyTagClassName
{
color: #F52374;
}
</style>
background-color css
<style>
a { background-color: #F52374; }
a { background-color: rgb(245,35,116); }
div.DivClassName
{
background-color: #F52374;
}
.BgClassName
{
background-color: #F52374;
}
</style>
border-color css
<style>
span { border-color: #F52374; }
span { border-color: rgb(245,35,116); }
td.TdClassName
{
border-color: #F52374;
}
.TagClassName
{
border-color: #F52374;
}
</style>