Shades of Hollywood Cerise #F50CAF
Tints of Hollywood Cerise #F50CAF
RGB
CMYK
RGB Variations
Color information
#F50CAF (or 0xF50CAF) is known color: Hollywood Cerise. HEX triplet: F5, 0C and AF. RGB value is (245,12,175). Sum of RGB (Red+Green+Blue) = 245+12+175=432 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.71% from 432); Green value is 12 (5.08% from 255 or 2.78% from 432); Blue value is 175 (68.75% from 255 or 40.51% from 432); Max value from RGB is 245 - color contains mainly: red. Hex color #F50CAF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F50CAF is #0AF350. Grayscale: #636363. Windows color (decimal): -717649 or 11472117. OLE color: 11472117.
HSL color Cylindrical-coordinate representation of color #F50CAF: hue angle of 318.03º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F50CAF is Cyan = 0, Magento = 0.95, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 12 | 175 | - |
| CMYK | 0 | 0.95 | 0.29 | 0.04 |
| HSL | 318.03º | 0.92% | 0.5% | - |
| HSV(B) | 318.03º | 0.95% | 0.96% | - |
| XYZ | 45.53 | 22.77 | 42.55 | - |
| YUV | 100.25 | 170.19 | 231.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 12 | 175 | 0 | 0.95 | 0.29 | 0.04 | 318.03 | 0.92 | 0.5 |
| Hex | F5 | C | AF | 0 | 5F | 1D | 4 | 13E | 5C | 32 |
| Octal | 365 | 14 | 257 | 0 | 137 | 35 | 4 | 476 | 134 | 62 |
| Binary | 11110101 | 1100 | 10101111 | 0 | 1011111 | 11101 | 100 | 100111110 | 1011100 | 110010 |
Color Harmonies of #F50CAF
Complementary color
Monochromatic Colors of #F50CAF
Black with #F50CAF
Text Example
Text Example
White with #F50CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50CAF; }
p { color: rgb(245,12,175); }
H1.HeaderClassName
{
color: #F50CAF;
}
.AnyTagClassName
{
color: #F50CAF;
}
</style>
background-color css
<style>
a { background-color: #F50CAF; }
a { background-color: rgb(245,12,175); }
div.DivClassName
{
background-color: #F50CAF;
}
.BgClassName
{
background-color: #F50CAF;
}
</style>
border-color css
<style>
span { border-color: #F50CAF; }
span { border-color: rgb(245,12,175); }
td.TdClassName
{
border-color: #F50CAF;
}
.TagClassName
{
border-color: #F50CAF;
}
</style>