Shades of Hollywood Cerise #FC03AD
Tints of Hollywood Cerise #FC03AD
RGB
CMYK
RGB Variations
Color information
#FC03AD (or 0xFC03AD) is known color: Hollywood Cerise. HEX triplet: FC, 03 and AD. RGB value is (252,3,173). Sum of RGB (Red+Green+Blue) = 252+3+173=428 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.88% from 428); Green value is 3 (1.56% from 255 or 0.70% from 428); Blue value is 173 (67.97% from 255 or 40.42% from 428); Max value from RGB is 252 - color contains mainly: red. Hex color #FC03AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC03AD is #03FC52. Grayscale: #606060. Windows color (decimal): -261203 or 11338748. OLE color: 11338748.
HSL color Cylindrical-coordinate representation of color #FC03AD: hue angle of 319.04º 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 #FC03AD is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 3 | 173 | - |
| CMYK | 0 | 0.99 | 0.31 | 0.01 |
| HSL | 319.04º | 0.98% | 0.5% | - |
| HSV(B) | 319.04º | 0.99% | 0.99% | - |
| XYZ | 47.72 | 23.78 | 41.61 | - |
| YUV | 96.83 | 170.99 | 238.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 3 | 173 | 0 | 0.99 | 0.31 | 0.01 | 319.04 | 0.98 | 0.5 |
| Hex | FC | 3 | AD | 0 | 63 | 1F | 1 | 13F | 62 | 32 |
| Octal | 374 | 3 | 255 | 0 | 143 | 37 | 1 | 477 | 142 | 62 |
| Binary | 11111100 | 11 | 10101101 | 0 | 1100011 | 11111 | 1 | 100111111 | 1100010 | 110010 |
Color Harmonies of #FC03AD
Complementary color
Monochromatic Colors of #FC03AD
Black with #FC03AD
Text Example
Text Example
White with #FC03AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC03AD; }
p { color: rgb(252,3,173); }
H1.HeaderClassName
{
color: #FC03AD;
}
.AnyTagClassName
{
color: #FC03AD;
}
</style>
background-color css
<style>
a { background-color: #FC03AD; }
a { background-color: rgb(252,3,173); }
div.DivClassName
{
background-color: #FC03AD;
}
.BgClassName
{
background-color: #FC03AD;
}
</style>
border-color css
<style>
span { border-color: #FC03AD; }
span { border-color: rgb(252,3,173); }
td.TdClassName
{
border-color: #FC03AD;
}
.TagClassName
{
border-color: #FC03AD;
}
</style>