Shades of Hollywood Cerise #F508B0
Tints of Hollywood Cerise #F508B0
RGB
CMYK
RGB Variations
Color information
#F508B0 (or 0xF508B0) is known color: Hollywood Cerise. HEX triplet: F5, 08 and B0. RGB value is (245,8,176). Sum of RGB (Red+Green+Blue) = 245+8+176=429 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.11% from 429); Green value is 8 (3.52% from 255 or 1.86% from 429); Blue value is 176 (69.14% from 255 or 41.03% from 429); Max value from RGB is 245 - color contains mainly: red. Hex color #F508B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F508B0 is #0AF74F. Grayscale: #616161. Windows color (decimal): -718672 or 11536629. OLE color: 11536629.
HSL color Cylindrical-coordinate representation of color #F508B0: hue angle of 317.47º 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 #F508B0 is Cyan = 0, Magento = 0.97, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 8 | 176 | - |
| CMYK | 0 | 0.97 | 0.28 | 0.04 |
| HSL | 317.47º | 0.94% | 0.5% | - |
| HSV(B) | 317.47º | 0.97% | 0.96% | - |
| XYZ | 45.58 | 22.72 | 43.06 | - |
| YUV | 98.02 | 172.02 | 232.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 8 | 176 | 0 | 0.97 | 0.28 | 0.04 | 317.47 | 0.94 | 0.5 |
| Hex | F5 | 8 | B0 | 0 | 61 | 1C | 4 | 13D | 5E | 32 |
| Octal | 365 | 10 | 260 | 0 | 141 | 34 | 4 | 475 | 136 | 62 |
| Binary | 11110101 | 1000 | 10110000 | 0 | 1100001 | 11100 | 100 | 100111101 | 1011110 | 110010 |
Color Harmonies of #F508B0
Complementary color
Monochromatic Colors of #F508B0
Black with #F508B0
Text Example
Text Example
White with #F508B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F508B0; }
p { color: rgb(245,8,176); }
H1.HeaderClassName
{
color: #F508B0;
}
.AnyTagClassName
{
color: #F508B0;
}
</style>
background-color css
<style>
a { background-color: #F508B0; }
a { background-color: rgb(245,8,176); }
div.DivClassName
{
background-color: #F508B0;
}
.BgClassName
{
background-color: #F508B0;
}
</style>
border-color css
<style>
span { border-color: #F508B0; }
span { border-color: rgb(245,8,176); }
td.TdClassName
{
border-color: #F508B0;
}
.TagClassName
{
border-color: #F508B0;
}
</style>