Shades of Hollywood Cerise #F8099D
Tints of Hollywood Cerise #F8099D
RGB
CMYK
RGB Variations
Color information
#F8099D (or 0xF8099D) is known color: Hollywood Cerise. HEX triplet: F8, 09 and 9D. RGB value is (248,9,157). Sum of RGB (Red+Green+Blue) = 248+9+157=414 (54% of max value = 765). Red value is 248 (97.27% from 255 or 59.90% from 414); Green value is 9 (3.91% from 255 or 2.17% from 414); Blue value is 157 (61.72% from 255 or 37.92% from 414); Max value from RGB is 248 - color contains mainly: red. Hex color #F8099D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F8099D is #07F662. Grayscale: #606060. Windows color (decimal): -521827 or 10291704. OLE color: 10291704.
HSL color Cylindrical-coordinate representation of color #F8099D: hue angle of 322.85º 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 #F8099D is Cyan = 0, Magento = 0.96, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 9 | 157 | - |
| CMYK | 0 | 0.96 | 0.37 | 0.03 |
| HSL | 322.85º | 0.94% | 0.5% | - |
| HSV(B) | 322.85º | 0.96% | 0.97% | - |
| XYZ | 44.89 | 22.59 | 33.89 | - |
| YUV | 97.33 | 161.68 | 235.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 9 | 157 | 0 | 0.96 | 0.37 | 0.03 | 322.85 | 0.94 | 0.5 |
| Hex | F8 | 9 | 9D | 0 | 60 | 25 | 3 | 143 | 5E | 32 |
| Octal | 370 | 11 | 235 | 0 | 140 | 45 | 3 | 503 | 136 | 62 |
| Binary | 11111000 | 1001 | 10011101 | 0 | 1100000 | 100101 | 11 | 101000011 | 1011110 | 110010 |
Color Harmonies of #F8099D
Complementary color
Monochromatic Colors of #F8099D
Black with #F8099D
Text Example
Text Example
White with #F8099D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8099D; }
p { color: rgb(248,9,157); }
H1.HeaderClassName
{
color: #F8099D;
}
.AnyTagClassName
{
color: #F8099D;
}
</style>
background-color css
<style>
a { background-color: #F8099D; }
a { background-color: rgb(248,9,157); }
div.DivClassName
{
background-color: #F8099D;
}
.BgClassName
{
background-color: #F8099D;
}
</style>
border-color css
<style>
span { border-color: #F8099D; }
span { border-color: rgb(248,9,157); }
td.TdClassName
{
border-color: #F8099D;
}
.TagClassName
{
border-color: #F8099D;
}
</style>