Shades of Hollywood Cerise #F50CAA
Tints of Hollywood Cerise #F50CAA
RGB
CMYK
RGB Variations
Color information
#F50CAA (or 0xF50CAA) is known color: Hollywood Cerise. HEX triplet: F5, 0C and AA. RGB value is (245,12,170). Sum of RGB (Red+Green+Blue) = 245+12+170=427 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.38% from 427); Green value is 12 (5.08% from 255 or 2.81% from 427); Blue value is 170 (66.80% from 255 or 39.81% from 427); Max value from RGB is 245 - color contains mainly: red. Hex color #F50CAA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F50CAA is #0AF355. Grayscale: #636363. Windows color (decimal): -717654 or 11144437. OLE color: 11144437.
HSL color Cylindrical-coordinate representation of color #F50CAA: hue angle of 319.31º 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 #F50CAA is Cyan = 0, Magento = 0.95, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 12 | 170 | - |
| CMYK | 0 | 0.95 | 0.31 | 0.04 |
| HSL | 319.31º | 0.92% | 0.5% | - |
| HSV(B) | 319.31º | 0.95% | 0.96% | - |
| XYZ | 45.04 | 22.58 | 40.01 | - |
| YUV | 99.68 | 167.69 | 231.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 12 | 170 | 0 | 0.95 | 0.31 | 0.04 | 319.31 | 0.92 | 0.5 |
| Hex | F5 | C | AA | 0 | 5F | 1F | 4 | 13F | 5C | 32 |
| Octal | 365 | 14 | 252 | 0 | 137 | 37 | 4 | 477 | 134 | 62 |
| Binary | 11110101 | 1100 | 10101010 | 0 | 1011111 | 11111 | 100 | 100111111 | 1011100 | 110010 |
Color Harmonies of #F50CAA
Complementary color
Monochromatic Colors of #F50CAA
Black with #F50CAA
Text Example
Text Example
White with #F50CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50CAA; }
p { color: rgb(245,12,170); }
H1.HeaderClassName
{
color: #F50CAA;
}
.AnyTagClassName
{
color: #F50CAA;
}
</style>
background-color css
<style>
a { background-color: #F50CAA; }
a { background-color: rgb(245,12,170); }
div.DivClassName
{
background-color: #F50CAA;
}
.BgClassName
{
background-color: #F50CAA;
}
</style>
border-color css
<style>
span { border-color: #F50CAA; }
span { border-color: rgb(245,12,170); }
td.TdClassName
{
border-color: #F50CAA;
}
.TagClassName
{
border-color: #F50CAA;
}
</style>