#FAA470

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

Shades of Hit Pink #FAA470

Tints of Hit Pink #FAA470

Color information

#FAA470 (or 0xFAA470) is unknown color: approx Hit Pink. HEX triplet: FA, A4 and 70. RGB value is (250,164,112). Sum of RGB (Red+Green+Blue) = 250+164+112=526 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.53% from 526); Green value is 164 (64.45% from 255 or 31.18% from 526); Blue value is 112 (44.14% from 255 or 21.29% from 526); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA470 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA470 is #055B8F. Grayscale: #B8B8B8. Windows color (decimal): -351120 or 7382266. OLE color: 7382266.

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

Color convert

RGB250164112-
CMYK00.340.550.02
HSL22.61º93.24%70.98%-
HSV(B)22.61º55.2%98.04%-
XYZ55.6248.0421.67-
YUV183.7987.49175.23-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.53%
GREEN value IS 164 (64.45% from 255) = 31.18%
BLUE value IS 112 (44.14% from 255) = 21.29%
R=47.53%
G=31.18%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016411200.340.550.0222.6193.2470.98
HexFAA470022372175d47
Octal37224416004267227135107
Binary111110101010010011100000100010110111101011110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA470; }

 p { color: rgb(250,164,112); }

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

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

 a { background-color: rgb(250,164,112); }

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

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

 span { border-color: rgb(250,164,112); }

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