Shades of Hollywood Cerise #FC099B
Tints of Hollywood Cerise #FC099B
RGB
CMYK
RGB Variations
Color information
#FC099B (or 0xFC099B) is known color: Hollywood Cerise. HEX triplet: FC, 09 and 9B. RGB value is (252,9,155). Sum of RGB (Red+Green+Blue) = 252+9+155=416 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.58% from 416); Green value is 9 (3.91% from 255 or 2.16% from 416); Blue value is 155 (60.94% from 255 or 37.26% from 416); Max value from RGB is 252 - color contains mainly: red. Hex color #FC099B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC099B is #03F664. Grayscale: #616161. Windows color (decimal): -259685 or 10160636. OLE color: 10160636.
HSL color Cylindrical-coordinate representation of color #FC099B: hue angle of 323.95º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC099B is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 9 | 155 | - |
| CMYK | 0 | 0.96 | 0.38 | 0.01 |
| HSL | 323.95º | 0.98% | 0.51% | - |
| HSV(B) | 323.95º | 0.96% | 0.99% | - |
| XYZ | 46.16 | 23.26 | 33.07 | - |
| YUV | 98.3 | 160.01 | 237.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 9 | 155 | 0 | 0.96 | 0.38 | 0.01 | 323.95 | 0.98 | 0.51 |
| Hex | FC | 9 | 9B | 0 | 60 | 26 | 1 | 144 | 62 | 33 |
| Octal | 374 | 11 | 233 | 0 | 140 | 46 | 1 | 504 | 142 | 63 |
| Binary | 11111100 | 1001 | 10011011 | 0 | 1100000 | 100110 | 1 | 101000100 | 1100010 | 110011 |
Color Harmonies of #FC099B
Complementary color
Monochromatic Colors of #FC099B
Black with #FC099B
Text Example
Text Example
White with #FC099B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC099B; }
p { color: rgb(252,9,155); }
H1.HeaderClassName
{
color: #FC099B;
}
.AnyTagClassName
{
color: #FC099B;
}
</style>
background-color css
<style>
a { background-color: #FC099B; }
a { background-color: rgb(252,9,155); }
div.DivClassName
{
background-color: #FC099B;
}
.BgClassName
{
background-color: #FC099B;
}
</style>
border-color css
<style>
span { border-color: #FC099B; }
span { border-color: rgb(252,9,155); }
td.TdClassName
{
border-color: #FC099B;
}
.TagClassName
{
border-color: #FC099B;
}
</style>