Shades of Hollywood Cerise #FB0597
Tints of Hollywood Cerise #FB0597
RGB
CMYK
RGB Variations
Color information
#FB0597 (or 0xFB0597) is known color: Hollywood Cerise. HEX triplet: FB, 05 and 97. RGB value is (251,5,151). Sum of RGB (Red+Green+Blue) = 251+5+151=407 (53% of max value = 765). Red value is 251 (98.44% from 255 or 61.67% from 407); Green value is 5 (2.34% from 255 or 1.23% from 407); Blue value is 151 (59.38% from 255 or 37.10% from 407); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0597 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB0597 is #04FA68. Grayscale: #5E5E5E. Windows color (decimal): -326249 or 9897467. OLE color: 9897467.
HSL color Cylindrical-coordinate representation of color #FB0597: hue angle of 324.39º 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 #FB0597 is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 5 | 151 | - |
| CMYK | 0 | 0.98 | 0.40 | 0.02 |
| HSL | 324.39º | 0.97% | 0.5% | - |
| HSV(B) | 324.39º | 0.98% | 0.98% | - |
| XYZ | 45.42 | 22.85 | 31.29 | - |
| YUV | 95.2 | 159.5 | 239.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 5 | 151 | 0 | 0.98 | 0.40 | 0.02 | 324.39 | 0.97 | 0.5 |
| Hex | FB | 5 | 97 | 0 | 62 | 28 | 2 | 144 | 61 | 32 |
| Octal | 373 | 5 | 227 | 0 | 142 | 50 | 2 | 504 | 141 | 62 |
| Binary | 11111011 | 101 | 10010111 | 0 | 1100010 | 101000 | 10 | 101000100 | 1100001 | 110010 |
Color Harmonies of #FB0597
Complementary color
Monochromatic Colors of #FB0597
Black with #FB0597
Text Example
Text Example
White with #FB0597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0597; }
p { color: rgb(251,5,151); }
H1.HeaderClassName
{
color: #FB0597;
}
.AnyTagClassName
{
color: #FB0597;
}
</style>
background-color css
<style>
a { background-color: #FB0597; }
a { background-color: rgb(251,5,151); }
div.DivClassName
{
background-color: #FB0597;
}
.BgClassName
{
background-color: #FB0597;
}
</style>
border-color css
<style>
span { border-color: #FB0597; }
span { border-color: rgb(251,5,151); }
td.TdClassName
{
border-color: #FB0597;
}
.TagClassName
{
border-color: #FB0597;
}
</style>