Shades of Hollywood Cerise #FC009B
Tints of Hollywood Cerise #FC009B
RGB
CMYK
RGB Variations
Color information
#FC009B (or 0xFC009B) is known color: Hollywood Cerise. HEX triplet: FC, 00 and 9B. RGB value is (252,0,155). Sum of RGB (Red+Green+Blue) = 252+0+155=407 (53% of max value = 765). Red value is 252 (98.83% from 255 or 61.92% from 407); Green value is 0 (0.39% from 255 or 0% from 407); Blue value is 155 (60.94% from 255 or 38.08% from 407); Max value from RGB is 252 - color contains mainly: red. Hex color #FC009B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC009B is #03FF64. Grayscale: #5C5C5C. Windows color (decimal): -261989 or 10158332. OLE color: 10158332.
HSL color Cylindrical-coordinate representation of color #FC009B: hue angle of 323.1º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC009B is Cyan = 0, Magento = 1, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 0 | 155 | - |
| CMYK | 0 | 1 | 0.38 | 0.01 |
| HSL | 323.1º | 1% | 0.49% | - |
| HSV(B) | 323.1º | 1% | 0.99% | - |
| XYZ | 46.06 | 23.06 | 33.03 | - |
| YUV | 93.02 | 162.99 | 241.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 0 | 155 | 0 | 1 | 0.38 | 0.01 | 323.1 | 1 | 0.49 |
| Hex | FC | 0 | 9B | 0 | 64 | 26 | 1 | 143 | 64 | 31 |
| Octal | 374 | 0 | 233 | 0 | 144 | 46 | 1 | 503 | 144 | 61 |
| Binary | 11111100 | 0 | 10011011 | 0 | 1100100 | 100110 | 1 | 101000011 | 1100100 | 110001 |
Color Harmonies of #FC009B
Complementary color
Monochromatic Colors of #FC009B
Black with #FC009B
Text Example
Text Example
White with #FC009B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC009B; }
p { color: rgb(252,0,155); }
H1.HeaderClassName
{
color: #FC009B;
}
.AnyTagClassName
{
color: #FC009B;
}
</style>
background-color css
<style>
a { background-color: #FC009B; }
a { background-color: rgb(252,0,155); }
div.DivClassName
{
background-color: #FC009B;
}
.BgClassName
{
background-color: #FC009B;
}
</style>
border-color css
<style>
span { border-color: #FC009B; }
span { border-color: rgb(252,0,155); }
td.TdClassName
{
border-color: #FC009B;
}
.TagClassName
{
border-color: #FC009B;
}
</style>