#FE11A4

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

Shades of Spicy Pink #FE11A4

Tints of Spicy Pink #FE11A4

Color information

#FE11A4 (or 0xFE11A4) is unknown color: approx Spicy Pink. HEX triplet: FE, 11 and A4. RGB value is (254,17,164). Sum of RGB (Red+Green+Blue) = 254+17+164=435 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.39% from 435); Green value is 17 (7.03% from 255 or 3.91% from 435); Blue value is 164 (64.45% from 255 or 37.70% from 435); Max value from RGB is 254 - color contains mainly: red. Hex color #FE11A4 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE11A4 is #01EE5B. Grayscale: #686868. Windows color (decimal): -126556 or 10752510. OLE color: 10752510.

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

Color convert

RGB25417164-
CMYK00.930.350.00
HSL322.78º99.16%53.14%-
HSV(B)322.78º93.31%99.61%-
XYZ47.7724.1537.27-
YUV104.62161.52234.55-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 58.39%
GREEN value IS 17 (7.03% from 255) = 3.91%
BLUE value IS 164 (64.45% from 255) = 37.70%
R=58.39%
G=3.91%
B=37.70%

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
Decimal2541716400.930.350.00322.7899.1653.14
HexFE11A405D2301436335
Octal37621244013543050314365
Binary1111111010001101001000101110110001101010000111100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE11A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE11A4; }

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

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

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

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

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

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

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

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