Shades of Hollywood Cerise #FD059B
Tints of Hollywood Cerise #FD059B
RGB
CMYK
RGB Variations
Color information
#FD059B (or 0xFD059B) is known color: Hollywood Cerise. HEX triplet: FD, 05 and 9B. RGB value is (253,5,155). Sum of RGB (Red+Green+Blue) = 253+5+155=413 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.26% from 413); Green value is 5 (2.34% from 255 or 1.21% from 413); Blue value is 155 (60.94% from 255 or 37.53% from 413); Max value from RGB is 253 - color contains mainly: red. Hex color #FD059B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD059B is #02FA64. Grayscale: #5F5F5F. Windows color (decimal): -195173 or 10159613. OLE color: 10159613.
HSL color Cylindrical-coordinate representation of color #FD059B: hue angle of 323.71º 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 #FD059B is Cyan = 0, Magento = 0.98, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 5 | 155 | - |
| CMYK | 0 | 0.98 | 0.39 | 0.01 |
| HSL | 323.71º | 0.98% | 0.51% | - |
| HSV(B) | 323.71º | 0.98% | 0.99% | - |
| XYZ | 46.48 | 23.36 | 33.07 | - |
| YUV | 96.25 | 161.16 | 239.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 5 | 155 | 0 | 0.98 | 0.39 | 0.01 | 323.71 | 0.98 | 0.51 |
| Hex | FD | 5 | 9B | 0 | 62 | 27 | 1 | 144 | 62 | 33 |
| Octal | 375 | 5 | 233 | 0 | 142 | 47 | 1 | 504 | 142 | 63 |
| Binary | 11111101 | 101 | 10011011 | 0 | 1100010 | 100111 | 1 | 101000100 | 1100010 | 110011 |
Color Harmonies of #FD059B
Complementary color
Monochromatic Colors of #FD059B
Black with #FD059B
Text Example
Text Example
White with #FD059B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD059B; }
p { color: rgb(253,5,155); }
H1.HeaderClassName
{
color: #FD059B;
}
.AnyTagClassName
{
color: #FD059B;
}
</style>
background-color css
<style>
a { background-color: #FD059B; }
a { background-color: rgb(253,5,155); }
div.DivClassName
{
background-color: #FD059B;
}
.BgClassName
{
background-color: #FD059B;
}
</style>
border-color css
<style>
span { border-color: #FD059B; }
span { border-color: rgb(253,5,155); }
td.TdClassName
{
border-color: #FD059B;
}
.TagClassName
{
border-color: #FD059B;
}
</style>