#FEAA71

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

Shades of Hit Pink #FEAA71

Tints of Hit Pink #FEAA71

Color information

#FEAA71 (or 0xFEAA71) is unknown color: approx Hit Pink. HEX triplet: FE, AA and 71. RGB value is (254,170,113). Sum of RGB (Red+Green+Blue) = 254+170+113=537 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.30% from 537); Green value is 170 (66.80% from 255 or 31.66% from 537); Blue value is 113 (44.53% from 255 or 21.04% from 537); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAA71 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAA71 is #01558E. Grayscale: #BCBCBC. Windows color (decimal): -87439 or 7449342. OLE color: 7449342.

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

Color convert

RGB254170113-
CMYK00.330.560.00
HSL24.26º98.6%71.96%-
HSV(B)24.26º55.51%99.61%-
XYZ58.2351.0122.4-
YUV188.6285.33174.63-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 47.30%
GREEN value IS 170 (66.80% from 255) = 31.66%
BLUE value IS 113 (44.53% from 255) = 21.04%
R=47.30%
G=31.66%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.56
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417011300.330.560.0024.2698.671.96
HexFEAA71021380186348
Octal37625216104170030143110
Binary11111110101010101110001010000111100001100011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAA71; }

 p { color: rgb(254,170,113); }

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

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

 a { background-color: rgb(254,170,113); }

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

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

 span { border-color: rgb(254,170,113); }

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