Shades of Hollywood Cerise #FC039D
Tints of Hollywood Cerise #FC039D
RGB
CMYK
RGB Variations
Color information
#FC039D (or 0xFC039D) is known color: Hollywood Cerise. HEX triplet: FC, 03 and 9D. RGB value is (252,3,157). Sum of RGB (Red+Green+Blue) = 252+3+157=412 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.17% from 412); Green value is 3 (1.56% from 255 or 0.73% from 412); Blue value is 157 (61.72% from 255 or 38.11% from 412); Max value from RGB is 252 - color contains mainly: red. Hex color #FC039D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC039D is #03FC62. Grayscale: #5E5E5E. Windows color (decimal): -261219 or 10290172. OLE color: 10290172.
HSL color Cylindrical-coordinate representation of color #FC039D: hue angle of 322.89º 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 #FC039D is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 3 | 157 | - |
| CMYK | 0 | 0.99 | 0.38 | 0.01 |
| HSL | 322.89º | 0.98% | 0.5% | - |
| HSV(B) | 322.89º | 0.99% | 0.99% | - |
| XYZ | 46.26 | 23.19 | 33.94 | - |
| YUV | 95.01 | 162.99 | 239.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 3 | 157 | 0 | 0.99 | 0.38 | 0.01 | 322.89 | 0.98 | 0.5 |
| Hex | FC | 3 | 9D | 0 | 63 | 26 | 1 | 143 | 62 | 32 |
| Octal | 374 | 3 | 235 | 0 | 143 | 46 | 1 | 503 | 142 | 62 |
| Binary | 11111100 | 11 | 10011101 | 0 | 1100011 | 100110 | 1 | 101000011 | 1100010 | 110010 |
Color Harmonies of #FC039D
Complementary color
Monochromatic Colors of #FC039D
Black with #FC039D
Text Example
Text Example
White with #FC039D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC039D; }
p { color: rgb(252,3,157); }
H1.HeaderClassName
{
color: #FC039D;
}
.AnyTagClassName
{
color: #FC039D;
}
</style>
background-color css
<style>
a { background-color: #FC039D; }
a { background-color: rgb(252,3,157); }
div.DivClassName
{
background-color: #FC039D;
}
.BgClassName
{
background-color: #FC039D;
}
</style>
border-color css
<style>
span { border-color: #FC039D; }
span { border-color: rgb(252,3,157); }
td.TdClassName
{
border-color: #FC039D;
}
.TagClassName
{
border-color: #FC039D;
}
</style>