Shades of Hollywood Cerise #FD059C
Tints of Hollywood Cerise #FD059C
RGB
CMYK
RGB Variations
Color information
#FD059C (or 0xFD059C) is known color: Hollywood Cerise. HEX triplet: FD, 05 and 9C. RGB value is (253,5,156). Sum of RGB (Red+Green+Blue) = 253+5+156=414 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.11% from 414); Green value is 5 (2.34% from 255 or 1.21% from 414); Blue value is 156 (61.33% from 255 or 37.68% from 414); Max value from RGB is 253 - color contains mainly: red. Hex color #FD059C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD059C is #02FA63. Grayscale: #606060. Windows color (decimal): -195172 or 10225149. OLE color: 10225149.
HSL color Cylindrical-coordinate representation of color #FD059C: hue angle of 323.47º 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 #FD059C is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 5 | 156 | - |
| CMYK | 0 | 0.98 | 0.38 | 0.01 |
| HSL | 323.47º | 0.98% | 0.51% | - |
| HSV(B) | 323.47º | 0.98% | 0.99% | - |
| XYZ | 46.56 | 23.39 | 33.51 | - |
| YUV | 96.37 | 161.66 | 239.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 5 | 156 | 0 | 0.98 | 0.38 | 0.01 | 323.47 | 0.98 | 0.51 |
| Hex | FD | 5 | 9C | 0 | 62 | 26 | 1 | 143 | 62 | 33 |
| Octal | 375 | 5 | 234 | 0 | 142 | 46 | 1 | 503 | 142 | 63 |
| Binary | 11111101 | 101 | 10011100 | 0 | 1100010 | 100110 | 1 | 101000011 | 1100010 | 110011 |
Color Harmonies of #FD059C
Complementary color
Monochromatic Colors of #FD059C
Black with #FD059C
Text Example
Text Example
White with #FD059C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD059C; }
p { color: rgb(253,5,156); }
H1.HeaderClassName
{
color: #FD059C;
}
.AnyTagClassName
{
color: #FD059C;
}
</style>
background-color css
<style>
a { background-color: #FD059C; }
a { background-color: rgb(253,5,156); }
div.DivClassName
{
background-color: #FD059C;
}
.BgClassName
{
background-color: #FD059C;
}
</style>
border-color css
<style>
span { border-color: #FD059C; }
span { border-color: rgb(253,5,156); }
td.TdClassName
{
border-color: #FD059C;
}
.TagClassName
{
border-color: #FD059C;
}
</style>