#F58075

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

Shades of Salmon #F58075

Tints of Salmon #F58075

Color information

#F58075 (or 0xF58075) is unknown color: approx Salmon. HEX triplet: F5, 80 and 75. RGB value is (245,128,117). Sum of RGB (Red+Green+Blue) = 245+128+117=490 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50% from 490); Green value is 128 (50.39% from 255 or 26.12% from 490); Blue value is 117 (46.09% from 255 or 23.88% from 490); Max value from RGB is 245 - color contains mainly: red. Hex color #F58075 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58075 is #0A7F8A. Grayscale: #A1A1A1. Windows color (decimal): -688011 or 7700725. OLE color: 7700725.

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

Color convert

RGB245128117-
CMYK00.480.520.04
HSL5.16º86.49%70.98%-
HSV(B)5.16º52.24%96.08%-
XYZ48.5936.1421.24-
YUV161.73102.76187.39-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 50%
GREEN value IS 128 (50.39% from 255) = 26.12%
BLUE value IS 117 (46.09% from 255) = 23.88%
R=50%
G=26.12%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512811700.480.520.045.1686.4970.98
HexF5807503034455647
Octal3652001650606445126107
Binary11110101100000001110101011000011010010010110101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58075; }

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

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

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

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

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

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

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

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