#FEA871

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

Shades of Hit Pink #FEA871

Tints of Hit Pink #FEA871

Color information

#FEA871 (or 0xFEA871) is unknown color: approx Hit Pink. HEX triplet: FE, A8 and 71. RGB value is (254,168,113). Sum of RGB (Red+Green+Blue) = 254+168+113=535 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.48% from 535); Green value is 168 (66.02% from 255 or 31.40% from 535); Blue value is 113 (44.53% from 255 or 21.12% from 535); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA871 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA871 is #01578E. Grayscale: #BBBBBB. Windows color (decimal): -87951 or 7448830. OLE color: 7448830.

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

Color convert

RGB254168113-
CMYK00.340.560.00
HSL23.4º98.6%71.96%-
HSV(B)23.4º55.51%99.61%-
XYZ57.8650.2722.28-
YUV187.4485.99175.47-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 47.48%
GREEN value IS 168 (66.02% from 255) = 31.40%
BLUE value IS 113 (44.53% from 255) = 21.12%
R=47.48%
G=31.40%
B=21.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.56
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416811300.340.560.0023.498.671.96
HexFEA871022380176348
Octal37625016104270027143110
Binary11111110101010001110001010001011100001011111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA871; }

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

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

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

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

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

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

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

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