Shades of Hollywood Cerise #F500A5
Tints of Hollywood Cerise #F500A5
RGB
CMYK
RGB Variations
Color information
#F500A5 (or 0xF500A5) is known color: Hollywood Cerise. HEX triplet: F5, 00 and A5. RGB value is (245,0,165). Sum of RGB (Red+Green+Blue) = 245+0+165=410 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.76% from 410); Green value is 0 (0.39% from 255 or 0% from 410); Blue value is 165 (64.84% from 255 or 40.24% from 410); Max value from RGB is 245 - color contains mainly: red. Hex color #F500A5 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F500A5 is #0AFF5A. Grayscale: #5B5B5B. Windows color (decimal): -720731 or 10813685. OLE color: 10813685.
HSL color Cylindrical-coordinate representation of color #F500A5: hue angle of 319.59º 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 #F500A5 is Cyan = 0, Magento = 1, Yellow = 0.33 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 0 | 165 | - |
| CMYK | 0 | 1 | 0.33 | 0.04 |
| HSL | 319.59º | 1% | 0.48% | - |
| HSV(B) | 319.59º | 1% | 0.96% | - |
| XYZ | 44.45 | 22.13 | 37.53 | - |
| YUV | 92.07 | 169.17 | 237.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 0 | 165 | 0 | 1 | 0.33 | 0.04 | 319.59 | 1 | 0.48 |
| Hex | F5 | 0 | A5 | 0 | 64 | 21 | 4 | 140 | 64 | 30 |
| Octal | 365 | 0 | 245 | 0 | 144 | 41 | 4 | 500 | 144 | 60 |
| Binary | 11110101 | 0 | 10100101 | 0 | 1100100 | 100001 | 100 | 101000000 | 1100100 | 110000 |
Color Harmonies of #F500A5
Complementary color
Monochromatic Colors of #F500A5
Black with #F500A5
Text Example
Text Example
White with #F500A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F500A5; }
p { color: rgb(245,0,165); }
H1.HeaderClassName
{
color: #F500A5;
}
.AnyTagClassName
{
color: #F500A5;
}
</style>
background-color css
<style>
a { background-color: #F500A5; }
a { background-color: rgb(245,0,165); }
div.DivClassName
{
background-color: #F500A5;
}
.BgClassName
{
background-color: #F500A5;
}
</style>
border-color css
<style>
span { border-color: #F500A5; }
span { border-color: rgb(245,0,165); }
td.TdClassName
{
border-color: #F500A5;
}
.TagClassName
{
border-color: #F500A5;
}
</style>