#FEA971

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

Shades of Hit Pink #FEA971

Tints of Hit Pink #FEA971

Color information

#FEA971 (or 0xFEA971) is unknown color: approx Hit Pink. HEX triplet: FE, A9 and 71. RGB value is (254,169,113). Sum of RGB (Red+Green+Blue) = 254+169+113=536 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.39% from 536); Green value is 169 (66.41% from 255 or 31.53% from 536); Blue value is 113 (44.53% from 255 or 21.08% from 536); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA971 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA971 is #01568E. Grayscale: #BCBCBC. Windows color (decimal): -87695 or 7449086. OLE color: 7449086.

HSL color Cylindrical-coordinate representation of color #FEA971: hue angle of 23.83º 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 #FEA971 is Cyan = 0, Magento = 0.33, Yellow = 0.56 and Black (K on CMYK) = 0.00.

Color convert

RGB254169113-
CMYK00.330.560.00
HSL23.83º98.6%71.96%-
HSV(B)23.83º55.51%99.61%-
XYZ58.0450.6422.34-
YUV188.0385.66175.05-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 47.39%
GREEN value IS 169 (66.41% from 255) = 31.53%
BLUE value IS 113 (44.53% from 255) = 21.08%
R=47.39%
G=31.53%
B=21.08%

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
Decimal25416911300.330.560.0023.8398.671.96
HexFEA971021380186348
Octal37625116104170030143110
Binary11111110101010011110001010000111100001100011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA971; }

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

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

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

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

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

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

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

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