Shades of Hollywood Cerise #FD039D
Tints of Hollywood Cerise #FD039D
RGB
CMYK
RGB Variations
Color information
#FD039D (or 0xFD039D) is known color: Hollywood Cerise. HEX triplet: FD, 03 and 9D. RGB value is (253,3,157). Sum of RGB (Red+Green+Blue) = 253+3+157=413 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.26% from 413); Green value is 3 (1.56% from 255 or 0.73% from 413); Blue value is 157 (61.72% from 255 or 38.01% from 413); Max value from RGB is 253 - color contains mainly: red. Hex color #FD039D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD039D is #02FC62. Grayscale: #5E5E5E. Windows color (decimal): -195683 or 10290173. OLE color: 10290173.
HSL color Cylindrical-coordinate representation of color #FD039D: hue angle of 323.04º 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 #FD039D is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 3 | 157 | - |
| CMYK | 0 | 0.99 | 0.38 | 0.01 |
| HSL | 323.04º | 0.98% | 0.5% | - |
| HSV(B) | 323.04º | 0.99% | 0.99% | - |
| XYZ | 46.63 | 23.38 | 33.95 | - |
| YUV | 95.31 | 162.83 | 240.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 3 | 157 | 0 | 0.99 | 0.38 | 0.01 | 323.04 | 0.98 | 0.5 |
| Hex | FD | 3 | 9D | 0 | 63 | 26 | 1 | 143 | 62 | 32 |
| Octal | 375 | 3 | 235 | 0 | 143 | 46 | 1 | 503 | 142 | 62 |
| Binary | 11111101 | 11 | 10011101 | 0 | 1100011 | 100110 | 1 | 101000011 | 1100010 | 110010 |
Color Harmonies of #FD039D
Complementary color
Monochromatic Colors of #FD039D
Black with #FD039D
Text Example
Text Example
White with #FD039D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD039D; }
p { color: rgb(253,3,157); }
H1.HeaderClassName
{
color: #FD039D;
}
.AnyTagClassName
{
color: #FD039D;
}
</style>
background-color css
<style>
a { background-color: #FD039D; }
a { background-color: rgb(253,3,157); }
div.DivClassName
{
background-color: #FD039D;
}
.BgClassName
{
background-color: #FD039D;
}
</style>
border-color css
<style>
span { border-color: #FD039D; }
span { border-color: rgb(253,3,157); }
td.TdClassName
{
border-color: #FD039D;
}
.TagClassName
{
border-color: #FD039D;
}
</style>