Shades of Hollywood Cerise #FC0DA3
Tints of Hollywood Cerise #FC0DA3
RGB
CMYK
RGB Variations
Color information
#FC0DA3 (or 0xFC0DA3) is known color: Hollywood Cerise. HEX triplet: FC, 0D and A3. RGB value is (252,13,163). Sum of RGB (Red+Green+Blue) = 252+13+163=428 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.88% from 428); Green value is 13 (5.47% from 255 or 3.04% from 428); Blue value is 163 (64.06% from 255 or 38.08% from 428); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0DA3 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0DA3 is #03F25C. Grayscale: #656565. Windows color (decimal): -258653 or 10685948. OLE color: 10685948.
HSL color Cylindrical-coordinate representation of color #FC0DA3: hue angle of 322.34º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FC0DA3 is Cyan = 0, Magento = 0.95, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 13 | 163 | - |
CMYK | 0 | 0.95 | 0.35 | 0.01 |
HSL | 322.34º | 0.98% | 0.52% | - |
HSV(B) | 322.34º | 0.95% | 0.99% | - |
XYZ | 46.9 | 23.63 | 36.74 | - |
YUV | 101.56 | 162.68 | 235.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 13 | 163 | 0 | 0.95 | 0.35 | 0.01 | 322.34 | 0.98 | 0.52 |
Hex | FC | D | A3 | 0 | 5F | 23 | 1 | 142 | 62 | 34 |
Octal | 374 | 15 | 243 | 0 | 137 | 43 | 1 | 502 | 142 | 64 |
Binary | 11111100 | 1101 | 10100011 | 0 | 1011111 | 100011 | 1 | 101000010 | 1100010 | 110100 |
Color Harmonies of #FC0DA3
Complementary color
Monochromatic Colors of #FC0DA3
Black with #FC0DA3
Text Example
Text Example
White with #FC0DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0DA3; }
p { color: rgb(252,13,163); }
H1.HeaderClassName
{
color: #FC0DA3;
}
.AnyTagClassName
{
color: #FC0DA3;
}
</style>
background-color css
<style>
a { background-color: #FC0DA3; }
a { background-color: rgb(252,13,163); }
div.DivClassName
{
background-color: #FC0DA3;
}
.BgClassName
{
background-color: #FC0DA3;
}
</style>
border-color css
<style>
span { border-color: #FC0DA3; }
span { border-color: rgb(252,13,163); }
td.TdClassName
{
border-color: #FC0DA3;
}
.TagClassName
{
border-color: #FC0DA3;
}
</style>