Shades of Cerise #F52274
Tints of Cerise #F52274
RGB
CMYK
RGB Variations
Color information
#F52274 (or 0xF52274) is known color: Cerise. HEX triplet: F5, 22 and 74. RGB value is (245,34,116). Sum of RGB (Red+Green+Blue) = 245+34+116=395 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.03% from 395); Green value is 34 (13.67% from 255 or 8.61% from 395); Blue value is 116 (45.70% from 255 or 29.37% from 395); Max value from RGB is 245 - color contains mainly: red. Hex color #F52274 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52274 is #0ADD8B. Grayscale: #6A6A6A. Windows color (decimal): -712076 or 7611125. OLE color: 7611125.
HSL color Cylindrical-coordinate representation of color #F52274: hue angle of 336.68º 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 #F52274 is Cyan = 0, Magento = 0.86, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 34 | 116 | - |
| CMYK | 0 | 0.86 | 0.53 | 0.04 |
| HSL | 336.68º | 0.91% | 0.55% | - |
| HSV(B) | 336.68º | 0.86% | 0.96% | - |
| XYZ | 41.38 | 21.82 | 18.55 | - |
| YUV | 106.44 | 133.4 | 226.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 34 | 116 | 0 | 0.86 | 0.53 | 0.04 | 336.68 | 0.91 | 0.55 |
| Hex | F5 | 22 | 74 | 0 | 56 | 35 | 4 | 151 | 5B | 37 |
| Octal | 365 | 42 | 164 | 0 | 126 | 65 | 4 | 521 | 133 | 67 |
| Binary | 11110101 | 100010 | 1110100 | 0 | 1010110 | 110101 | 100 | 101010001 | 1011011 | 110111 |
Color Harmonies of #F52274
Complementary color
Monochromatic Colors of #F52274
Black with #F52274
Text Example
Text Example
White with #F52274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52274; }
p { color: rgb(245,34,116); }
H1.HeaderClassName
{
color: #F52274;
}
.AnyTagClassName
{
color: #F52274;
}
</style>
background-color css
<style>
a { background-color: #F52274; }
a { background-color: rgb(245,34,116); }
div.DivClassName
{
background-color: #F52274;
}
.BgClassName
{
background-color: #F52274;
}
</style>
border-color css
<style>
span { border-color: #F52274; }
span { border-color: rgb(245,34,116); }
td.TdClassName
{
border-color: #F52274;
}
.TagClassName
{
border-color: #F52274;
}
</style>