Shades of Hollywood Cerise #F500AA
Tints of Hollywood Cerise #F500AA
RGB
CMYK
RGB Variations
Color information
#F500AA (or 0xF500AA) is known color: Hollywood Cerise. HEX triplet: F5, 00 and AA. RGB value is (245,0,170). Sum of RGB (Red+Green+Blue) = 245+0+170=415 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.04% from 415); Green value is 0 (0.39% from 255 or 0% from 415); Blue value is 170 (66.80% from 255 or 40.96% from 415); Max value from RGB is 245 - color contains mainly: red. Hex color #F500AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F500AA is #0AFF55. Grayscale: #5C5C5C. Windows color (decimal): -720726 or 11141365. OLE color: 11141365.
HSL color Cylindrical-coordinate representation of color #F500AA: hue angle of 318.37º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F500AA is Cyan = 0, Magento = 1, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 0 | 170 | - |
| CMYK | 0 | 1 | 0.31 | 0.04 |
| HSL | 318.37º | 1% | 0.48% | - |
| HSV(B) | 318.37º | 1% | 0.96% | - |
| XYZ | 44.91 | 22.31 | 39.97 | - |
| YUV | 92.64 | 171.67 | 236.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 0 | 170 | 0 | 1 | 0.31 | 0.04 | 318.37 | 1 | 0.48 |
| Hex | F5 | 0 | AA | 0 | 64 | 1F | 4 | 13E | 64 | 30 |
| Octal | 365 | 0 | 252 | 0 | 144 | 37 | 4 | 476 | 144 | 60 |
| Binary | 11110101 | 0 | 10101010 | 0 | 1100100 | 11111 | 100 | 100111110 | 1100100 | 110000 |
Color Harmonies of #F500AA
Complementary color
Monochromatic Colors of #F500AA
Black with #F500AA
Text Example
Text Example
White with #F500AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F500AA; }
p { color: rgb(245,0,170); }
H1.HeaderClassName
{
color: #F500AA;
}
.AnyTagClassName
{
color: #F500AA;
}
</style>
background-color css
<style>
a { background-color: #F500AA; }
a { background-color: rgb(245,0,170); }
div.DivClassName
{
background-color: #F500AA;
}
.BgClassName
{
background-color: #F500AA;
}
</style>
border-color css
<style>
span { border-color: #F500AA; }
span { border-color: rgb(245,0,170); }
td.TdClassName
{
border-color: #F500AA;
}
.TagClassName
{
border-color: #F500AA;
}
</style>