Shades of Hollywood Cerise #FB0595
Tints of Hollywood Cerise #FB0595
RGB
CMYK
RGB Variations
Color information
#FB0595 (or 0xFB0595) is known color: Hollywood Cerise. HEX triplet: FB, 05 and 95. RGB value is (251,5,149). Sum of RGB (Red+Green+Blue) = 251+5+149=405 (53% of max value = 765). Red value is 251 (98.44% from 255 or 61.98% from 405); Green value is 5 (2.34% from 255 or 1.23% from 405); Blue value is 149 (58.59% from 255 or 36.79% from 405); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0595 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB0595 is #04FA6A. Grayscale: #5E5E5E. Windows color (decimal): -326251 or 9766395. OLE color: 9766395.
HSL color Cylindrical-coordinate representation of color #FB0595: hue angle of 324.88º 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 #FB0595 is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 5 | 149 | - |
| CMYK | 0 | 0.98 | 0.41 | 0.02 |
| HSL | 324.88º | 0.97% | 0.5% | - |
| HSV(B) | 324.88º | 0.98% | 0.98% | - |
| XYZ | 45.26 | 22.79 | 30.45 | - |
| YUV | 94.97 | 158.5 | 239.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 5 | 149 | 0 | 0.98 | 0.41 | 0.02 | 324.88 | 0.97 | 0.5 |
| Hex | FB | 5 | 95 | 0 | 62 | 29 | 2 | 145 | 61 | 32 |
| Octal | 373 | 5 | 225 | 0 | 142 | 51 | 2 | 505 | 141 | 62 |
| Binary | 11111011 | 101 | 10010101 | 0 | 1100010 | 101001 | 10 | 101000101 | 1100001 | 110010 |
Color Harmonies of #FB0595
Complementary color
Monochromatic Colors of #FB0595
Black with #FB0595
Text Example
Text Example
White with #FB0595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0595; }
p { color: rgb(251,5,149); }
H1.HeaderClassName
{
color: #FB0595;
}
.AnyTagClassName
{
color: #FB0595;
}
</style>
background-color css
<style>
a { background-color: #FB0595; }
a { background-color: rgb(251,5,149); }
div.DivClassName
{
background-color: #FB0595;
}
.BgClassName
{
background-color: #FB0595;
}
</style>
border-color css
<style>
span { border-color: #FB0595; }
span { border-color: rgb(251,5,149); }
td.TdClassName
{
border-color: #FB0595;
}
.TagClassName
{
border-color: #FB0595;
}
</style>