Shades of Hollywood Cerise #F80F9F
Tints of Hollywood Cerise #F80F9F
RGB
CMYK
RGB Variations
Color information
#F80F9F (or 0xF80F9F) is known color: Hollywood Cerise. HEX triplet: F8, 0F and 9F. RGB value is (248,15,159). Sum of RGB (Red+Green+Blue) = 248+15+159=422 (55% of max value = 765). Red value is 248 (97.27% from 255 or 58.77% from 422); Green value is 15 (6.25% from 255 or 3.55% from 422); Blue value is 159 (62.5% from 255 or 37.68% from 422); Max value from RGB is 248 - color contains mainly: red. Hex color #F80F9F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80F9F is #07F060. Grayscale: #646464. Windows color (decimal): -520289 or 10424312. OLE color: 10424312.
HSL color Cylindrical-coordinate representation of color #F80F9F: hue angle of 322.92º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F80F9F is Cyan = 0, Magento = 0.94, Yellow = 0.36 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 15 | 159 | - |
| CMYK | 0 | 0.94 | 0.36 | 0.03 |
| HSL | 322.92º | 0.94% | 0.52% | - |
| HSV(B) | 322.92º | 0.94% | 0.97% | - |
| XYZ | 45.14 | 22.8 | 34.82 | - |
| YUV | 101.08 | 160.69 | 232.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 15 | 159 | 0 | 0.94 | 0.36 | 0.03 | 322.92 | 0.94 | 0.52 |
| Hex | F8 | F | 9F | 0 | 5E | 24 | 3 | 143 | 5E | 34 |
| Octal | 370 | 17 | 237 | 0 | 136 | 44 | 3 | 503 | 136 | 64 |
| Binary | 11111000 | 1111 | 10011111 | 0 | 1011110 | 100100 | 11 | 101000011 | 1011110 | 110100 |
Color Harmonies of #F80F9F
Complementary color
Monochromatic Colors of #F80F9F
Black with #F80F9F
Text Example
Text Example
White with #F80F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80F9F; }
p { color: rgb(248,15,159); }
H1.HeaderClassName
{
color: #F80F9F;
}
.AnyTagClassName
{
color: #F80F9F;
}
</style>
background-color css
<style>
a { background-color: #F80F9F; }
a { background-color: rgb(248,15,159); }
div.DivClassName
{
background-color: #F80F9F;
}
.BgClassName
{
background-color: #F80F9F;
}
</style>
border-color css
<style>
span { border-color: #F80F9F; }
span { border-color: rgb(248,15,159); }
td.TdClassName
{
border-color: #F80F9F;
}
.TagClassName
{
border-color: #F80F9F;
}
</style>