Shades of Hollywood Cerise #FC009A
Tints of Hollywood Cerise #FC009A
RGB
CMYK
RGB Variations
Color information
#FC009A (or 0xFC009A) is known color: Hollywood Cerise. HEX triplet: FC, 00 and 9A. RGB value is (252,0,154). Sum of RGB (Red+Green+Blue) = 252+0+154=406 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.07% from 406); Green value is 0 (0.39% from 255 or 0% from 406); Blue value is 154 (60.55% from 255 or 37.93% from 406); Max value from RGB is 252 - color contains mainly: red. Hex color #FC009A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC009A is #03FF65. Grayscale: #5C5C5C. Windows color (decimal): -261990 or 10092796. OLE color: 10092796.
HSL color Cylindrical-coordinate representation of color #FC009A: hue angle of 323.33º 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 #FC009A is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 0 | 154 | - |
| CMYK | 0 | 1 | 0.39 | 0.01 |
| HSL | 323.33º | 1% | 0.49% | - |
| HSV(B) | 323.33º | 1% | 0.99% | - |
| XYZ | 45.98 | 23.03 | 32.59 | - |
| YUV | 92.9 | 162.49 | 241.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 0 | 154 | 0 | 1 | 0.39 | 0.01 | 323.33 | 1 | 0.49 |
| Hex | FC | 0 | 9A | 0 | 64 | 27 | 1 | 143 | 64 | 31 |
| Octal | 374 | 0 | 232 | 0 | 144 | 47 | 1 | 503 | 144 | 61 |
| Binary | 11111100 | 0 | 10011010 | 0 | 1100100 | 100111 | 1 | 101000011 | 1100100 | 110001 |
Color Harmonies of #FC009A
Complementary color
Monochromatic Colors of #FC009A
Black with #FC009A
Text Example
Text Example
White with #FC009A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC009A; }
p { color: rgb(252,0,154); }
H1.HeaderClassName
{
color: #FC009A;
}
.AnyTagClassName
{
color: #FC009A;
}
</style>
background-color css
<style>
a { background-color: #FC009A; }
a { background-color: rgb(252,0,154); }
div.DivClassName
{
background-color: #FC009A;
}
.BgClassName
{
background-color: #FC009A;
}
</style>
border-color css
<style>
span { border-color: #FC009A; }
span { border-color: rgb(252,0,154); }
td.TdClassName
{
border-color: #FC009A;
}
.TagClassName
{
border-color: #FC009A;
}
</style>