#FAA271

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

Shades of Hit Pink #FAA271

Tints of Hit Pink #FAA271

Color information

#FAA271 (or 0xFAA271) is unknown color: approx Hit Pink. HEX triplet: FA, A2 and 71. RGB value is (250,162,113). Sum of RGB (Red+Green+Blue) = 250+162+113=525 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.62% from 525); Green value is 162 (63.67% from 255 or 30.86% from 525); Blue value is 113 (44.53% from 255 or 21.52% from 525); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA271 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA271 is #055D8E. Grayscale: #B7B7B7. Windows color (decimal): -351631 or 7447290. OLE color: 7447290.

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

Color convert

RGB250162113-
CMYK00.350.550.02
HSL21.46º93.2%71.18%-
HSV(B)21.46º54.8%98.04%-
XYZ55.3347.3621.85-
YUV182.7388.65175.98-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.62%
GREEN value IS 162 (63.67% from 255) = 30.86%
BLUE value IS 113 (44.53% from 255) = 21.52%
R=47.62%
G=30.86%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016211300.350.550.0221.4693.271.18
HexFAA271023372155d47
Octal37224216104367225135107
Binary111110101010001011100010100011110111101010110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA271; }

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

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

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

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

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

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

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

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