Shades of Hollywood Cerise #FF059B
Tints of Hollywood Cerise #FF059B
RGB
CMYK
RGB Variations
Color information
#FF059B (or 0xFF059B) is known color: Hollywood Cerise. HEX triplet: FF, 05 and 9B. RGB value is (255,5,155). Sum of RGB (Red+Green+Blue) = 255+5+155=415 (54% of max value = 765). Red value is 255 (100% from 255 or 61.45% from 415); Green value is 5 (2.34% from 255 or 1.20% from 415); Blue value is 155 (60.94% from 255 or 37.35% from 415); Max value from RGB is 255 - color contains mainly: red. Hex color #FF059B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF059B is #00FA64. Grayscale: #606060. Windows color (decimal): -64101 or 10159615. OLE color: 10159615.
HSL color Cylindrical-coordinate representation of color #FF059B: hue angle of 324º 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 #FF059B is Cyan = 0, Magento = 0.98, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 5 | 155 | - |
| CMYK | 0 | 0.98 | 0.39 | 0 |
| HSL | 324º | 1% | 0.51% | - |
| HSV(B) | 324º | 0.98% | 1% | - |
| XYZ | 47.21 | 23.74 | 33.1 | - |
| YUV | 96.85 | 160.83 | 240.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 5 | 155 | 0 | 0.98 | 0.39 | 0 | 324 | 1 | 0.51 |
| Hex | FF | 5 | 9B | 0 | 62 | 27 | 0 | 144 | 64 | 33 |
| Octal | 377 | 5 | 233 | 0 | 142 | 47 | 0 | 504 | 144 | 63 |
| Binary | 11111111 | 101 | 10011011 | 0 | 1100010 | 100111 | 0 | 101000100 | 1100100 | 110011 |
Color Harmonies of #FF059B
Complementary color
Monochromatic Colors of #FF059B
Black with #FF059B
Text Example
Text Example
White with #FF059B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF059B; }
p { color: rgb(255,5,155); }
H1.HeaderClassName
{
color: #FF059B;
}
.AnyTagClassName
{
color: #FF059B;
}
</style>
background-color css
<style>
a { background-color: #FF059B; }
a { background-color: rgb(255,5,155); }
div.DivClassName
{
background-color: #FF059B;
}
.BgClassName
{
background-color: #FF059B;
}
</style>
border-color css
<style>
span { border-color: #FF059B; }
span { border-color: rgb(255,5,155); }
td.TdClassName
{
border-color: #FF059B;
}
.TagClassName
{
border-color: #FF059B;
}
</style>