Shades of Hollywood Cerise #FC039E
Tints of Hollywood Cerise #FC039E
RGB
CMYK
RGB Variations
Color information
#FC039E (or 0xFC039E) is known color: Hollywood Cerise. HEX triplet: FC, 03 and 9E. RGB value is (252,3,158). Sum of RGB (Red+Green+Blue) = 252+3+158=413 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.02% from 413); Green value is 3 (1.56% from 255 or 0.73% from 413); Blue value is 158 (62.11% from 255 or 38.26% from 413); Max value from RGB is 252 - color contains mainly: red. Hex color #FC039E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC039E is #03FC61. Grayscale: #5E5E5E. Windows color (decimal): -261218 or 10355708. OLE color: 10355708.
HSL color Cylindrical-coordinate representation of color #FC039E: hue angle of 322.65º 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 #FC039E is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 3 | 158 | - |
| CMYK | 0 | 0.99 | 0.37 | 0.01 |
| HSL | 322.65º | 0.98% | 0.5% | - |
| HSV(B) | 322.65º | 0.99% | 0.99% | - |
| XYZ | 46.35 | 23.23 | 34.39 | - |
| YUV | 95.12 | 163.49 | 239.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 3 | 158 | 0 | 0.99 | 0.37 | 0.01 | 322.65 | 0.98 | 0.5 |
| Hex | FC | 3 | 9E | 0 | 63 | 25 | 1 | 143 | 62 | 32 |
| Octal | 374 | 3 | 236 | 0 | 143 | 45 | 1 | 503 | 142 | 62 |
| Binary | 11111100 | 11 | 10011110 | 0 | 1100011 | 100101 | 1 | 101000011 | 1100010 | 110010 |
Color Harmonies of #FC039E
Complementary color
Monochromatic Colors of #FC039E
Black with #FC039E
Text Example
Text Example
White with #FC039E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC039E; }
p { color: rgb(252,3,158); }
H1.HeaderClassName
{
color: #FC039E;
}
.AnyTagClassName
{
color: #FC039E;
}
</style>
background-color css
<style>
a { background-color: #FC039E; }
a { background-color: rgb(252,3,158); }
div.DivClassName
{
background-color: #FC039E;
}
.BgClassName
{
background-color: #FC039E;
}
</style>
border-color css
<style>
span { border-color: #FC039E; }
span { border-color: rgb(252,3,158); }
td.TdClassName
{
border-color: #FC039E;
}
.TagClassName
{
border-color: #FC039E;
}
</style>