#FC11A8

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

Shades of Spicy Pink #FC11A8

Tints of Spicy Pink #FC11A8

Color information

#FC11A8 (or 0xFC11A8) is unknown color: approx Spicy Pink. HEX triplet: FC, 11 and A8. RGB value is (252,17,168). Sum of RGB (Red+Green+Blue) = 252+17+168=437 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.67% from 437); Green value is 17 (7.03% from 255 or 3.89% from 437); Blue value is 168 (66.02% from 255 or 38.44% from 437); Max value from RGB is 252 - color contains mainly: red. Hex color #FC11A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC11A8 is #03EE57. Grayscale: #686868. Windows color (decimal): -257624 or 11014652. OLE color: 11014652.

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

Color convert

RGB25217168-
CMYK00.930.330.01
HSL321.45º97.51%52.75%-
HSV(B)321.45º93.25%98.82%-
XYZ47.4123.9239.16-
YUV104.48163.86233.22-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 57.67%
GREEN value IS 17 (7.03% from 255) = 3.89%
BLUE value IS 168 (66.02% from 255) = 38.44%
R=57.67%
G=3.89%
B=38.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521716800.930.330.01321.4597.5152.75
HexFC11A805D2111416235
Octal37421250013541150114265
Binary1111110010001101010000101110110000111010000011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC11A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC11A8; }

 p { color: rgb(252,17,168); }

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

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

 a { background-color: rgb(252,17,168); }

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

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

 span { border-color: rgb(252,17,168); }

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