Shades of Hollywood Cerise #FF0199
Tints of Hollywood Cerise #FF0199
RGB
CMYK
RGB Variations
Color information
#FF0199 (or 0xFF0199) is known color: Hollywood Cerise. HEX triplet: FF, 01 and 99. RGB value is (255,1,153). Sum of RGB (Red+Green+Blue) = 255+1+153=409 (54% of max value = 765). Red value is 255 (100% from 255 or 62.35% from 409); Green value is 1 (0.78% from 255 or 0.24% from 409); Blue value is 153 (60.16% from 255 or 37.41% from 409); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0199 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0199 is #00FE66. Grayscale: #5D5D5D. Windows color (decimal): -65127 or 10027519. OLE color: 10027519.
HSL color Cylindrical-coordinate representation of color #FF0199: hue angle of 324.09º 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 #FF0199 is Cyan = 0, Magento = 1.00, Yellow = 0.4 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 1 | 153 | - |
| CMYK | 0 | 1.00 | 0.4 | 0 |
| HSL | 324.09º | 1% | 0.5% | - |
| HSV(B) | 324.09º | 1% | 1% | - |
| XYZ | 47 | 23.58 | 32.21 | - |
| YUV | 94.27 | 161.15 | 242.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 1 | 153 | 0 | 1.00 | 0.4 | 0 | 324.09 | 1 | 0.5 |
| Hex | FF | 1 | 99 | 0 | 64 | 28 | 0 | 144 | 64 | 32 |
| Octal | 377 | 1 | 231 | 0 | 144 | 50 | 0 | 504 | 144 | 62 |
| Binary | 11111111 | 1 | 10011001 | 0 | 1100100 | 101000 | 0 | 101000100 | 1100100 | 110010 |
Color Harmonies of #FF0199
Complementary color
Monochromatic Colors of #FF0199
Black with #FF0199
Text Example
Text Example
White with #FF0199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0199; }
p { color: rgb(255,1,153); }
H1.HeaderClassName
{
color: #FF0199;
}
.AnyTagClassName
{
color: #FF0199;
}
</style>
background-color css
<style>
a { background-color: #FF0199; }
a { background-color: rgb(255,1,153); }
div.DivClassName
{
background-color: #FF0199;
}
.BgClassName
{
background-color: #FF0199;
}
</style>
border-color css
<style>
span { border-color: #FF0199; }
span { border-color: rgb(255,1,153); }
td.TdClassName
{
border-color: #FF0199;
}
.TagClassName
{
border-color: #FF0199;
}
</style>