#FA7471

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

Shades of Salmon #FA7471

Tints of Salmon #FA7471

Color information

#FA7471 (or 0xFA7471) is unknown color: approx Salmon. HEX triplet: FA, 74 and 71. RGB value is (250,116,113). Sum of RGB (Red+Green+Blue) = 250+116+113=479 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.19% from 479); Green value is 116 (45.70% from 255 or 24.22% from 479); Blue value is 113 (44.53% from 255 or 23.59% from 479); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7471 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7471 is #058B8E. Grayscale: #9B9B9B. Windows color (decimal): -363407 or 7435514. OLE color: 7435514.

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

Color convert

RGB250116113-
CMYK00.540.550.02
HSL1.31º93.2%71.18%-
HSV(B)1.31º54.8%98.04%-
XYZ48.6534.0119.62-
YUV155.72103.89195.24-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 52.19%
GREEN value IS 116 (45.70% from 255) = 24.22%
BLUE value IS 113 (44.53% from 255) = 23.59%
R=52.19%
G=24.22%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25011611300.540.550.021.3193.271.18
HexFA747103637215d47
Octal3721641610666721135107
Binary1111101011101001110001011011011011110110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7471; }

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

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

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

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

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

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

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

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