Shades of Hollywood Cerise #F808AF
Tints of Hollywood Cerise #F808AF
RGB
CMYK
RGB Variations
Color information
#F808AF (or 0xF808AF) is known color: Hollywood Cerise. HEX triplet: F8, 08 and AF. RGB value is (248,8,175). Sum of RGB (Red+Green+Blue) = 248+8+175=431 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.54% from 431); Green value is 8 (3.52% from 255 or 1.86% from 431); Blue value is 175 (68.75% from 255 or 40.60% from 431); Max value from RGB is 248 - color contains mainly: red. Hex color #F808AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F808AF is #07F750. Grayscale: #626262. Windows color (decimal): -522065 or 11471096. OLE color: 11471096.
HSL color Cylindrical-coordinate representation of color #F808AF: hue angle of 318.25º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F808AF is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 8 | 175 | - |
| CMYK | 0 | 0.97 | 0.29 | 0.03 |
| HSL | 318.25º | 0.94% | 0.5% | - |
| HSV(B) | 318.25º | 0.97% | 0.97% | - |
| XYZ | 46.54 | 23.23 | 42.59 | - |
| YUV | 98.8 | 171.01 | 234.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 8 | 175 | 0 | 0.97 | 0.29 | 0.03 | 318.25 | 0.94 | 0.5 |
| Hex | F8 | 8 | AF | 0 | 61 | 1D | 3 | 13E | 5E | 32 |
| Octal | 370 | 10 | 257 | 0 | 141 | 35 | 3 | 476 | 136 | 62 |
| Binary | 11111000 | 1000 | 10101111 | 0 | 1100001 | 11101 | 11 | 100111110 | 1011110 | 110010 |
Color Harmonies of #F808AF
Complementary color
Monochromatic Colors of #F808AF
Black with #F808AF
Text Example
Text Example
White with #F808AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F808AF; }
p { color: rgb(248,8,175); }
H1.HeaderClassName
{
color: #F808AF;
}
.AnyTagClassName
{
color: #F808AF;
}
</style>
background-color css
<style>
a { background-color: #F808AF; }
a { background-color: rgb(248,8,175); }
div.DivClassName
{
background-color: #F808AF;
}
.BgClassName
{
background-color: #F808AF;
}
</style>
border-color css
<style>
span { border-color: #F808AF; }
span { border-color: rgb(248,8,175); }
td.TdClassName
{
border-color: #F808AF;
}
.TagClassName
{
border-color: #F808AF;
}
</style>