Shades of Hollywood Cerise #F508A1
Tints of Hollywood Cerise #F508A1
RGB
CMYK
RGB Variations
Color information
#F508A1 (or 0xF508A1) is known color: Hollywood Cerise. HEX triplet: F5, 08 and A1. RGB value is (245,8,161). Sum of RGB (Red+Green+Blue) = 245+8+161=414 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.18% from 414); Green value is 8 (3.52% from 255 or 1.93% from 414); Blue value is 161 (63.28% from 255 or 38.89% from 414); Max value from RGB is 245 - color contains mainly: red. Hex color #F508A1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F508A1 is #0AF75E. Grayscale: #5F5F5F. Windows color (decimal): -718687 or 10553589. OLE color: 10553589.
HSL color Cylindrical-coordinate representation of color #F508A1: hue angle of 321.27º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F508A1 is Cyan = 0, Magento = 0.97, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 8 | 161 | - |
| CMYK | 0 | 0.97 | 0.34 | 0.04 |
| HSL | 321.27º | 0.94% | 0.5% | - |
| HSV(B) | 321.27º | 0.97% | 0.96% | - |
| XYZ | 44.18 | 22.16 | 35.67 | - |
| YUV | 96.31 | 164.52 | 234.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 8 | 161 | 0 | 0.97 | 0.34 | 0.04 | 321.27 | 0.94 | 0.5 |
| Hex | F5 | 8 | A1 | 0 | 61 | 22 | 4 | 141 | 5E | 32 |
| Octal | 365 | 10 | 241 | 0 | 141 | 42 | 4 | 501 | 136 | 62 |
| Binary | 11110101 | 1000 | 10100001 | 0 | 1100001 | 100010 | 100 | 101000001 | 1011110 | 110010 |
Color Harmonies of #F508A1
Complementary color
Monochromatic Colors of #F508A1
Black with #F508A1
Text Example
Text Example
White with #F508A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F508A1; }
p { color: rgb(245,8,161); }
H1.HeaderClassName
{
color: #F508A1;
}
.AnyTagClassName
{
color: #F508A1;
}
</style>
background-color css
<style>
a { background-color: #F508A1; }
a { background-color: rgb(245,8,161); }
div.DivClassName
{
background-color: #F508A1;
}
.BgClassName
{
background-color: #F508A1;
}
</style>
border-color css
<style>
span { border-color: #F508A1; }
span { border-color: rgb(245,8,161); }
td.TdClassName
{
border-color: #F508A1;
}
.TagClassName
{
border-color: #F508A1;
}
</style>