#FAA071

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

Shades of Hit Pink #FAA071

Tints of Hit Pink #FAA071

Color information

#FAA071 (or 0xFAA071) is unknown color: approx Hit Pink. HEX triplet: FA, A0 and 71. RGB value is (250,160,113). Sum of RGB (Red+Green+Blue) = 250+160+113=523 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.80% from 523); Green value is 160 (62.89% from 255 or 30.59% from 523); Blue value is 113 (44.53% from 255 or 21.61% from 523); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA071 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA071 is #055F8E. Grayscale: #B5B5B5. Windows color (decimal): -352143 or 7446778. OLE color: 7446778.

HSL color Cylindrical-coordinate representation of color #FAA071: hue angle of 20.58º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FAA071 is Cyan = 0, Magento = 0.36, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB250160113-
CMYK00.360.550.02
HSL20.58º93.2%71.18%-
HSV(B)20.58º54.8%98.04%-
XYZ54.9846.6621.73-
YUV181.5589.32176.82-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.80%
GREEN value IS 160 (62.89% from 255) = 30.59%
BLUE value IS 113 (44.53% from 255) = 21.61%
R=47.80%
G=30.59%
B=21.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016011300.360.550.0220.5893.271.18
HexFAA071024372155d47
Octal37224016104467225135107
Binary111110101010000011100010100100110111101010110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA071; }

 p { color: rgb(250,160,113); }

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

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

 a { background-color: rgb(250,160,113); }

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

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

 span { border-color: rgb(250,160,113); }

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