#fe15a9

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

Shades of Spicy Pink #FE15A9

Tints of Spicy Pink #FE15A9

Color information

#FE15A9 (or 0xFE15A9) is unknown color: approx Spicy Pink. HEX triplet: FE, 15 and A9. RGB value is (254,21,169). Sum of RGB (Red+Green+Blue) = 254+21+169=444 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.21% from 444); Green value is 21 (8.59% from 255 or 4.73% from 444); Blue value is 169 (66.41% from 255 or 38.06% from 444); Max value from RGB is 254 - color contains mainly: red. Hex color #FE15A9 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE15A9 is #01EA56. Grayscale: #6B6B6B. Windows color (decimal): -125527 or 11081214. OLE color: 11081214.

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

Color convert

RGB25421169-
CMYK00.920.330.00
HSL321.89º99.15%53.92%-
HSV(B)321.89º91.73%99.61%-
XYZ48.324.4739.71-
YUV107.54162.69232.47-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 57.21%
GREEN value IS 21 (8.59% from 255) = 4.73%
BLUE value IS 169 (66.41% from 255) = 38.06%
R=57.21%
G=4.73%
B=38.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.33
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542116900.920.330.00321.8999.1553.92
HexFE15A905C2101426336
Octal37625251013441050214366
Binary1111111010101101010010101110010000101010000101100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fe15a9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fe15a9; }

 p { color: rgb(254,21,169); }

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

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

 a { background-color: rgb(254,21,169); }

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

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

 span { border-color: rgb(254,21,169); }

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