Shades of Hollywood Cerise #F800AF
Tints of Hollywood Cerise #F800AF
RGB
CMYK
RGB Variations
Color information
#F800AF (or 0xF800AF) is known color: Hollywood Cerise. HEX triplet: F8, 00 and AF. RGB value is (248,0,175). Sum of RGB (Red+Green+Blue) = 248+0+175=423 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.63% from 423); Green value is 0 (0.39% from 255 or 0% from 423); Blue value is 175 (68.75% from 255 or 41.37% from 423); Max value from RGB is 248 - color contains mainly: red. Hex color #F800AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F800AF is #07FF50. Grayscale: #5D5D5D. Windows color (decimal): -524113 or 11469048. OLE color: 11469048.
HSL color Cylindrical-coordinate representation of color #F800AF: hue angle of 317.66º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F800AF is Cyan = 0, Magento = 1, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 0 | 175 | - |
| CMYK | 0 | 1 | 0.29 | 0.03 |
| HSL | 317.66º | 1% | 0.49% | - |
| HSV(B) | 317.66º | 1% | 0.97% | - |
| XYZ | 46.45 | 23.05 | 42.56 | - |
| YUV | 94.1 | 173.66 | 237.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 0 | 175 | 0 | 1 | 0.29 | 0.03 | 317.66 | 1 | 0.49 |
| Hex | F8 | 0 | AF | 0 | 64 | 1D | 3 | 13E | 64 | 31 |
| Octal | 370 | 0 | 257 | 0 | 144 | 35 | 3 | 476 | 144 | 61 |
| Binary | 11111000 | 0 | 10101111 | 0 | 1100100 | 11101 | 11 | 100111110 | 1100100 | 110001 |
Color Harmonies of #F800AF
Complementary color
Monochromatic Colors of #F800AF
Black with #F800AF
Text Example
Text Example
White with #F800AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F800AF; }
p { color: rgb(248,0,175); }
H1.HeaderClassName
{
color: #F800AF;
}
.AnyTagClassName
{
color: #F800AF;
}
</style>
background-color css
<style>
a { background-color: #F800AF; }
a { background-color: rgb(248,0,175); }
div.DivClassName
{
background-color: #F800AF;
}
.BgClassName
{
background-color: #F800AF;
}
</style>
border-color css
<style>
span { border-color: #F800AF; }
span { border-color: rgb(248,0,175); }
td.TdClassName
{
border-color: #F800AF;
}
.TagClassName
{
border-color: #F800AF;
}
</style>