#FC12A0

Color #FC12A0 Deep Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Pink #FC12A0

Tints of Deep Pink #FC12A0

Color information

#FC12A0 (or 0xFC12A0) is unknown color: approx Deep Pink. HEX triplet: FC, 12 and A0. RGB value is (252,18,160). Sum of RGB (Red+Green+Blue) = 252+18+160=430 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.60% from 430); Green value is 18 (7.42% from 255 or 4.19% from 430); Blue value is 160 (62.89% from 255 or 37.21% from 430); Max value from RGB is 252 - color contains mainly: red. Hex color #FC12A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC12A0 is #03ED5F. Grayscale: #676767. Windows color (decimal): -257376 or 10490620. OLE color: 10490620.

HSL color Cylindrical-coordinate representation of color #FC12A0: hue angle of 323.59º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FC12A0 is Cyan = 0, Magento = 0.93, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB25218160-
CMYK00.930.370.01
HSL323.59º97.5%52.94%-
HSV(B)323.59º92.86%98.82%-
XYZ46.7123.6735.36-
YUV104.15159.52233.45-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 58.60%
GREEN value IS 18 (7.42% from 255) = 4.19%
BLUE value IS 160 (62.89% from 255) = 37.21%
R=58.60%
G=4.19%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521816000.930.370.01323.5997.552.94
HexFC12A005D2511446235
Octal37422240013545150414265
Binary1111110010010101000000101110110010111010001001100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC12A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC12A0; }

 p { color: rgb(252,18,160); }

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

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

 a { background-color: rgb(252,18,160); }

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

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

 span { border-color: rgb(252,18,160); }

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