Shades of Hollywood Cerise #FF0099
Tints of Hollywood Cerise #FF0099
RGB
CMYK
RGB Variations
Color information
#FF0099 (or 0xFF0099) is known color: Hollywood Cerise. HEX triplet: FF, 00 and 99. RGB value is (255,0,153). Sum of RGB (Red+Green+Blue) = 255+0+153=408 (54% of max value = 765). Red value is 255 (100% from 255 or 62.5% from 408); Green value is 0 (0.39% from 255 or 0% from 408); Blue value is 153 (60.16% from 255 or 37.5% from 408); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0099 is a web safe color. Inversed color of #FF0099 is #00FF66. Grayscale: #5D5D5D. Windows color (decimal): -65383 or 10027263. OLE color: 10027263.
HSL color Cylindrical-coordinate representation of color #FF0099: hue angle of 324º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF0099 is Cyan = 0, Magento = 1, Yellow = 0.4 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 0 | 153 | - |
| CMYK | 0 | 1 | 0.4 | 0 |
| HSL | 324º | 1% | 0.5% | - |
| HSV(B) | 324º | 1% | 1% | - |
| XYZ | 46.99 | 23.56 | 32.21 | - |
| YUV | 93.69 | 161.48 | 243.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 0 | 153 | 0 | 1 | 0.4 | 0 | 324 | 1 | 0.5 |
| Hex | FF | 0 | 99 | 0 | 64 | 28 | 0 | 144 | 64 | 32 |
| Octal | 377 | 0 | 231 | 0 | 144 | 50 | 0 | 504 | 144 | 62 |
| Binary | 11111111 | 0 | 10011001 | 0 | 1100100 | 101000 | 0 | 101000100 | 1100100 | 110010 |
Color Harmonies of #FF0099
Complementary color
Monochromatic Colors of #FF0099
Black with #FF0099
Text Example
Text Example
White with #FF0099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0099; }
p { color: rgb(255,0,153); }
H1.HeaderClassName
{
color: #FF0099;
}
.AnyTagClassName
{
color: #FF0099;
}
</style>
background-color css
<style>
a { background-color: #FF0099; }
a { background-color: rgb(255,0,153); }
div.DivClassName
{
background-color: #FF0099;
}
.BgClassName
{
background-color: #FF0099;
}
</style>
border-color css
<style>
span { border-color: #FF0099; }
span { border-color: rgb(255,0,153); }
td.TdClassName
{
border-color: #FF0099;
}
.TagClassName
{
border-color: #FF0099;
}
</style>