Shades of Hollywood Cerise #FB089C
Tints of Hollywood Cerise #FB089C
RGB
CMYK
RGB Variations
Color information
#FB089C (or 0xFB089C) is known color: Hollywood Cerise. HEX triplet: FB, 08 and 9C. RGB value is (251,8,156). Sum of RGB (Red+Green+Blue) = 251+8+156=415 (54% of max value = 765). Red value is 251 (98.44% from 255 or 60.48% from 415); Green value is 8 (3.52% from 255 or 1.93% from 415); Blue value is 156 (61.33% from 255 or 37.59% from 415); Max value from RGB is 251 - color contains mainly: red. Hex color #FB089C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB089C is #04F763. Grayscale: #616161. Windows color (decimal): -325476 or 10225915. OLE color: 10225915.
HSL color Cylindrical-coordinate representation of color #FB089C: hue angle of 323.46º 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 #FB089C is Cyan = 0, Magento = 0.97, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 8 | 156 | - |
| CMYK | 0 | 0.97 | 0.38 | 0.02 |
| HSL | 323.46º | 0.97% | 0.51% | - |
| HSV(B) | 323.46º | 0.97% | 0.98% | - |
| XYZ | 45.87 | 23.08 | 33.49 | - |
| YUV | 97.53 | 161.01 | 237.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 8 | 156 | 0 | 0.97 | 0.38 | 0.02 | 323.46 | 0.97 | 0.51 |
| Hex | FB | 8 | 9C | 0 | 61 | 26 | 2 | 143 | 61 | 33 |
| Octal | 373 | 10 | 234 | 0 | 141 | 46 | 2 | 503 | 141 | 63 |
| Binary | 11111011 | 1000 | 10011100 | 0 | 1100001 | 100110 | 10 | 101000011 | 1100001 | 110011 |
Color Harmonies of #FB089C
Complementary color
Monochromatic Colors of #FB089C
Black with #FB089C
Text Example
Text Example
White with #FB089C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB089C; }
p { color: rgb(251,8,156); }
H1.HeaderClassName
{
color: #FB089C;
}
.AnyTagClassName
{
color: #FB089C;
}
</style>
background-color css
<style>
a { background-color: #FB089C; }
a { background-color: rgb(251,8,156); }
div.DivClassName
{
background-color: #FB089C;
}
.BgClassName
{
background-color: #FB089C;
}
</style>
border-color css
<style>
span { border-color: #FB089C; }
span { border-color: rgb(251,8,156); }
td.TdClassName
{
border-color: #FB089C;
}
.TagClassName
{
border-color: #FB089C;
}
</style>