#FF716F

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

Shades of Salmon #FF716F

Tints of Salmon #FF716F

Color information

#FF716F (or 0xFF716F) is unknown color: approx Salmon. HEX triplet: FF, 71 and 6F. RGB value is (255,113,111). Sum of RGB (Red+Green+Blue) = 255+113+111=479 (63% of max value = 765). Red value is 255 (100% from 255 or 53.24% from 479); Green value is 113 (44.53% from 255 or 23.59% from 479); Blue value is 111 (43.75% from 255 or 23.17% from 479); Max value from RGB is 255 - color contains mainly: red. Hex color #FF716F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF716F is #008E90. Grayscale: #9B9B9B. Windows color (decimal): -36497 or 7303679. OLE color: 7303679.

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

Color convert

RGB255113111-
CMYK00.560.560
HSL0.83º100%71.76%-
HSV(B)0.83º56.47%100%-
XYZ50.0134.2219.01-
YUV155.23103.04199.16-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 53.24%
GREEN value IS 113 (44.53% from 255) = 23.59%
BLUE value IS 111 (43.75% from 255) = 23.17%
R=53.24%
G=23.59%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511311100.560.5600.8310071.76
HexFF716F03838016448
Octal3771611570707001144110
Binary111111111110001110111101110001110000111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF716F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF716F; }

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

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

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

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

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

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

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

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