#FFA171

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

Shades of Hit Pink #FFA171

Tints of Hit Pink #FFA171

Color information

#FFA171 (or 0xFFA171) is unknown color: approx Hit Pink. HEX triplet: FF, A1 and 71. RGB value is (255,161,113). Sum of RGB (Red+Green+Blue) = 255+161+113=529 (70% of max value = 765). Red value is 255 (100% from 255 or 48.20% from 529); Green value is 161 (63.28% from 255 or 30.43% from 529); Blue value is 113 (44.53% from 255 or 21.36% from 529); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA171 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA171 is #005E8E. Grayscale: #B7B7B7. Windows color (decimal): -24207 or 7447039. OLE color: 7447039.

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

Color convert

RGB255161113-
CMYK00.370.560
HSL20.28º100%72.16%-
HSV(B)20.28º55.69%100%-
XYZ56.9747.9421.87-
YUV183.6388.14178.9-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.20%
GREEN value IS 161 (63.28% from 255) = 30.43%
BLUE value IS 113 (44.53% from 255) = 21.36%
R=48.20%
G=30.43%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516111300.370.56020.2810072.16
HexFFA171025380146448
Octal37724116104570024144110
Binary11111111101000011110001010010111100001010011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA171; }

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

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

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

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

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

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

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

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