#FEA977

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

Shades of Hit Pink #FEA977

Tints of Hit Pink #FEA977

Color information

#FEA977 (or 0xFEA977) is unknown color: approx Hit Pink. HEX triplet: FE, A9 and 77. RGB value is (254,169,119). Sum of RGB (Red+Green+Blue) = 254+169+119=542 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.86% from 542); Green value is 169 (66.41% from 255 or 31.18% from 542); Blue value is 119 (46.88% from 255 or 21.96% from 542); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA977 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA977 is #015688. Grayscale: #BDBDBD. Windows color (decimal): -87689 or 7842302. OLE color: 7842302.

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

Color convert

RGB254169119-
CMYK00.330.530.00
HSL22.22º98.54%73.14%-
HSV(B)22.22º53.15%99.61%-
XYZ58.3950.7824.18-
YUV188.7288.66174.57-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.86%
GREEN value IS 169 (66.41% from 255) = 31.18%
BLUE value IS 119 (46.88% from 255) = 21.96%
R=46.86%
G=31.18%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.53
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416911900.330.530.0022.2298.5473.14
HexFEA977021350166349
Octal37625116704165026143111
Binary11111110101010011110111010000111010101011011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA977; }

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

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

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

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

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

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

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

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