Shades of Hollywood Cerise #FC04A3
Tints of Hollywood Cerise #FC04A3
RGB
CMYK
RGB Variations
Color information
#FC04A3 (or 0xFC04A3) is known color: Hollywood Cerise. HEX triplet: FC, 04 and A3. RGB value is (252,4,163). Sum of RGB (Red+Green+Blue) = 252+4+163=419 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.14% from 419); Green value is 4 (1.95% from 255 or 0.95% from 419); Blue value is 163 (64.06% from 255 or 38.90% from 419); Max value from RGB is 252 - color contains mainly: red. Hex color #FC04A3 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC04A3 is #03FB5C. Grayscale: #5F5F5F. Windows color (decimal): -260957 or 10683644. OLE color: 10683644.
HSL color Cylindrical-coordinate representation of color #FC04A3: hue angle of 321.53º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC04A3 is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 4 | 163 | - |
| CMYK | 0 | 0.98 | 0.35 | 0.01 |
| HSL | 321.53º | 0.98% | 0.5% | - |
| HSV(B) | 321.53º | 0.98% | 0.99% | - |
| XYZ | 46.8 | 23.43 | 36.71 | - |
| YUV | 96.28 | 165.66 | 239.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 4 | 163 | 0 | 0.98 | 0.35 | 0.01 | 321.53 | 0.98 | 0.5 |
| Hex | FC | 4 | A3 | 0 | 62 | 23 | 1 | 142 | 62 | 32 |
| Octal | 374 | 4 | 243 | 0 | 142 | 43 | 1 | 502 | 142 | 62 |
| Binary | 11111100 | 100 | 10100011 | 0 | 1100010 | 100011 | 1 | 101000010 | 1100010 | 110010 |
Color Harmonies of #FC04A3
Complementary color
Monochromatic Colors of #FC04A3
Black with #FC04A3
Text Example
Text Example
White with #FC04A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC04A3; }
p { color: rgb(252,4,163); }
H1.HeaderClassName
{
color: #FC04A3;
}
.AnyTagClassName
{
color: #FC04A3;
}
</style>
background-color css
<style>
a { background-color: #FC04A3; }
a { background-color: rgb(252,4,163); }
div.DivClassName
{
background-color: #FC04A3;
}
.BgClassName
{
background-color: #FC04A3;
}
</style>
border-color css
<style>
span { border-color: #FC04A3; }
span { border-color: rgb(252,4,163); }
td.TdClassName
{
border-color: #FC04A3;
}
.TagClassName
{
border-color: #FC04A3;
}
</style>