#fe1ea8

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

Shades of Spicy Pink #FE1EA8

Tints of Spicy Pink #FE1EA8

Color information

#FE1EA8 (or 0xFE1EA8) is unknown color: approx Spicy Pink. HEX triplet: FE, 1E and A8. RGB value is (254,30,168). Sum of RGB (Red+Green+Blue) = 254+30+168=452 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.19% from 452); Green value is 30 (12.11% from 255 or 6.64% from 452); Blue value is 168 (66.02% from 255 or 37.17% from 452); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1EA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE1EA8 is #01E157. Grayscale: #707070. Windows color (decimal): -123224 or 11017982. OLE color: 11017982.

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

Color convert

RGB25430168-
CMYK00.880.340.00
HSL323.04º99.12%55.69%-
HSV(B)323.04º88.19%99.61%-
XYZ48.4124.8339.29-
YUV112.71159.21228.78-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 56.19%
GREEN value IS 30 (12.11% from 255) = 6.64%
BLUE value IS 168 (66.02% from 255) = 37.17%
R=56.19%
G=6.64%
B=37.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.34
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2543016800.880.340.00323.0499.1255.69
HexFE1EA80582201436338
Octal37636250013042050314370
Binary1111111011110101010000101100010001001010000111100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fe1ea8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fe1ea8; }

 p { color: rgb(254,30,168); }

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

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

 a { background-color: rgb(254,30,168); }

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

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

 span { border-color: rgb(254,30,168); }

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