#FE1DB9

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

Shades of Spicy Pink #FE1DB9

Tints of Spicy Pink #FE1DB9

Color information

#FE1DB9 (or 0xFE1DB9) is unknown color: approx Spicy Pink. HEX triplet: FE, 1D and B9. RGB value is (254,29,185). Sum of RGB (Red+Green+Blue) = 254+29+185=468 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.27% from 468); Green value is 29 (11.72% from 255 or 6.20% from 468); Blue value is 185 (72.66% from 255 or 39.53% from 468); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1DB9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE1DB9 is #01E246. Grayscale: #717171. Windows color (decimal): -123463 or 12131838. OLE color: 12131838.

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

Color convert

RGB25429185-
CMYK00.890.270.00
HSL318.4º99.12%55.49%-
HSV(B)318.4º88.58%99.61%-
XYZ50.0725.4548.17-
YUV114.06168.04227.82-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 54.27%
GREEN value IS 29 (11.72% from 255) = 6.20%
BLUE value IS 185 (72.66% from 255) = 39.53%
R=54.27%
G=6.20%
B=39.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.27
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542918500.890.270.00318.499.1255.49
HexFE1DB90591B013e6337
Octal37635271013133047614367
Binary111111101110110111001010110011101101001111101100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE1DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE1DB9; }

 p { color: rgb(254,29,185); }

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

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

 a { background-color: rgb(254,29,185); }

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

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

 span { border-color: rgb(254,29,185); }

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