Shades of Hollywood Cerise #FF0299
Tints of Hollywood Cerise #FF0299
RGB
CMYK
RGB Variations
Color information
#FF0299 (or 0xFF0299) is known color: Hollywood Cerise. HEX triplet: FF, 02 and 99. RGB value is (255,2,153). Sum of RGB (Red+Green+Blue) = 255+2+153=410 (54% of max value = 765). Red value is 255 (100% from 255 or 62.20% from 410); Green value is 2 (1.17% from 255 or 0.49% from 410); Blue value is 153 (60.16% from 255 or 37.32% from 410); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0299 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0299 is #00FD66. Grayscale: #5E5E5E. Windows color (decimal): -64871 or 10027775. OLE color: 10027775.
HSL color Cylindrical-coordinate representation of color #FF0299: hue angle of 324.19º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF0299 is Cyan = 0, Magento = 0.99, Yellow = 0.4 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 2 | 153 | - |
| CMYK | 0 | 0.99 | 0.4 | 0 |
| HSL | 324.19º | 1% | 0.5% | - |
| HSV(B) | 324.19º | 0.99% | 1% | - |
| XYZ | 47.01 | 23.6 | 32.22 | - |
| YUV | 94.86 | 160.82 | 242.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 2 | 153 | 0 | 0.99 | 0.4 | 0 | 324.19 | 1 | 0.5 |
| Hex | FF | 2 | 99 | 0 | 63 | 28 | 0 | 144 | 64 | 32 |
| Octal | 377 | 2 | 231 | 0 | 143 | 50 | 0 | 504 | 144 | 62 |
| Binary | 11111111 | 10 | 10011001 | 0 | 1100011 | 101000 | 0 | 101000100 | 1100100 | 110010 |
Color Harmonies of #FF0299
Complementary color
Monochromatic Colors of #FF0299
Black with #FF0299
Text Example
Text Example
White with #FF0299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0299; }
p { color: rgb(255,2,153); }
H1.HeaderClassName
{
color: #FF0299;
}
.AnyTagClassName
{
color: #FF0299;
}
</style>
background-color css
<style>
a { background-color: #FF0299; }
a { background-color: rgb(255,2,153); }
div.DivClassName
{
background-color: #FF0299;
}
.BgClassName
{
background-color: #FF0299;
}
</style>
border-color css
<style>
span { border-color: #FF0299; }
span { border-color: rgb(255,2,153); }
td.TdClassName
{
border-color: #FF0299;
}
.TagClassName
{
border-color: #FF0299;
}
</style>