#fe1a97

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

Shades of Deep Pink #FE1A97

Tints of Deep Pink #FE1A97

Color information

#FE1A97 (or 0xFE1A97) is unknown color: approx Deep Pink. HEX triplet: FE, 1A and 97. RGB value is (254,26,151). Sum of RGB (Red+Green+Blue) = 254+26+151=431 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.93% from 431); Green value is 26 (10.55% from 255 or 6.03% from 431); Blue value is 151 (59.38% from 255 or 35.03% from 431); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1A97 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE1A97 is #01E568. Grayscale: #6C6C6C. Windows color (decimal): -124265 or 9902846. OLE color: 9902846.

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

Color convert

RGB25426151-
CMYK00.900.410.00
HSL327.11º99.13%54.9%-
HSV(B)327.11º89.76%99.61%-
XYZ46.8324.0431.45-
YUV108.42152.04231.84-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 58.93%
GREEN value IS 26 (10.55% from 255) = 6.03%
BLUE value IS 151 (59.38% from 255) = 35.03%
R=58.93%
G=6.03%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.41
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542615100.900.410.00327.1199.1354.9
HexFE1A9705A2901476337
Octal37632227013251050714367
Binary1111111011010100101110101101010100101010001111100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fe1a97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fe1a97; }

 p { color: rgb(254,26,151); }

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

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

 a { background-color: rgb(254,26,151); }

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

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

 span { border-color: rgb(254,26,151); }

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