#FFA971

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

Shades of Hit Pink #FFA971

Tints of Hit Pink #FFA971

Color information

#FFA971 (or 0xFFA971) is unknown color: approx Hit Pink. HEX triplet: FF, A9 and 71. RGB value is (255,169,113). Sum of RGB (Red+Green+Blue) = 255+169+113=537 (71% of max value = 765). Red value is 255 (100% from 255 or 47.49% from 537); Green value is 169 (66.41% from 255 or 31.47% from 537); Blue value is 113 (44.53% from 255 or 21.04% from 537); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA971 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA971 is #00568E. Grayscale: #BCBCBC. Windows color (decimal): -22159 or 7449087. OLE color: 7449087.

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

Color convert

RGB255169113-
CMYK00.340.560
HSL23.66º100%72.16%-
HSV(B)23.66º55.69%100%-
XYZ58.4150.8322.36-
YUV188.3385.49175.55-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.49%
GREEN value IS 169 (66.41% from 255) = 31.47%
BLUE value IS 113 (44.53% from 255) = 21.04%
R=47.49%
G=31.47%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516911300.340.56023.6610072.16
HexFFA971022380186448
Octal37725116104270030144110
Binary11111111101010011110001010001011100001100011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA971; }

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

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

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

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

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

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

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

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