Shades of Hollywood Cerise #F8099F
Tints of Hollywood Cerise #F8099F
RGB
CMYK
RGB Variations
Color information
#F8099F (or 0xF8099F) is known color: Hollywood Cerise. HEX triplet: F8, 09 and 9F. RGB value is (248,9,159). Sum of RGB (Red+Green+Blue) = 248+9+159=416 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.62% from 416); Green value is 9 (3.91% from 255 or 2.16% from 416); Blue value is 159 (62.5% from 255 or 38.22% from 416); Max value from RGB is 248 - color contains mainly: red. Hex color #F8099F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F8099F is #07F660. Grayscale: #616161. Windows color (decimal): -521825 or 10422776. OLE color: 10422776.
HSL color Cylindrical-coordinate representation of color #F8099F: hue angle of 322.34º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F8099F is Cyan = 0, Magento = 0.96, Yellow = 0.36 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 9 | 159 | - |
| CMYK | 0 | 0.96 | 0.36 | 0.03 |
| HSL | 322.34º | 0.94% | 0.5% | - |
| HSV(B) | 322.34º | 0.96% | 0.97% | - |
| XYZ | 45.07 | 22.66 | 34.8 | - |
| YUV | 97.56 | 162.68 | 235.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 9 | 159 | 0 | 0.96 | 0.36 | 0.03 | 322.34 | 0.94 | 0.5 |
| Hex | F8 | 9 | 9F | 0 | 60 | 24 | 3 | 142 | 5E | 32 |
| Octal | 370 | 11 | 237 | 0 | 140 | 44 | 3 | 502 | 136 | 62 |
| Binary | 11111000 | 1001 | 10011111 | 0 | 1100000 | 100100 | 11 | 101000010 | 1011110 | 110010 |
Color Harmonies of #F8099F
Complementary color
Monochromatic Colors of #F8099F
Black with #F8099F
Text Example
Text Example
White with #F8099F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8099F; }
p { color: rgb(248,9,159); }
H1.HeaderClassName
{
color: #F8099F;
}
.AnyTagClassName
{
color: #F8099F;
}
</style>
background-color css
<style>
a { background-color: #F8099F; }
a { background-color: rgb(248,9,159); }
div.DivClassName
{
background-color: #F8099F;
}
.BgClassName
{
background-color: #F8099F;
}
</style>
border-color css
<style>
span { border-color: #F8099F; }
span { border-color: rgb(248,9,159); }
td.TdClassName
{
border-color: #F8099F;
}
.TagClassName
{
border-color: #F8099F;
}
</style>