#F58177

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

Shades of Salmon #F58177

Tints of Salmon #F58177

Color information

#F58177 (or 0xF58177) is unknown color: approx Salmon. HEX triplet: F5, 81 and 77. RGB value is (245,129,119). Sum of RGB (Red+Green+Blue) = 245+129+119=493 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.70% from 493); Green value is 129 (50.78% from 255 or 26.17% from 493); Blue value is 119 (46.88% from 255 or 24.14% from 493); Max value from RGB is 245 - color contains mainly: red. Hex color #F58177 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58177 is #0A7E88. Grayscale: #A2A2A2. Windows color (decimal): -687753 or 7832053. OLE color: 7832053.

HSL color Cylindrical-coordinate representation of color #F58177: hue angle of 4.76º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F58177 is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.04.

Color convert

RGB245129119-
CMYK00.470.510.04
HSL4.76º86.3%71.37%-
HSV(B)4.76º51.43%96.08%-
XYZ48.8436.4421.91-
YUV162.54103.43186.81-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 49.70%
GREEN value IS 129 (50.78% from 255) = 26.17%
BLUE value IS 119 (46.88% from 255) = 24.14%
R=49.70%
G=26.17%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.51
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512911900.470.510.044.7686.371.37
HexF5817702F33455647
Octal3652011670576345126107
Binary11110101100000011110111010111111001110010110101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58177; }

 p { color: rgb(245,129,119); }

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

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

 a { background-color: rgb(245,129,119); }

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

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

 span { border-color: rgb(245,129,119); }

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