Shades of Hollywood Cerise #F80B9D
Tints of Hollywood Cerise #F80B9D
RGB
CMYK
RGB Variations
Color information
#F80B9D (or 0xF80B9D) is known color: Hollywood Cerise. HEX triplet: F8, 0B and 9D. RGB value is (248,11,157). Sum of RGB (Red+Green+Blue) = 248+11+157=416 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.62% from 416); Green value is 11 (4.69% from 255 or 2.64% from 416); Blue value is 157 (61.72% from 255 or 37.74% from 416); Max value from RGB is 248 - color contains mainly: red. Hex color #F80B9D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80B9D is #07F462. Grayscale: #626262. Windows color (decimal): -521315 or 10292216. OLE color: 10292216.
HSL color Cylindrical-coordinate representation of color #F80B9D: hue angle of 323.04º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F80B9D is Cyan = 0, Magento = 0.96, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 11 | 157 | - |
| CMYK | 0 | 0.96 | 0.37 | 0.03 |
| HSL | 323.04º | 0.94% | 0.51% | - |
| HSV(B) | 323.04º | 0.96% | 0.97% | - |
| XYZ | 44.92 | 22.63 | 33.9 | - |
| YUV | 98.51 | 161.02 | 234.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 11 | 157 | 0 | 0.96 | 0.37 | 0.03 | 323.04 | 0.94 | 0.51 |
| Hex | F8 | B | 9D | 0 | 60 | 25 | 3 | 143 | 5E | 33 |
| Octal | 370 | 13 | 235 | 0 | 140 | 45 | 3 | 503 | 136 | 63 |
| Binary | 11111000 | 1011 | 10011101 | 0 | 1100000 | 100101 | 11 | 101000011 | 1011110 | 110011 |
Color Harmonies of #F80B9D
Complementary color
Monochromatic Colors of #F80B9D
Black with #F80B9D
Text Example
Text Example
White with #F80B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80B9D; }
p { color: rgb(248,11,157); }
H1.HeaderClassName
{
color: #F80B9D;
}
.AnyTagClassName
{
color: #F80B9D;
}
</style>
background-color css
<style>
a { background-color: #F80B9D; }
a { background-color: rgb(248,11,157); }
div.DivClassName
{
background-color: #F80B9D;
}
.BgClassName
{
background-color: #F80B9D;
}
</style>
border-color css
<style>
span { border-color: #F80B9D; }
span { border-color: rgb(248,11,157); }
td.TdClassName
{
border-color: #F80B9D;
}
.TagClassName
{
border-color: #F80B9D;
}
</style>