Shades of Hollywood Cerise #F805B0
Tints of Hollywood Cerise #F805B0
RGB
CMYK
RGB Variations
Color information
#F805B0 (or 0xF805B0) is known color: Hollywood Cerise. HEX triplet: F8, 05 and B0. RGB value is (248,5,176). Sum of RGB (Red+Green+Blue) = 248+5+176=429 (56% of max value = 765). Red value is 248 (97.27% from 255 or 57.81% from 429); Green value is 5 (2.34% from 255 or 1.17% from 429); Blue value is 176 (69.14% from 255 or 41.03% from 429); Max value from RGB is 248 - color contains mainly: red. Hex color #F805B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F805B0 is #07FA4F. Grayscale: #606060. Windows color (decimal): -522832 or 11535864. OLE color: 11535864.
HSL color Cylindrical-coordinate representation of color #F805B0: hue angle of 317.78º 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 #F805B0 is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 5 | 176 | - |
| CMYK | 0 | 0.98 | 0.29 | 0.03 |
| HSL | 317.78º | 0.96% | 0.5% | - |
| HSV(B) | 317.78º | 0.98% | 0.97% | - |
| XYZ | 46.6 | 23.2 | 43.1 | - |
| YUV | 97.15 | 172.51 | 235.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 5 | 176 | 0 | 0.98 | 0.29 | 0.03 | 317.78 | 0.96 | 0.5 |
| Hex | F8 | 5 | B0 | 0 | 62 | 1D | 3 | 13E | 60 | 32 |
| Octal | 370 | 5 | 260 | 0 | 142 | 35 | 3 | 476 | 140 | 62 |
| Binary | 11111000 | 101 | 10110000 | 0 | 1100010 | 11101 | 11 | 100111110 | 1100000 | 110010 |
Color Harmonies of #F805B0
Complementary color
Monochromatic Colors of #F805B0
Black with #F805B0
Text Example
Text Example
White with #F805B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F805B0; }
p { color: rgb(248,5,176); }
H1.HeaderClassName
{
color: #F805B0;
}
.AnyTagClassName
{
color: #F805B0;
}
</style>
background-color css
<style>
a { background-color: #F805B0; }
a { background-color: rgb(248,5,176); }
div.DivClassName
{
background-color: #F805B0;
}
.BgClassName
{
background-color: #F805B0;
}
</style>
border-color css
<style>
span { border-color: #F805B0; }
span { border-color: rgb(248,5,176); }
td.TdClassName
{
border-color: #F805B0;
}
.TagClassName
{
border-color: #F805B0;
}
</style>