Shades of Hollywood Cerise #FB0094
Tints of Hollywood Cerise #FB0094
RGB
CMYK
RGB Variations
Color information
#FB0094 (or 0xFB0094) is known color: Hollywood Cerise. HEX triplet: FB, 00 and 94. RGB value is (251,0,148). Sum of RGB (Red+Green+Blue) = 251+0+148=399 (52% of max value = 765). Red value is 251 (98.44% from 255 or 62.91% from 399); Green value is 0 (0.39% from 255 or 0% from 399); Blue value is 148 (58.20% from 255 or 37.09% from 399); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0094 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB0094 is #04FF6B. Grayscale: #5B5B5B. Windows color (decimal): -327532 or 9699579. OLE color: 9699579.
HSL color Cylindrical-coordinate representation of color #FB0094: hue angle of 324.62º 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 #FB0094 is Cyan = 0, Magento = 1, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 0 | 148 | - |
| CMYK | 0 | 1 | 0.41 | 0.02 |
| HSL | 324.62º | 1% | 0.49% | - |
| HSV(B) | 324.62º | 1% | 0.98% | - |
| XYZ | 45.13 | 22.65 | 30.01 | - |
| YUV | 91.92 | 159.66 | 241.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 0 | 148 | 0 | 1 | 0.41 | 0.02 | 324.62 | 1 | 0.49 |
| Hex | FB | 0 | 94 | 0 | 64 | 29 | 2 | 145 | 64 | 31 |
| Octal | 373 | 0 | 224 | 0 | 144 | 51 | 2 | 505 | 144 | 61 |
| Binary | 11111011 | 0 | 10010100 | 0 | 1100100 | 101001 | 10 | 101000101 | 1100100 | 110001 |
Color Harmonies of #FB0094
Complementary color
Monochromatic Colors of #FB0094
Black with #FB0094
Text Example
Text Example
White with #FB0094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0094; }
p { color: rgb(251,0,148); }
H1.HeaderClassName
{
color: #FB0094;
}
.AnyTagClassName
{
color: #FB0094;
}
</style>
background-color css
<style>
a { background-color: #FB0094; }
a { background-color: rgb(251,0,148); }
div.DivClassName
{
background-color: #FB0094;
}
.BgClassName
{
background-color: #FB0094;
}
</style>
border-color css
<style>
span { border-color: #FB0094; }
span { border-color: rgb(251,0,148); }
td.TdClassName
{
border-color: #FB0094;
}
.TagClassName
{
border-color: #FB0094;
}
</style>