Shades of Hollywood Cerise #FB00B0
Tints of Hollywood Cerise #FB00B0
RGB
CMYK
RGB Variations
Color information
#FB00B0 (or 0xFB00B0) is known color: Hollywood Cerise. HEX triplet: FB, 00 and B0. RGB value is (251,0,176). Sum of RGB (Red+Green+Blue) = 251+0+176=427 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.78% from 427); Green value is 0 (0.39% from 255 or 0% from 427); Blue value is 176 (69.14% from 255 or 41.22% from 427); Max value from RGB is 251 - color contains mainly: red. Hex color #FB00B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB00B0 is #04FF4F. Grayscale: #5E5E5E. Windows color (decimal): -327504 or 11534587. OLE color: 11534587.
HSL color Cylindrical-coordinate representation of color #FB00B0: hue angle of 317.93º 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 #FB00B0 is Cyan = 0, Magento = 1, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 0 | 176 | - |
| CMYK | 0 | 1 | 0.30 | 0.02 |
| HSL | 317.93º | 1% | 0.49% | - |
| HSV(B) | 317.93º | 1% | 0.98% | - |
| XYZ | 47.62 | 23.64 | 43.13 | - |
| YUV | 95.11 | 173.66 | 239.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 0 | 176 | 0 | 1 | 0.30 | 0.02 | 317.93 | 1 | 0.49 |
| Hex | FB | 0 | B0 | 0 | 64 | 1E | 2 | 13E | 64 | 31 |
| Octal | 373 | 0 | 260 | 0 | 144 | 36 | 2 | 476 | 144 | 61 |
| Binary | 11111011 | 0 | 10110000 | 0 | 1100100 | 11110 | 10 | 100111110 | 1100100 | 110001 |
Color Harmonies of #FB00B0
Complementary color
Monochromatic Colors of #FB00B0
Black with #FB00B0
Text Example
Text Example
White with #FB00B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB00B0; }
p { color: rgb(251,0,176); }
H1.HeaderClassName
{
color: #FB00B0;
}
.AnyTagClassName
{
color: #FB00B0;
}
</style>
background-color css
<style>
a { background-color: #FB00B0; }
a { background-color: rgb(251,0,176); }
div.DivClassName
{
background-color: #FB00B0;
}
.BgClassName
{
background-color: #FB00B0;
}
</style>
border-color css
<style>
span { border-color: #FB00B0; }
span { border-color: rgb(251,0,176); }
td.TdClassName
{
border-color: #FB00B0;
}
.TagClassName
{
border-color: #FB00B0;
}
</style>