Shades of Hollywood Cerise #FB089D
Tints of Hollywood Cerise #FB089D
RGB
CMYK
RGB Variations
Color information
#FB089D (or 0xFB089D) is known color: Hollywood Cerise. HEX triplet: FB, 08 and 9D. RGB value is (251,8,157). Sum of RGB (Red+Green+Blue) = 251+8+157=416 (55% of max value = 765). Red value is 251 (98.44% from 255 or 60.34% from 416); Green value is 8 (3.52% from 255 or 1.92% from 416); Blue value is 157 (61.72% from 255 or 37.74% from 416); Max value from RGB is 251 - color contains mainly: red. Hex color #FB089D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB089D is #04F762. Grayscale: #616161. Windows color (decimal): -325475 or 10291451. OLE color: 10291451.
HSL color Cylindrical-coordinate representation of color #FB089D: hue angle of 323.21º 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 #FB089D is Cyan = 0, Magento = 0.97, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 8 | 157 | - |
| CMYK | 0 | 0.97 | 0.37 | 0.02 |
| HSL | 323.21º | 0.97% | 0.51% | - |
| HSV(B) | 323.21º | 0.97% | 0.98% | - |
| XYZ | 45.96 | 23.12 | 33.94 | - |
| YUV | 97.64 | 161.51 | 237.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 8 | 157 | 0 | 0.97 | 0.37 | 0.02 | 323.21 | 0.97 | 0.51 |
| Hex | FB | 8 | 9D | 0 | 61 | 25 | 2 | 143 | 61 | 33 |
| Octal | 373 | 10 | 235 | 0 | 141 | 45 | 2 | 503 | 141 | 63 |
| Binary | 11111011 | 1000 | 10011101 | 0 | 1100001 | 100101 | 10 | 101000011 | 1100001 | 110011 |
Color Harmonies of #FB089D
Complementary color
Monochromatic Colors of #FB089D
Black with #FB089D
Text Example
Text Example
White with #FB089D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB089D; }
p { color: rgb(251,8,157); }
H1.HeaderClassName
{
color: #FB089D;
}
.AnyTagClassName
{
color: #FB089D;
}
</style>
background-color css
<style>
a { background-color: #FB089D; }
a { background-color: rgb(251,8,157); }
div.DivClassName
{
background-color: #FB089D;
}
.BgClassName
{
background-color: #FB089D;
}
</style>
border-color css
<style>
span { border-color: #FB089D; }
span { border-color: rgb(251,8,157); }
td.TdClassName
{
border-color: #FB089D;
}
.TagClassName
{
border-color: #FB089D;
}
</style>