Shades of Hollywood Cerise #FF0399
Tints of Hollywood Cerise #FF0399
RGB
CMYK
RGB Variations
Color information
#FF0399 (or 0xFF0399) is known color: Hollywood Cerise. HEX triplet: FF, 03 and 99. RGB value is (255,3,153). Sum of RGB (Red+Green+Blue) = 255+3+153=411 (54% of max value = 765). Red value is 255 (100% from 255 or 62.04% from 411); Green value is 3 (1.56% from 255 or 0.73% from 411); Blue value is 153 (60.16% from 255 or 37.23% from 411); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0399 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0399 is #00FC66. Grayscale: #5F5F5F. Windows color (decimal): -64615 or 10028031. OLE color: 10028031.
HSL color Cylindrical-coordinate representation of color #FF0399: hue angle of 324.29º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF0399 is Cyan = 0, Magento = 0.99, Yellow = 0.4 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 3 | 153 | - |
| CMYK | 0 | 0.99 | 0.4 | 0 |
| HSL | 324.29º | 1% | 0.51% | - |
| HSV(B) | 324.29º | 0.99% | 1% | - |
| XYZ | 47.02 | 23.63 | 32.22 | - |
| YUV | 95.45 | 160.49 | 241.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 3 | 153 | 0 | 0.99 | 0.4 | 0 | 324.29 | 1 | 0.51 |
| Hex | FF | 3 | 99 | 0 | 63 | 28 | 0 | 144 | 64 | 33 |
| Octal | 377 | 3 | 231 | 0 | 143 | 50 | 0 | 504 | 144 | 63 |
| Binary | 11111111 | 11 | 10011001 | 0 | 1100011 | 101000 | 0 | 101000100 | 1100100 | 110011 |
Color Harmonies of #FF0399
Complementary color
Monochromatic Colors of #FF0399
Black with #FF0399
Text Example
Text Example
White with #FF0399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0399; }
p { color: rgb(255,3,153); }
H1.HeaderClassName
{
color: #FF0399;
}
.AnyTagClassName
{
color: #FF0399;
}
</style>
background-color css
<style>
a { background-color: #FF0399; }
a { background-color: rgb(255,3,153); }
div.DivClassName
{
background-color: #FF0399;
}
.BgClassName
{
background-color: #FF0399;
}
</style>
border-color css
<style>
span { border-color: #FF0399; }
span { border-color: rgb(255,3,153); }
td.TdClassName
{
border-color: #FF0399;
}
.TagClassName
{
border-color: #FF0399;
}
</style>