Shades of Cerise #F52672
Tints of Cerise #F52672
RGB
CMYK
RGB Variations
Color information
#F52672 (or 0xF52672) is known color: Cerise. HEX triplet: F5, 26 and 72. RGB value is (245,38,114). Sum of RGB (Red+Green+Blue) = 245+38+114=397 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.71% from 397); Green value is 38 (15.23% from 255 or 9.57% from 397); Blue value is 114 (44.92% from 255 or 28.72% from 397); Max value from RGB is 245 - color contains mainly: red. Hex color #F52672 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52672 is #0AD98D. Grayscale: #6C6C6C. Windows color (decimal): -711054 or 7481077. OLE color: 7481077.
HSL color Cylindrical-coordinate representation of color #F52672: hue angle of 337.97º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F52672 is Cyan = 0, Magento = 0.84, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 38 | 114 | - |
| CMYK | 0 | 0.84 | 0.53 | 0.04 |
| HSL | 337.97º | 0.91% | 0.55% | - |
| HSV(B) | 337.97º | 0.84% | 0.96% | - |
| XYZ | 41.39 | 22.01 | 17.99 | - |
| YUV | 108.56 | 131.08 | 225.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 38 | 114 | 0 | 0.84 | 0.53 | 0.04 | 337.97 | 0.91 | 0.55 |
| Hex | F5 | 26 | 72 | 0 | 54 | 35 | 4 | 152 | 5B | 37 |
| Octal | 365 | 46 | 162 | 0 | 124 | 65 | 4 | 522 | 133 | 67 |
| Binary | 11110101 | 100110 | 1110010 | 0 | 1010100 | 110101 | 100 | 101010010 | 1011011 | 110111 |
Color Harmonies of #F52672
Complementary color
Monochromatic Colors of #F52672
Black with #F52672
Text Example
Text Example
White with #F52672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52672; }
p { color: rgb(245,38,114); }
H1.HeaderClassName
{
color: #F52672;
}
.AnyTagClassName
{
color: #F52672;
}
</style>
background-color css
<style>
a { background-color: #F52672; }
a { background-color: rgb(245,38,114); }
div.DivClassName
{
background-color: #F52672;
}
.BgClassName
{
background-color: #F52672;
}
</style>
border-color css
<style>
span { border-color: #F52672; }
span { border-color: rgb(245,38,114); }
td.TdClassName
{
border-color: #F52672;
}
.TagClassName
{
border-color: #F52672;
}
</style>