Shades of Hollywood Cerise #F807A0
Tints of Hollywood Cerise #F807A0
RGB
CMYK
RGB Variations
Color information
#F807A0 (or 0xF807A0) is known color: Hollywood Cerise. HEX triplet: F8, 07 and A0. RGB value is (248,7,160). Sum of RGB (Red+Green+Blue) = 248+7+160=415 (54% of max value = 765). Red value is 248 (97.27% from 255 or 59.76% from 415); Green value is 7 (3.12% from 255 or 1.69% from 415); Blue value is 160 (62.89% from 255 or 38.55% from 415); Max value from RGB is 248 - color contains mainly: red. Hex color #F807A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F807A0 is #07F85F. Grayscale: #606060. Windows color (decimal): -522336 or 10487800. OLE color: 10487800.
HSL color Cylindrical-coordinate representation of color #F807A0: hue angle of 321.91º degrees, saturation: 0.95, 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 #F807A0 is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 7 | 160 | - |
| CMYK | 0 | 0.97 | 0.35 | 0.03 |
| HSL | 321.91º | 0.95% | 0.5% | - |
| HSV(B) | 321.91º | 0.97% | 0.97% | - |
| XYZ | 45.13 | 22.65 | 35.25 | - |
| YUV | 96.5 | 163.84 | 236.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 7 | 160 | 0 | 0.97 | 0.35 | 0.03 | 321.91 | 0.95 | 0.5 |
| Hex | F8 | 7 | A0 | 0 | 61 | 23 | 3 | 142 | 5F | 32 |
| Octal | 370 | 7 | 240 | 0 | 141 | 43 | 3 | 502 | 137 | 62 |
| Binary | 11111000 | 111 | 10100000 | 0 | 1100001 | 100011 | 11 | 101000010 | 1011111 | 110010 |
Color Harmonies of #F807A0
Complementary color
Monochromatic Colors of #F807A0
Black with #F807A0
Text Example
Text Example
White with #F807A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F807A0; }
p { color: rgb(248,7,160); }
H1.HeaderClassName
{
color: #F807A0;
}
.AnyTagClassName
{
color: #F807A0;
}
</style>
background-color css
<style>
a { background-color: #F807A0; }
a { background-color: rgb(248,7,160); }
div.DivClassName
{
background-color: #F807A0;
}
.BgClassName
{
background-color: #F807A0;
}
</style>
border-color css
<style>
span { border-color: #F807A0; }
span { border-color: rgb(248,7,160); }
td.TdClassName
{
border-color: #F807A0;
}
.TagClassName
{
border-color: #F807A0;
}
</style>