Shades of Hollywood Cerise #FC00A2
Tints of Hollywood Cerise #FC00A2
RGB
CMYK
RGB Variations
Color information
#FC00A2 (or 0xFC00A2) is known color: Hollywood Cerise. HEX triplet: FC, 00 and A2. RGB value is (252,0,162). Sum of RGB (Red+Green+Blue) = 252+0+162=414 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.87% from 414); Green value is 0 (0.39% from 255 or 0% from 414); Blue value is 162 (63.67% from 255 or 39.13% from 414); Max value from RGB is 252 - color contains mainly: red. Hex color #FC00A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC00A2 is #03FF5D. Grayscale: #5D5D5D. Windows color (decimal): -261982 or 10617084. OLE color: 10617084.
HSL color Cylindrical-coordinate representation of color #FC00A2: hue angle of 321.43º 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 #FC00A2 is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 0 | 162 | - |
| CMYK | 0 | 1 | 0.36 | 0.01 |
| HSL | 321.43º | 1% | 0.49% | - |
| HSV(B) | 321.43º | 1% | 0.99% | - |
| XYZ | 46.67 | 23.3 | 36.22 | - |
| YUV | 93.82 | 166.49 | 240.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 0 | 162 | 0 | 1 | 0.36 | 0.01 | 321.43 | 1 | 0.49 |
| Hex | FC | 0 | A2 | 0 | 64 | 24 | 1 | 141 | 64 | 31 |
| Octal | 374 | 0 | 242 | 0 | 144 | 44 | 1 | 501 | 144 | 61 |
| Binary | 11111100 | 0 | 10100010 | 0 | 1100100 | 100100 | 1 | 101000001 | 1100100 | 110001 |
Color Harmonies of #FC00A2
Complementary color
Monochromatic Colors of #FC00A2
Black with #FC00A2
Text Example
Text Example
White with #FC00A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC00A2; }
p { color: rgb(252,0,162); }
H1.HeaderClassName
{
color: #FC00A2;
}
.AnyTagClassName
{
color: #FC00A2;
}
</style>
background-color css
<style>
a { background-color: #FC00A2; }
a { background-color: rgb(252,0,162); }
div.DivClassName
{
background-color: #FC00A2;
}
.BgClassName
{
background-color: #FC00A2;
}
</style>
border-color css
<style>
span { border-color: #FC00A2; }
span { border-color: rgb(252,0,162); }
td.TdClassName
{
border-color: #FC00A2;
}
.TagClassName
{
border-color: #FC00A2;
}
</style>