#F58079

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

Shades of Salmon #F58079

Tints of Salmon #F58079

Color information

#F58079 (or 0xF58079) is unknown color: approx Salmon. HEX triplet: F5, 80 and 79. RGB value is (245,128,121). Sum of RGB (Red+Green+Blue) = 245+128+121=494 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.60% from 494); Green value is 128 (50.39% from 255 or 25.91% from 494); Blue value is 121 (47.66% from 255 or 24.49% from 494); Max value from RGB is 245 - color contains mainly: red. Hex color #F58079 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58079 is #0A7F86. Grayscale: #A2A2A2. Windows color (decimal): -688007 or 7962869. OLE color: 7962869.

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

Color convert

RGB245128121-
CMYK00.480.510.04
HSL3.39º86.11%71.76%-
HSV(B)3.39º50.61%96.08%-
XYZ48.8336.2322.51-
YUV162.18104.76187.07-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 49.60%
GREEN value IS 128 (50.39% from 255) = 25.91%
BLUE value IS 121 (47.66% from 255) = 24.49%
R=49.60%
G=25.91%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.51
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512812100.480.510.043.3986.1171.76
HexF5807903033435648
Octal3652001710606343126110
Binary1111010110000000111100101100001100111001110101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58079; }

 p { color: rgb(245,128,121); }

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

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

 a { background-color: rgb(245,128,121); }

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

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

 span { border-color: rgb(245,128,121); }

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