#FFA671

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

Shades of Hit Pink #FFA671

Tints of Hit Pink #FFA671

Color information

#FFA671 (or 0xFFA671) is unknown color: approx Hit Pink. HEX triplet: FF, A6 and 71. RGB value is (255,166,113). Sum of RGB (Red+Green+Blue) = 255+166+113=534 (70% of max value = 765). Red value is 255 (100% from 255 or 47.75% from 534); Green value is 166 (65.23% from 255 or 31.09% from 534); Blue value is 113 (44.53% from 255 or 21.16% from 534); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA671 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA671 is #00598E. Grayscale: #BABABA. Windows color (decimal): -22927 or 7448319. OLE color: 7448319.

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

Color convert

RGB255166113-
CMYK00.350.560
HSL22.39º100%72.16%-
HSV(B)22.39º55.69%100%-
XYZ57.8649.7222.17-
YUV186.5786.49176.81-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.75%
GREEN value IS 166 (65.23% from 255) = 31.09%
BLUE value IS 113 (44.53% from 255) = 21.16%
R=47.75%
G=31.09%
B=21.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516611300.350.56022.3910072.16
HexFFA671023380166448
Octal37724616104370026144110
Binary11111111101001101110001010001111100001011011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA671; }

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

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

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

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

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

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

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

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