#FE11A6

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

Shades of Spicy Pink #FE11A6

Tints of Spicy Pink #FE11A6

Color information

#FE11A6 (or 0xFE11A6) is unknown color: approx Spicy Pink. HEX triplet: FE, 11 and A6. RGB value is (254,17,166). Sum of RGB (Red+Green+Blue) = 254+17+166=437 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.12% from 437); Green value is 17 (7.03% from 255 or 3.89% from 437); Blue value is 166 (65.23% from 255 or 37.99% from 437); Max value from RGB is 254 - color contains mainly: red. Hex color #FE11A6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE11A6 is #01EE59. Grayscale: #686868. Windows color (decimal): -126554 or 10883582. OLE color: 10883582.

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

Color convert

RGB25417166-
CMYK00.930.350.00
HSL322.28º99.16%53.14%-
HSV(B)322.28º93.31%99.61%-
XYZ47.9624.2238.22-
YUV104.85162.52234.38-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 58.12%
GREEN value IS 17 (7.03% from 255) = 3.89%
BLUE value IS 166 (65.23% from 255) = 37.99%
R=58.12%
G=3.89%
B=37.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.35
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541716600.930.350.00322.2899.1653.14
HexFE11A605D2301426335
Octal37621246013543050214365
Binary1111111010001101001100101110110001101010000101100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE11A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE11A6; }

 p { color: rgb(254,17,166); }

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

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

 a { background-color: rgb(254,17,166); }

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

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

 span { border-color: rgb(254,17,166); }

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