Shades of Hollywood Cerise #F8099C
Tints of Hollywood Cerise #F8099C
RGB
CMYK
RGB Variations
Color information
#F8099C (or 0xF8099C) is known color: Hollywood Cerise. HEX triplet: F8, 09 and 9C. RGB value is (248,9,156). Sum of RGB (Red+Green+Blue) = 248+9+156=413 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.05% from 413); Green value is 9 (3.91% from 255 or 2.18% from 413); Blue value is 156 (61.33% from 255 or 37.77% from 413); Max value from RGB is 248 - color contains mainly: red. Hex color #F8099C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F8099C is #07F663. Grayscale: #606060. Windows color (decimal): -521828 or 10226168. OLE color: 10226168.
HSL color Cylindrical-coordinate representation of color #F8099C: hue angle of 323.1º 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 #F8099C is Cyan = 0, Magento = 0.96, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 9 | 156 | - |
| CMYK | 0 | 0.96 | 0.37 | 0.03 |
| HSL | 323.1º | 0.94% | 0.5% | - |
| HSV(B) | 323.1º | 0.96% | 0.97% | - |
| XYZ | 44.81 | 22.55 | 33.44 | - |
| YUV | 97.22 | 161.18 | 235.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 9 | 156 | 0 | 0.96 | 0.37 | 0.03 | 323.1 | 0.94 | 0.5 |
| Hex | F8 | 9 | 9C | 0 | 60 | 25 | 3 | 143 | 5E | 32 |
| Octal | 370 | 11 | 234 | 0 | 140 | 45 | 3 | 503 | 136 | 62 |
| Binary | 11111000 | 1001 | 10011100 | 0 | 1100000 | 100101 | 11 | 101000011 | 1011110 | 110010 |
Color Harmonies of #F8099C
Complementary color
Monochromatic Colors of #F8099C
Black with #F8099C
Text Example
Text Example
White with #F8099C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8099C; }
p { color: rgb(248,9,156); }
H1.HeaderClassName
{
color: #F8099C;
}
.AnyTagClassName
{
color: #F8099C;
}
</style>
background-color css
<style>
a { background-color: #F8099C; }
a { background-color: rgb(248,9,156); }
div.DivClassName
{
background-color: #F8099C;
}
.BgClassName
{
background-color: #F8099C;
}
</style>
border-color css
<style>
span { border-color: #F8099C; }
span { border-color: rgb(248,9,156); }
td.TdClassName
{
border-color: #F8099C;
}
.TagClassName
{
border-color: #F8099C;
}
</style>