#F77E71

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

Shades of Salmon #F77E71

Tints of Salmon #F77E71

Color information

#F77E71 (or 0xF77E71) is unknown color: approx Salmon. HEX triplet: F7, 7E and 71. RGB value is (247,126,113). Sum of RGB (Red+Green+Blue) = 247+126+113=486 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.82% from 486); Green value is 126 (49.61% from 255 or 25.93% from 486); Blue value is 113 (44.53% from 255 or 23.25% from 486); Max value from RGB is 247 - color contains mainly: red. Hex color #F77E71 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77E71 is #08818E. Grayscale: #A0A0A0. Windows color (decimal): -557455 or 7438071. OLE color: 7438071.

HSL color Cylindrical-coordinate representation of color #F77E71: hue angle of 5.82º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F77E71 is Cyan = 0, Magento = 0.49, Yellow = 0.54 and Black (K on CMYK) = 0.03.

Color convert

RGB247126113-
CMYK00.490.540.03
HSL5.82º89.33%70.59%-
HSV(B)5.82º54.25%96.86%-
XYZ48.835.8919.98-
YUV160.7101.09189.56-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 50.82%
GREEN value IS 126 (49.61% from 255) = 25.93%
BLUE value IS 113 (44.53% from 255) = 23.25%
R=50.82%
G=25.93%
B=23.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.54
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24712611300.490.540.035.8289.3370.59
HexF77E7103136365947
Octal3671761610616636131107
Binary111101111111110111000101100011101101111010110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F77E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F77E71; }

 p { color: rgb(247,126,113); }

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

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

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

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

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

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

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