Shades of Hollywood Cerise #FB0599
Tints of Hollywood Cerise #FB0599
RGB
CMYK
RGB Variations
Color information
#FB0599 (or 0xFB0599) is known color: Hollywood Cerise. HEX triplet: FB, 05 and 99. RGB value is (251,5,153). Sum of RGB (Red+Green+Blue) = 251+5+153=409 (54% of max value = 765). Red value is 251 (98.44% from 255 or 61.37% from 409); Green value is 5 (2.34% from 255 or 1.22% from 409); Blue value is 153 (60.16% from 255 or 37.41% from 409); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0599 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB0599 is #04FA66. Grayscale: #5F5F5F. Windows color (decimal): -326247 or 10028539. OLE color: 10028539.
HSL color Cylindrical-coordinate representation of color #FB0599: hue angle of 323.9º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FB0599 is Cyan = 0, Magento = 0.98, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 5 | 153 | - |
| CMYK | 0 | 0.98 | 0.39 | 0.02 |
| HSL | 323.9º | 0.97% | 0.5% | - |
| HSV(B) | 323.9º | 0.98% | 0.98% | - |
| XYZ | 45.59 | 22.92 | 32.16 | - |
| YUV | 95.43 | 160.5 | 238.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 5 | 153 | 0 | 0.98 | 0.39 | 0.02 | 323.9 | 0.97 | 0.5 |
| Hex | FB | 5 | 99 | 0 | 62 | 27 | 2 | 144 | 61 | 32 |
| Octal | 373 | 5 | 231 | 0 | 142 | 47 | 2 | 504 | 141 | 62 |
| Binary | 11111011 | 101 | 10011001 | 0 | 1100010 | 100111 | 10 | 101000100 | 1100001 | 110010 |
Color Harmonies of #FB0599
Complementary color
Monochromatic Colors of #FB0599
Black with #FB0599
Text Example
Text Example
White with #FB0599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0599; }
p { color: rgb(251,5,153); }
H1.HeaderClassName
{
color: #FB0599;
}
.AnyTagClassName
{
color: #FB0599;
}
</style>
background-color css
<style>
a { background-color: #FB0599; }
a { background-color: rgb(251,5,153); }
div.DivClassName
{
background-color: #FB0599;
}
.BgClassName
{
background-color: #FB0599;
}
</style>
border-color css
<style>
span { border-color: #FB0599; }
span { border-color: rgb(251,5,153); }
td.TdClassName
{
border-color: #FB0599;
}
.TagClassName
{
border-color: #FB0599;
}
</style>