#FFA871

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

Shades of Hit Pink #FFA871

Tints of Hit Pink #FFA871

Color information

#FFA871 (or 0xFFA871) is unknown color: approx Hit Pink. HEX triplet: FF, A8 and 71. RGB value is (255,168,113). Sum of RGB (Red+Green+Blue) = 255+168+113=536 (70% of max value = 765). Red value is 255 (100% from 255 or 47.57% from 536); Green value is 168 (66.02% from 255 or 31.34% from 536); Blue value is 113 (44.53% from 255 or 21.08% from 536); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA871 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA871 is #00578E. Grayscale: #BCBCBC. Windows color (decimal): -22415 or 7448831. OLE color: 7448831.

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

Color convert

RGB255168113-
CMYK00.340.560
HSL23.24º100%72.16%-
HSV(B)23.24º55.69%100%-
XYZ58.2250.4622.29-
YUV187.7485.82175.97-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.57%
GREEN value IS 168 (66.02% from 255) = 31.34%
BLUE value IS 113 (44.53% from 255) = 21.08%
R=47.57%
G=31.34%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516811300.340.56023.2410072.16
HexFFA871022380176448
Octal37725016104270027144110
Binary11111111101010001110001010001011100001011111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA871; }

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

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

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

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

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

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

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

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