#FC0DA2

Color #FC0DA2 Hollywood Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hollywood Cerise #FC0DA2

Tints of Hollywood Cerise #FC0DA2

Color information

#FC0DA2 (or 0xFC0DA2) is unknown color: approx Hollywood Cerise. HEX triplet: FC, 0D and A2. RGB value is (252,13,162). Sum of RGB (Red+Green+Blue) = 252+13+162=427 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.02% from 427); Green value is 13 (5.47% from 255 or 3.04% from 427); Blue value is 162 (63.67% from 255 or 37.94% from 427); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0DA2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0DA2 is #03F25D. Grayscale: #656565. Windows color (decimal): -258654 or 10620412. OLE color: 10620412.

HSL color Cylindrical-coordinate representation of color #FC0DA2: hue angle of 322.59º 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 #FC0DA2 is Cyan = 0, Magento = 0.95, Yellow = 0.36 and Black (K on CMYK) = 0.01.

Color convert

RGB25213162-
CMYK00.950.360.01
HSL322.59º97.55%51.96%-
HSV(B)322.59º94.84%98.82%-
XYZ46.8123.5936.27-
YUV101.45162.18235.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 59.02%
GREEN value IS 13 (5.47% from 255) = 3.04%
BLUE value IS 162 (63.67% from 255) = 37.94%
R=59.02%
G=3.04%
B=37.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521316200.950.360.01322.5997.5551.96
HexFCDA205F2411436234
Octal37415242013744150314264
Binary111111001101101000100101111110010011010000111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC0DA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC0DA2; }

 p { color: rgb(252,13,162); }

 H1.HeaderClassName
 {
   color: #FC0DA2;
 }
 .AnyTagClassName
 {
   color: #FC0DA2;
 }
</style>
background-color css

<style>
 a { background-color: #FC0DA2; }

 a { background-color: rgb(252,13,162); }

 div.DivClassName
 {
   background-color: #FC0DA2;
 }
 .BgClassName
 {
   background-color: #FC0DA2;
 }
</style>
border-color css

<style>
 span { border-color: #FC0DA2; }

 span { border-color: rgb(252,13,162); }

 td.TdClassName
 {
   border-color: #FC0DA2;
 }
 .TagClassName
 {
   border-color: #FC0DA2;
 }
</style>