#FF7171

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

Shades of Salmon #FF7171

Tints of Salmon #FF7171

Color information

#FF7171 (or 0xFF7171) is unknown color: approx Salmon. HEX triplet: FF, 71 and 71. RGB value is (255,113,113). Sum of RGB (Red+Green+Blue) = 255+113+113=481 (63% of max value = 765). Red value is 255 (100% from 255 or 53.01% from 481); Green value is 113 (44.53% from 255 or 23.49% from 481); Blue value is 113 (44.53% from 255 or 23.49% from 481); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7171 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7171 is #008E8E. Grayscale: #9B9B9B. Windows color (decimal): -36495 or 7434751. OLE color: 7434751.

HSL color Cylindrical-coordinate representation of color #FF7171: hue angle of 0º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FF7171 is Cyan = 0, Magento = 0.56, Yellow = 0.56 and Black (K on CMYK) = 0.

Color convert

RGB255113113-
CMYK00.560.560
HSL100%72.16%-
HSV(B)55.69%100%-
XYZ50.1334.2619.59-
YUV155.46104.04199-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 53.01%
GREEN value IS 113 (44.53% from 255) = 23.49%
BLUE value IS 113 (44.53% from 255) = 23.49%
R=53.01%
G=23.49%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511311300.560.560010072.16
HexFF717103838006448
Octal3771611610707000144110
Binary111111111110001111000101110001110000011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7171; }

 p { color: rgb(255,113,113); }

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

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

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

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

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

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

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