Shades of Hollywood Cerise #F805AC
Tints of Hollywood Cerise #F805AC
RGB
CMYK
RGB Variations
Color information
#F805AC (or 0xF805AC) is known color: Hollywood Cerise. HEX triplet: F8, 05 and AC. RGB value is (248,5,172). Sum of RGB (Red+Green+Blue) = 248+5+172=425 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.35% from 425); Green value is 5 (2.34% from 255 or 1.18% from 425); Blue value is 172 (67.58% from 255 or 40.47% from 425); Max value from RGB is 248 - color contains mainly: red. Hex color #F805AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F805AC is #07FA53. Grayscale: #606060. Windows color (decimal): -522836 or 11273720. OLE color: 11273720.
HSL color Cylindrical-coordinate representation of color #F805AC: hue angle of 318.77º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F805AC is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 5 | 172 | - |
| CMYK | 0 | 0.98 | 0.31 | 0.03 |
| HSL | 318.77º | 0.96% | 0.5% | - |
| HSV(B) | 318.77º | 0.98% | 0.97% | - |
| XYZ | 46.21 | 23.04 | 41.04 | - |
| YUV | 96.7 | 170.51 | 235.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 5 | 172 | 0 | 0.98 | 0.31 | 0.03 | 318.77 | 0.96 | 0.5 |
| Hex | F8 | 5 | AC | 0 | 62 | 1F | 3 | 13F | 60 | 32 |
| Octal | 370 | 5 | 254 | 0 | 142 | 37 | 3 | 477 | 140 | 62 |
| Binary | 11111000 | 101 | 10101100 | 0 | 1100010 | 11111 | 11 | 100111111 | 1100000 | 110010 |
Color Harmonies of #F805AC
Complementary color
Monochromatic Colors of #F805AC
Black with #F805AC
Text Example
Text Example
White with #F805AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F805AC; }
p { color: rgb(248,5,172); }
H1.HeaderClassName
{
color: #F805AC;
}
.AnyTagClassName
{
color: #F805AC;
}
</style>
background-color css
<style>
a { background-color: #F805AC; }
a { background-color: rgb(248,5,172); }
div.DivClassName
{
background-color: #F805AC;
}
.BgClassName
{
background-color: #F805AC;
}
</style>
border-color css
<style>
span { border-color: #F805AC; }
span { border-color: rgb(248,5,172); }
td.TdClassName
{
border-color: #F805AC;
}
.TagClassName
{
border-color: #F805AC;
}
</style>