#FFA771

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

Shades of Hit Pink #FFA771

Tints of Hit Pink #FFA771

Color information

#FFA771 (or 0xFFA771) is unknown color: approx Hit Pink. HEX triplet: FF, A7 and 71. RGB value is (255,167,113). Sum of RGB (Red+Green+Blue) = 255+167+113=535 (70% of max value = 765). Red value is 255 (100% from 255 or 47.66% from 535); Green value is 167 (65.62% from 255 or 31.21% from 535); Blue value is 113 (44.53% from 255 or 21.12% from 535); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA771 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA771 is #00588E. Grayscale: #BBBBBB. Windows color (decimal): -22671 or 7448575. OLE color: 7448575.

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

Color convert

RGB255167113-
CMYK00.350.560
HSL22.82º100%72.16%-
HSV(B)22.82º55.69%100%-
XYZ58.0450.0922.23-
YUV187.1686.15176.39-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.66%
GREEN value IS 167 (65.62% from 255) = 31.21%
BLUE value IS 113 (44.53% from 255) = 21.12%
R=47.66%
G=31.21%
B=21.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516711300.350.56022.8210072.16
HexFFA771023380176448
Octal37724716104370027144110
Binary11111111101001111110001010001111100001011111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA771; }

 p { color: rgb(255,167,113); }

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

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

 a { background-color: rgb(255,167,113); }

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

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

 span { border-color: rgb(255,167,113); }

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