Shades of Hollywood Cerise #FD059D
Tints of Hollywood Cerise #FD059D
RGB
CMYK
RGB Variations
Color information
#FD059D (or 0xFD059D) is known color: Hollywood Cerise. HEX triplet: FD, 05 and 9D. RGB value is (253,5,157). Sum of RGB (Red+Green+Blue) = 253+5+157=415 (54% of max value = 765). Red value is 253 (99.22% from 255 or 60.96% from 415); Green value is 5 (2.34% from 255 or 1.20% from 415); Blue value is 157 (61.72% from 255 or 37.83% from 415); Max value from RGB is 253 - color contains mainly: red. Hex color #FD059D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD059D is #02FA62. Grayscale: #606060. Windows color (decimal): -195171 or 10290685. OLE color: 10290685.
HSL color Cylindrical-coordinate representation of color #FD059D: hue angle of 323.23º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FD059D is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 5 | 157 | - |
| CMYK | 0 | 0.98 | 0.38 | 0.01 |
| HSL | 323.23º | 0.98% | 0.51% | - |
| HSV(B) | 323.23º | 0.98% | 0.99% | - |
| XYZ | 46.65 | 23.43 | 33.96 | - |
| YUV | 96.48 | 162.16 | 239.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 5 | 157 | 0 | 0.98 | 0.38 | 0.01 | 323.23 | 0.98 | 0.51 |
| Hex | FD | 5 | 9D | 0 | 62 | 26 | 1 | 143 | 62 | 33 |
| Octal | 375 | 5 | 235 | 0 | 142 | 46 | 1 | 503 | 142 | 63 |
| Binary | 11111101 | 101 | 10011101 | 0 | 1100010 | 100110 | 1 | 101000011 | 1100010 | 110011 |
Color Harmonies of #FD059D
Complementary color
Monochromatic Colors of #FD059D
Black with #FD059D
Text Example
Text Example
White with #FD059D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD059D; }
p { color: rgb(253,5,157); }
H1.HeaderClassName
{
color: #FD059D;
}
.AnyTagClassName
{
color: #FD059D;
}
</style>
background-color css
<style>
a { background-color: #FD059D; }
a { background-color: rgb(253,5,157); }
div.DivClassName
{
background-color: #FD059D;
}
.BgClassName
{
background-color: #FD059D;
}
</style>
border-color css
<style>
span { border-color: #FD059D; }
span { border-color: rgb(253,5,157); }
td.TdClassName
{
border-color: #FD059D;
}
.TagClassName
{
border-color: #FD059D;
}
</style>