#FA7571

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

Shades of Salmon #FA7571

Tints of Salmon #FA7571

Color information

#FA7571 (or 0xFA7571) is unknown color: approx Salmon. HEX triplet: FA, 75 and 71. RGB value is (250,117,113). Sum of RGB (Red+Green+Blue) = 250+117+113=480 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.08% from 480); Green value is 117 (46.09% from 255 or 24.38% from 480); Blue value is 113 (44.53% from 255 or 23.54% from 480); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7571 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7571 is #058A8E. Grayscale: #9C9C9C. Windows color (decimal): -363151 or 7435770. OLE color: 7435770.

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

Color convert

RGB250117113-
CMYK00.530.550.02
HSL1.75º93.2%71.18%-
HSV(B)1.75º54.8%98.04%-
XYZ48.7734.2419.66-
YUV156.31103.56194.83-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 52.08%
GREEN value IS 117 (46.09% from 255) = 24.38%
BLUE value IS 113 (44.53% from 255) = 23.54%
R=52.08%
G=24.38%
B=23.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25011711300.530.550.021.7593.271.18
HexFA757103537225d47
Octal3721651610656722135107
Binary11111010111010111100010110101110111101010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7571; }

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

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

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

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

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

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

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

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