Shades of Hollywood Cerise #FB059F
Tints of Hollywood Cerise #FB059F
RGB
CMYK
RGB Variations
Color information
#FB059F (or 0xFB059F) is known color: Hollywood Cerise. HEX triplet: FB, 05 and 9F. RGB value is (251,5,159). Sum of RGB (Red+Green+Blue) = 251+5+159=415 (54% of max value = 765). Red value is 251 (98.44% from 255 or 60.48% from 415); Green value is 5 (2.34% from 255 or 1.20% from 415); Blue value is 159 (62.5% from 255 or 38.31% from 415); Max value from RGB is 251 - color contains mainly: red. Hex color #FB059F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB059F is #04FA60. Grayscale: #5F5F5F. Windows color (decimal): -326241 or 10421755. OLE color: 10421755.
HSL color Cylindrical-coordinate representation of color #FB059F: hue angle of 322.44º 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 #FB059F is Cyan = 0, Magento = 0.98, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 5 | 159 | - |
| CMYK | 0 | 0.98 | 0.37 | 0.02 |
| HSL | 322.44º | 0.97% | 0.5% | - |
| HSV(B) | 322.44º | 0.98% | 0.98% | - |
| XYZ | 46.1 | 23.12 | 34.83 | - |
| YUV | 96.11 | 163.5 | 238.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 5 | 159 | 0 | 0.98 | 0.37 | 0.02 | 322.44 | 0.97 | 0.5 |
| Hex | FB | 5 | 9F | 0 | 62 | 25 | 2 | 142 | 61 | 32 |
| Octal | 373 | 5 | 237 | 0 | 142 | 45 | 2 | 502 | 141 | 62 |
| Binary | 11111011 | 101 | 10011111 | 0 | 1100010 | 100101 | 10 | 101000010 | 1100001 | 110010 |
Color Harmonies of #FB059F
Complementary color
Monochromatic Colors of #FB059F
Black with #FB059F
Text Example
Text Example
White with #FB059F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB059F; }
p { color: rgb(251,5,159); }
H1.HeaderClassName
{
color: #FB059F;
}
.AnyTagClassName
{
color: #FB059F;
}
</style>
background-color css
<style>
a { background-color: #FB059F; }
a { background-color: rgb(251,5,159); }
div.DivClassName
{
background-color: #FB059F;
}
.BgClassName
{
background-color: #FB059F;
}
</style>
border-color css
<style>
span { border-color: #FB059F; }
span { border-color: rgb(251,5,159); }
td.TdClassName
{
border-color: #FB059F;
}
.TagClassName
{
border-color: #FB059F;
}
</style>