Shades of Hollywood Cerise #FB099D
Tints of Hollywood Cerise #FB099D
RGB
CMYK
RGB Variations
Color information
#FB099D (or 0xFB099D) is known color: Hollywood Cerise. HEX triplet: FB, 09 and 9D. RGB value is (251,9,157). Sum of RGB (Red+Green+Blue) = 251+9+157=417 (55% of max value = 765). Red value is 251 (98.44% from 255 or 60.19% from 417); Green value is 9 (3.91% from 255 or 2.16% from 417); Blue value is 157 (61.72% from 255 or 37.65% from 417); Max value from RGB is 251 - color contains mainly: red. Hex color #FB099D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB099D is #04F662. Grayscale: #616161. Windows color (decimal): -325219 or 10291707. OLE color: 10291707.
HSL color Cylindrical-coordinate representation of color #FB099D: hue angle of 323.31º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FB099D is Cyan = 0, Magento = 0.96, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 9 | 157 | - |
| CMYK | 0 | 0.96 | 0.37 | 0.02 |
| HSL | 323.31º | 0.97% | 0.51% | - |
| HSV(B) | 323.31º | 0.96% | 0.98% | - |
| XYZ | 45.97 | 23.14 | 33.94 | - |
| YUV | 98.23 | 161.17 | 236.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 9 | 157 | 0 | 0.96 | 0.37 | 0.02 | 323.31 | 0.97 | 0.51 |
| Hex | FB | 9 | 9D | 0 | 60 | 25 | 2 | 143 | 61 | 33 |
| Octal | 373 | 11 | 235 | 0 | 140 | 45 | 2 | 503 | 141 | 63 |
| Binary | 11111011 | 1001 | 10011101 | 0 | 1100000 | 100101 | 10 | 101000011 | 1100001 | 110011 |
Color Harmonies of #FB099D
Complementary color
Monochromatic Colors of #FB099D
Black with #FB099D
Text Example
Text Example
White with #FB099D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB099D; }
p { color: rgb(251,9,157); }
H1.HeaderClassName
{
color: #FB099D;
}
.AnyTagClassName
{
color: #FB099D;
}
</style>
background-color css
<style>
a { background-color: #FB099D; }
a { background-color: rgb(251,9,157); }
div.DivClassName
{
background-color: #FB099D;
}
.BgClassName
{
background-color: #FB099D;
}
</style>
border-color css
<style>
span { border-color: #FB099D; }
span { border-color: rgb(251,9,157); }
td.TdClassName
{
border-color: #FB099D;
}
.TagClassName
{
border-color: #FB099D;
}
</style>