Shades of Hollywood Cerise #F500A1
Tints of Hollywood Cerise #F500A1
RGB
CMYK
RGB Variations
Color information
#F500A1 (or 0xF500A1) is known color: Hollywood Cerise. HEX triplet: F5, 00 and A1. RGB value is (245,0,161). Sum of RGB (Red+Green+Blue) = 245+0+161=406 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.34% from 406); Green value is 0 (0.39% from 255 or 0% from 406); Blue value is 161 (63.28% from 255 or 39.66% from 406); Max value from RGB is 245 - color contains mainly: red. Hex color #F500A1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F500A1 is #0AFF5E. Grayscale: #5B5B5B. Windows color (decimal): -720735 or 10551541. OLE color: 10551541.
HSL color Cylindrical-coordinate representation of color #F500A1: hue angle of 320.57º 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 #F500A1 is Cyan = 0, Magento = 1, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 0 | 161 | - |
| CMYK | 0 | 1 | 0.34 | 0.04 |
| HSL | 320.57º | 1% | 0.48% | - |
| HSV(B) | 320.57º | 1% | 0.96% | - |
| XYZ | 44.09 | 21.99 | 35.64 | - |
| YUV | 91.61 | 167.17 | 237.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 0 | 161 | 0 | 1 | 0.34 | 0.04 | 320.57 | 1 | 0.48 |
| Hex | F5 | 0 | A1 | 0 | 64 | 22 | 4 | 141 | 64 | 30 |
| Octal | 365 | 0 | 241 | 0 | 144 | 42 | 4 | 501 | 144 | 60 |
| Binary | 11110101 | 0 | 10100001 | 0 | 1100100 | 100010 | 100 | 101000001 | 1100100 | 110000 |
Color Harmonies of #F500A1
Complementary color
Monochromatic Colors of #F500A1
Black with #F500A1
Text Example
Text Example
White with #F500A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F500A1; }
p { color: rgb(245,0,161); }
H1.HeaderClassName
{
color: #F500A1;
}
.AnyTagClassName
{
color: #F500A1;
}
</style>
background-color css
<style>
a { background-color: #F500A1; }
a { background-color: rgb(245,0,161); }
div.DivClassName
{
background-color: #F500A1;
}
.BgClassName
{
background-color: #F500A1;
}
</style>
border-color css
<style>
span { border-color: #F500A1; }
span { border-color: rgb(245,0,161); }
td.TdClassName
{
border-color: #F500A1;
}
.TagClassName
{
border-color: #F500A1;
}
</style>