Shades of Hollywood Cerise #FC039C
Tints of Hollywood Cerise #FC039C
RGB
CMYK
RGB Variations
Color information
#FC039C (or 0xFC039C) is known color: Hollywood Cerise. HEX triplet: FC, 03 and 9C. RGB value is (252,3,156). Sum of RGB (Red+Green+Blue) = 252+3+156=411 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.31% from 411); Green value is 3 (1.56% from 255 or 0.73% from 411); Blue value is 156 (61.33% from 255 or 37.96% from 411); Max value from RGB is 252 - color contains mainly: red. Hex color #FC039C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC039C is #03FC63. Grayscale: #5E5E5E. Windows color (decimal): -261220 or 10224636. OLE color: 10224636.
HSL color Cylindrical-coordinate representation of color #FC039C: hue angle of 323.13º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FC039C is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 3 | 156 | - |
| CMYK | 0 | 0.99 | 0.38 | 0.01 |
| HSL | 323.13º | 0.98% | 0.5% | - |
| HSV(B) | 323.13º | 0.99% | 0.99% | - |
| XYZ | 46.18 | 23.16 | 33.49 | - |
| YUV | 94.89 | 162.49 | 240.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 3 | 156 | 0 | 0.99 | 0.38 | 0.01 | 323.13 | 0.98 | 0.5 |
| Hex | FC | 3 | 9C | 0 | 63 | 26 | 1 | 143 | 62 | 32 |
| Octal | 374 | 3 | 234 | 0 | 143 | 46 | 1 | 503 | 142 | 62 |
| Binary | 11111100 | 11 | 10011100 | 0 | 1100011 | 100110 | 1 | 101000011 | 1100010 | 110010 |
Color Harmonies of #FC039C
Complementary color
Monochromatic Colors of #FC039C
Black with #FC039C
Text Example
Text Example
White with #FC039C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC039C; }
p { color: rgb(252,3,156); }
H1.HeaderClassName
{
color: #FC039C;
}
.AnyTagClassName
{
color: #FC039C;
}
</style>
background-color css
<style>
a { background-color: #FC039C; }
a { background-color: rgb(252,3,156); }
div.DivClassName
{
background-color: #FC039C;
}
.BgClassName
{
background-color: #FC039C;
}
</style>
border-color css
<style>
span { border-color: #FC039C; }
span { border-color: rgb(252,3,156); }
td.TdClassName
{
border-color: #FC039C;
}
.TagClassName
{
border-color: #FC039C;
}
</style>