#FC1A86

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

Shades of Deep Pink #FC1A86

Tints of Deep Pink #FC1A86

Color information

#FC1A86 (or 0xFC1A86) is unknown color: approx Deep Pink. HEX triplet: FC, 1A and 86. RGB value is (252,26,134). Sum of RGB (Red+Green+Blue) = 252+26+134=412 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.17% from 412); Green value is 26 (10.55% from 255 or 6.31% from 412); Blue value is 134 (52.73% from 255 or 32.52% from 412); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1A86 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC1A86 is #03E579. Grayscale: #696969. Windows color (decimal): -255354 or 8788732. OLE color: 8788732.

HSL color Cylindrical-coordinate representation of color #FC1A86: hue angle of 331.33º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC1A86 is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB25226134-
CMYK00.900.470.01
HSL331.33º97.41%54.51%-
HSV(B)331.33º89.68%98.82%-
XYZ44.8223.1624.66-
YUV105.89143.87232.22-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 61.17%
GREEN value IS 26 (10.55% from 255) = 6.31%
BLUE value IS 134 (52.73% from 255) = 32.52%
R=61.17%
G=6.31%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.47
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522613400.900.470.01331.3397.4154.51
HexFC1A8605A2F114b6137
Octal37432206013257151314167
Binary1111110011010100001100101101010111111010010111100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC1A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC1A86; }

 p { color: rgb(252,26,134); }

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

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

 a { background-color: rgb(252,26,134); }

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

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

 span { border-color: rgb(252,26,134); }

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