Shades of Hollywood Cerise #FF059D
Tints of Hollywood Cerise #FF059D
RGB
CMYK
RGB Variations
Color information
#FF059D (or 0xFF059D) is known color: Hollywood Cerise. HEX triplet: FF, 05 and 9D. RGB value is (255,5,157). Sum of RGB (Red+Green+Blue) = 255+5+157=417 (55% of max value = 765). Red value is 255 (100% from 255 or 61.15% from 417); Green value is 5 (2.34% from 255 or 1.20% from 417); Blue value is 157 (61.72% from 255 or 37.65% from 417); Max value from RGB is 255 - color contains mainly: red. Hex color #FF059D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF059D is #00FA62. Grayscale: #606060. Windows color (decimal): -64099 or 10290687. OLE color: 10290687.
HSL color Cylindrical-coordinate representation of color #FF059D: hue angle of 323.52º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF059D is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 5 | 157 | - |
| CMYK | 0 | 0.98 | 0.38 | 0 |
| HSL | 323.52º | 1% | 0.51% | - |
| HSV(B) | 323.52º | 0.98% | 1% | - |
| XYZ | 47.38 | 23.8 | 34 | - |
| YUV | 97.08 | 161.83 | 240.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 5 | 157 | 0 | 0.98 | 0.38 | 0 | 323.52 | 1 | 0.51 |
| Hex | FF | 5 | 9D | 0 | 62 | 26 | 0 | 144 | 64 | 33 |
| Octal | 377 | 5 | 235 | 0 | 142 | 46 | 0 | 504 | 144 | 63 |
| Binary | 11111111 | 101 | 10011101 | 0 | 1100010 | 100110 | 0 | 101000100 | 1100100 | 110011 |
Color Harmonies of #FF059D
Complementary color
Monochromatic Colors of #FF059D
Black with #FF059D
Text Example
Text Example
White with #FF059D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF059D; }
p { color: rgb(255,5,157); }
H1.HeaderClassName
{
color: #FF059D;
}
.AnyTagClassName
{
color: #FF059D;
}
</style>
background-color css
<style>
a { background-color: #FF059D; }
a { background-color: rgb(255,5,157); }
div.DivClassName
{
background-color: #FF059D;
}
.BgClassName
{
background-color: #FF059D;
}
</style>
border-color css
<style>
span { border-color: #FF059D; }
span { border-color: rgb(255,5,157); }
td.TdClassName
{
border-color: #FF059D;
}
.TagClassName
{
border-color: #FF059D;
}
</style>