Shades of Hollywood Cerise #FC009D
Tints of Hollywood Cerise #FC009D
RGB
CMYK
RGB Variations
Color information
#FC009D (or 0xFC009D) is known color: Hollywood Cerise. HEX triplet: FC, 00 and 9D. RGB value is (252,0,157). Sum of RGB (Red+Green+Blue) = 252+0+157=409 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.61% from 409); Green value is 0 (0.39% from 255 or 0% from 409); Blue value is 157 (61.72% from 255 or 38.39% from 409); Max value from RGB is 252 - color contains mainly: red. Hex color #FC009D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC009D is #03FF62. Grayscale: #5C5C5C. Windows color (decimal): -261987 or 10289404. OLE color: 10289404.
HSL color Cylindrical-coordinate representation of color #FC009D: hue angle of 322.62º 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 #FC009D is Cyan = 0, Magento = 1, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 0 | 157 | - |
| CMYK | 0 | 1 | 0.38 | 0.01 |
| HSL | 322.62º | 1% | 0.49% | - |
| HSV(B) | 322.62º | 1% | 0.99% | - |
| XYZ | 46.23 | 23.13 | 33.93 | - |
| YUV | 93.25 | 163.99 | 241.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 0 | 157 | 0 | 1 | 0.38 | 0.01 | 322.62 | 1 | 0.49 |
| Hex | FC | 0 | 9D | 0 | 64 | 26 | 1 | 143 | 64 | 31 |
| Octal | 374 | 0 | 235 | 0 | 144 | 46 | 1 | 503 | 144 | 61 |
| Binary | 11111100 | 0 | 10011101 | 0 | 1100100 | 100110 | 1 | 101000011 | 1100100 | 110001 |
Color Harmonies of #FC009D
Complementary color
Monochromatic Colors of #FC009D
Black with #FC009D
Text Example
Text Example
White with #FC009D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC009D; }
p { color: rgb(252,0,157); }
H1.HeaderClassName
{
color: #FC009D;
}
.AnyTagClassName
{
color: #FC009D;
}
</style>
background-color css
<style>
a { background-color: #FC009D; }
a { background-color: rgb(252,0,157); }
div.DivClassName
{
background-color: #FC009D;
}
.BgClassName
{
background-color: #FC009D;
}
</style>
border-color css
<style>
span { border-color: #FC009D; }
span { border-color: rgb(252,0,157); }
td.TdClassName
{
border-color: #FC009D;
}
.TagClassName
{
border-color: #FC009D;
}
</style>