#FE11A7

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

Shades of Spicy Pink #FE11A7

Tints of Spicy Pink #FE11A7

Color information

#FE11A7 (or 0xFE11A7) is unknown color: approx Spicy Pink. HEX triplet: FE, 11 and A7. RGB value is (254,17,167). Sum of RGB (Red+Green+Blue) = 254+17+167=438 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.99% from 438); Green value is 17 (7.03% from 255 or 3.88% from 438); Blue value is 167 (65.62% from 255 or 38.13% from 438); Max value from RGB is 254 - color contains mainly: red. Hex color #FE11A7 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE11A7 is #01EE58. Grayscale: #686868. Windows color (decimal): -126553 or 10949118. OLE color: 10949118.

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

Color convert

RGB25417167-
CMYK00.930.340.00
HSL322.03º99.16%53.14%-
HSV(B)322.03º93.31%99.61%-
XYZ48.0524.2638.71-
YUV104.96163.02234.3-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 57.99%
GREEN value IS 17 (7.03% from 255) = 3.88%
BLUE value IS 167 (65.62% from 255) = 38.13%
R=57.99%
G=3.88%
B=38.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.34
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541716700.930.340.00322.0399.1653.14
HexFE11A705D2201426335
Octal37621247013542050214365
Binary1111111010001101001110101110110001001010000101100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE11A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE11A7; }

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

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

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

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

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

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

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

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