Shades of Hollywood Cerise #FB009B
Tints of Hollywood Cerise #FB009B
RGB
CMYK
RGB Variations
Color information
#FB009B (or 0xFB009B) is known color: Hollywood Cerise. HEX triplet: FB, 00 and 9B. RGB value is (251,0,155). Sum of RGB (Red+Green+Blue) = 251+0+155=406 (53% of max value = 765). Red value is 251 (98.44% from 255 or 61.82% from 406); Green value is 0 (0.39% from 255 or 0% from 406); Blue value is 155 (60.94% from 255 or 38.18% from 406); Max value from RGB is 251 - color contains mainly: red. Hex color #FB009B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB009B is #04FF64. Grayscale: #5C5C5C. Windows color (decimal): -327525 or 10158331. OLE color: 10158331.
HSL color Cylindrical-coordinate representation of color #FB009B: hue angle of 322.95º 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 #FB009B is Cyan = 0, Magento = 1, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 0 | 155 | - |
| CMYK | 0 | 1 | 0.38 | 0.02 |
| HSL | 322.95º | 1% | 0.49% | - |
| HSV(B) | 322.95º | 1% | 0.98% | - |
| XYZ | 45.7 | 22.88 | 33.02 | - |
| YUV | 92.72 | 163.16 | 240.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 0 | 155 | 0 | 1 | 0.38 | 0.02 | 322.95 | 1 | 0.49 |
| Hex | FB | 0 | 9B | 0 | 64 | 26 | 2 | 143 | 64 | 31 |
| Octal | 373 | 0 | 233 | 0 | 144 | 46 | 2 | 503 | 144 | 61 |
| Binary | 11111011 | 0 | 10011011 | 0 | 1100100 | 100110 | 10 | 101000011 | 1100100 | 110001 |
Color Harmonies of #FB009B
Complementary color
Monochromatic Colors of #FB009B
Black with #FB009B
Text Example
Text Example
White with #FB009B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB009B; }
p { color: rgb(251,0,155); }
H1.HeaderClassName
{
color: #FB009B;
}
.AnyTagClassName
{
color: #FB009B;
}
</style>
background-color css
<style>
a { background-color: #FB009B; }
a { background-color: rgb(251,0,155); }
div.DivClassName
{
background-color: #FB009B;
}
.BgClassName
{
background-color: #FB009B;
}
</style>
border-color css
<style>
span { border-color: #FB009B; }
span { border-color: rgb(251,0,155); }
td.TdClassName
{
border-color: #FB009B;
}
.TagClassName
{
border-color: #FB009B;
}
</style>