Shades of Hollywood Cerise #FB0899
Tints of Hollywood Cerise #FB0899
RGB
CMYK
RGB Variations
Color information
#FB0899 (or 0xFB0899) is known color: Hollywood Cerise. HEX triplet: FB, 08 and 99. RGB value is (251,8,153). Sum of RGB (Red+Green+Blue) = 251+8+153=412 (54% of max value = 765). Red value is 251 (98.44% from 255 or 60.92% from 412); Green value is 8 (3.52% from 255 or 1.94% from 412); Blue value is 153 (60.16% from 255 or 37.14% from 412); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0899 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB0899 is #04F766. Grayscale: #606060. Windows color (decimal): -325479 or 10029307. OLE color: 10029307.
HSL color Cylindrical-coordinate representation of color #FB0899: hue angle of 324.2º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FB0899 is Cyan = 0, Magento = 0.97, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 8 | 153 | - |
| CMYK | 0 | 0.97 | 0.39 | 0.02 |
| HSL | 324.2º | 0.97% | 0.51% | - |
| HSV(B) | 324.2º | 0.97% | 0.98% | - |
| XYZ | 45.62 | 22.98 | 32.17 | - |
| YUV | 97.19 | 159.51 | 237.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 8 | 153 | 0 | 0.97 | 0.39 | 0.02 | 324.2 | 0.97 | 0.51 |
| Hex | FB | 8 | 99 | 0 | 61 | 27 | 2 | 144 | 61 | 33 |
| Octal | 373 | 10 | 231 | 0 | 141 | 47 | 2 | 504 | 141 | 63 |
| Binary | 11111011 | 1000 | 10011001 | 0 | 1100001 | 100111 | 10 | 101000100 | 1100001 | 110011 |
Color Harmonies of #FB0899
Complementary color
Monochromatic Colors of #FB0899
Black with #FB0899
Text Example
Text Example
White with #FB0899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0899; }
p { color: rgb(251,8,153); }
H1.HeaderClassName
{
color: #FB0899;
}
.AnyTagClassName
{
color: #FB0899;
}
</style>
background-color css
<style>
a { background-color: #FB0899; }
a { background-color: rgb(251,8,153); }
div.DivClassName
{
background-color: #FB0899;
}
.BgClassName
{
background-color: #FB0899;
}
</style>
border-color css
<style>
span { border-color: #FB0899; }
span { border-color: rgb(251,8,153); }
td.TdClassName
{
border-color: #FB0899;
}
.TagClassName
{
border-color: #FB0899;
}
</style>