Shades of Hollywood Cerise #F508AD
Tints of Hollywood Cerise #F508AD
RGB
CMYK
RGB Variations
Color information
#F508AD (or 0xF508AD) is known color: Hollywood Cerise. HEX triplet: F5, 08 and AD. RGB value is (245,8,173). Sum of RGB (Red+Green+Blue) = 245+8+173=426 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.51% from 426); Green value is 8 (3.52% from 255 or 1.88% from 426); Blue value is 173 (67.97% from 255 or 40.61% from 426); Max value from RGB is 245 - color contains mainly: red. Hex color #F508AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F508AD is #0AF752. Grayscale: #616161. Windows color (decimal): -718675 or 11340021. OLE color: 11340021.
HSL color Cylindrical-coordinate representation of color #F508AD: hue angle of 318.23º 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 #F508AD is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 8 | 173 | - |
| CMYK | 0 | 0.97 | 0.29 | 0.04 |
| HSL | 318.23º | 0.94% | 0.5% | - |
| HSV(B) | 318.23º | 0.97% | 0.96% | - |
| XYZ | 45.29 | 22.6 | 41.51 | - |
| YUV | 97.67 | 170.52 | 233.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 8 | 173 | 0 | 0.97 | 0.29 | 0.04 | 318.23 | 0.94 | 0.5 |
| Hex | F5 | 8 | AD | 0 | 61 | 1D | 4 | 13E | 5E | 32 |
| Octal | 365 | 10 | 255 | 0 | 141 | 35 | 4 | 476 | 136 | 62 |
| Binary | 11110101 | 1000 | 10101101 | 0 | 1100001 | 11101 | 100 | 100111110 | 1011110 | 110010 |
Color Harmonies of #F508AD
Complementary color
Monochromatic Colors of #F508AD
Black with #F508AD
Text Example
Text Example
White with #F508AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F508AD; }
p { color: rgb(245,8,173); }
H1.HeaderClassName
{
color: #F508AD;
}
.AnyTagClassName
{
color: #F508AD;
}
</style>
background-color css
<style>
a { background-color: #F508AD; }
a { background-color: rgb(245,8,173); }
div.DivClassName
{
background-color: #F508AD;
}
.BgClassName
{
background-color: #F508AD;
}
</style>
border-color css
<style>
span { border-color: #F508AD; }
span { border-color: rgb(245,8,173); }
td.TdClassName
{
border-color: #F508AD;
}
.TagClassName
{
border-color: #F508AD;
}
</style>