Shades of Hollywood Cerise #FB00A0
Tints of Hollywood Cerise #FB00A0
RGB
CMYK
RGB Variations
Color information
#FB00A0 (or 0xFB00A0) is known color: Hollywood Cerise. HEX triplet: FB, 00 and A0. RGB value is (251,0,160). Sum of RGB (Red+Green+Blue) = 251+0+160=411 (54% of max value = 765). Red value is 251 (98.44% from 255 or 61.07% from 411); Green value is 0 (0.39% from 255 or 0% from 411); Blue value is 160 (62.89% from 255 or 38.93% from 411); Max value from RGB is 251 - color contains mainly: red. Hex color #FB00A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB00A0 is #04FF5F. Grayscale: #5C5C5C. Windows color (decimal): -327520 or 10486011. OLE color: 10486011.
HSL color Cylindrical-coordinate representation of color #FB00A0: hue angle of 321.75º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB00A0 is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 0 | 160 | - |
| CMYK | 0 | 1 | 0.36 | 0.02 |
| HSL | 321.75º | 1% | 0.49% | - |
| HSV(B) | 321.75º | 1% | 0.98% | - |
| XYZ | 46.13 | 23.05 | 35.28 | - |
| YUV | 93.29 | 165.66 | 240.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 0 | 160 | 0 | 1 | 0.36 | 0.02 | 321.75 | 1 | 0.49 |
| Hex | FB | 0 | A0 | 0 | 64 | 24 | 2 | 142 | 64 | 31 |
| Octal | 373 | 0 | 240 | 0 | 144 | 44 | 2 | 502 | 144 | 61 |
| Binary | 11111011 | 0 | 10100000 | 0 | 1100100 | 100100 | 10 | 101000010 | 1100100 | 110001 |
Color Harmonies of #FB00A0
Complementary color
Monochromatic Colors of #FB00A0
Black with #FB00A0
Text Example
Text Example
White with #FB00A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB00A0; }
p { color: rgb(251,0,160); }
H1.HeaderClassName
{
color: #FB00A0;
}
.AnyTagClassName
{
color: #FB00A0;
}
</style>
background-color css
<style>
a { background-color: #FB00A0; }
a { background-color: rgb(251,0,160); }
div.DivClassName
{
background-color: #FB00A0;
}
.BgClassName
{
background-color: #FB00A0;
}
</style>
border-color css
<style>
span { border-color: #FB00A0; }
span { border-color: rgb(251,0,160); }
td.TdClassName
{
border-color: #FB00A0;
}
.TagClassName
{
border-color: #FB00A0;
}
</style>