Shades of Hollywood Cerise #F0099C
Tints of Hollywood Cerise #F0099C
RGB
CMYK
RGB Variations
Color information
#F0099C (or 0xF0099C) is known color: Hollywood Cerise. HEX triplet: F0, 09 and 9C. RGB value is (240,9,156). Sum of RGB (Red+Green+Blue) = 240+9+156=405 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.26% from 405); Green value is 9 (3.91% from 255 or 2.22% from 405); Blue value is 156 (61.33% from 255 or 38.52% from 405); Max value from RGB is 240 - color contains mainly: red. Hex color #F0099C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0099C is #0FF663. Grayscale: #5E5E5E. Windows color (decimal): -1046116 or 10226160. OLE color: 10226160.
HSL color Cylindrical-coordinate representation of color #F0099C: hue angle of 321.82º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F0099C is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 9 | 156 | - |
| CMYK | 0 | 0.96 | 0.35 | 0.06 |
| HSL | 321.82º | 0.93% | 0.49% | - |
| HSV(B) | 321.82º | 0.96% | 0.94% | - |
| XYZ | 42.03 | 21.12 | 33.31 | - |
| YUV | 94.83 | 162.53 | 231.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 9 | 156 | 0 | 0.96 | 0.35 | 0.06 | 321.82 | 0.93 | 0.49 |
| Hex | F0 | 9 | 9C | 0 | 60 | 23 | 6 | 142 | 5D | 31 |
| Octal | 360 | 11 | 234 | 0 | 140 | 43 | 6 | 502 | 135 | 61 |
| Binary | 11110000 | 1001 | 10011100 | 0 | 1100000 | 100011 | 110 | 101000010 | 1011101 | 110001 |
Color Harmonies of #F0099C
Complementary color
Monochromatic Colors of #F0099C
Black with #F0099C
Text Example
Text Example
White with #F0099C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0099C; }
p { color: rgb(240,9,156); }
H1.HeaderClassName
{
color: #F0099C;
}
.AnyTagClassName
{
color: #F0099C;
}
</style>
background-color css
<style>
a { background-color: #F0099C; }
a { background-color: rgb(240,9,156); }
div.DivClassName
{
background-color: #F0099C;
}
.BgClassName
{
background-color: #F0099C;
}
</style>
border-color css
<style>
span { border-color: #F0099C; }
span { border-color: rgb(240,9,156); }
td.TdClassName
{
border-color: #F0099C;
}
.TagClassName
{
border-color: #F0099C;
}
</style>