Shades of Hollywood Cerise #FB04B0
Tints of Hollywood Cerise #FB04B0
RGB
CMYK
RGB Variations
Color information
#FB04B0 (or 0xFB04B0) is known color: Hollywood Cerise. HEX triplet: FB, 04 and B0. RGB value is (251,4,176). Sum of RGB (Red+Green+Blue) = 251+4+176=431 (57% of max value = 765). Red value is 251 (98.44% from 255 or 58.24% from 431); Green value is 4 (1.95% from 255 or 0.93% from 431); Blue value is 176 (69.14% from 255 or 40.84% from 431); Max value from RGB is 251 - color contains mainly: red. Hex color #FB04B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB04B0 is #04FB4F. Grayscale: #616161. Windows color (decimal): -326480 or 11535611. OLE color: 11535611.
HSL color Cylindrical-coordinate representation of color #FB04B0: hue angle of 318.22º 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 #FB04B0 is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 4 | 176 | - |
| CMYK | 0 | 0.98 | 0.30 | 0.02 |
| HSL | 318.22º | 0.97% | 0.5% | - |
| HSV(B) | 318.22º | 0.98% | 0.98% | - |
| XYZ | 47.66 | 23.73 | 43.14 | - |
| YUV | 97.46 | 172.33 | 237.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 4 | 176 | 0 | 0.98 | 0.30 | 0.02 | 318.22 | 0.97 | 0.5 |
| Hex | FB | 4 | B0 | 0 | 62 | 1E | 2 | 13E | 61 | 32 |
| Octal | 373 | 4 | 260 | 0 | 142 | 36 | 2 | 476 | 141 | 62 |
| Binary | 11111011 | 100 | 10110000 | 0 | 1100010 | 11110 | 10 | 100111110 | 1100001 | 110010 |
Color Harmonies of #FB04B0
Complementary color
Monochromatic Colors of #FB04B0
Black with #FB04B0
Text Example
Text Example
White with #FB04B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB04B0; }
p { color: rgb(251,4,176); }
H1.HeaderClassName
{
color: #FB04B0;
}
.AnyTagClassName
{
color: #FB04B0;
}
</style>
background-color css
<style>
a { background-color: #FB04B0; }
a { background-color: rgb(251,4,176); }
div.DivClassName
{
background-color: #FB04B0;
}
.BgClassName
{
background-color: #FB04B0;
}
</style>
border-color css
<style>
span { border-color: #FB04B0; }
span { border-color: rgb(251,4,176); }
td.TdClassName
{
border-color: #FB04B0;
}
.TagClassName
{
border-color: #FB04B0;
}
</style>