Shades of Hollywood Cerise #FD0399
Tints of Hollywood Cerise #FD0399
RGB
CMYK
RGB Variations
Color information
#FD0399 (or 0xFD0399) is known color: Hollywood Cerise. HEX triplet: FD, 03 and 99. RGB value is (253,3,153). Sum of RGB (Red+Green+Blue) = 253+3+153=409 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.86% from 409); Green value is 3 (1.56% from 255 or 0.73% from 409); Blue value is 153 (60.16% from 255 or 37.41% from 409); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0399 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD0399 is #02FC66. Grayscale: #5E5E5E. Windows color (decimal): -195687 or 10028029. OLE color: 10028029.
HSL color Cylindrical-coordinate representation of color #FD0399: hue angle of 324º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FD0399 is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 3 | 153 | - |
| CMYK | 0 | 0.99 | 0.40 | 0.01 |
| HSL | 324º | 0.98% | 0.5% | - |
| HSV(B) | 324º | 0.99% | 0.99% | - |
| XYZ | 46.29 | 23.25 | 32.18 | - |
| YUV | 94.85 | 160.83 | 240.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 3 | 153 | 0 | 0.99 | 0.40 | 0.01 | 324 | 0.98 | 0.5 |
| Hex | FD | 3 | 99 | 0 | 63 | 28 | 1 | 144 | 62 | 32 |
| Octal | 375 | 3 | 231 | 0 | 143 | 50 | 1 | 504 | 142 | 62 |
| Binary | 11111101 | 11 | 10011001 | 0 | 1100011 | 101000 | 1 | 101000100 | 1100010 | 110010 |
Color Harmonies of #FD0399
Complementary color
Monochromatic Colors of #FD0399
Black with #FD0399
Text Example
Text Example
White with #FD0399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0399; }
p { color: rgb(253,3,153); }
H1.HeaderClassName
{
color: #FD0399;
}
.AnyTagClassName
{
color: #FD0399;
}
</style>
background-color css
<style>
a { background-color: #FD0399; }
a { background-color: rgb(253,3,153); }
div.DivClassName
{
background-color: #FD0399;
}
.BgClassName
{
background-color: #FD0399;
}
</style>
border-color css
<style>
span { border-color: #FD0399; }
span { border-color: rgb(253,3,153); }
td.TdClassName
{
border-color: #FD0399;
}
.TagClassName
{
border-color: #FD0399;
}
</style>