#F58975

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

Shades of Salmon #F58975

Tints of Salmon #F58975

Color information

#F58975 (or 0xF58975) is unknown color: approx Salmon. HEX triplet: F5, 89 and 75. RGB value is (245,137,117). Sum of RGB (Red+Green+Blue) = 245+137+117=499 (66% of max value = 765). Red value is 245 (96.09% from 255 or 49.10% from 499); Green value is 137 (53.91% from 255 or 27.45% from 499); Blue value is 117 (46.09% from 255 or 23.45% from 499); Max value from RGB is 245 - color contains mainly: red. Hex color #F58975 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58975 is #0A768A. Grayscale: #A7A7A7. Windows color (decimal): -685707 or 7703029. OLE color: 7703029.

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

Color convert

RGB245137117-
CMYK00.440.520.04
HSL9.38º86.49%70.98%-
HSV(B)9.38º52.24%96.08%-
XYZ49.8138.5921.65-
YUV167.0199.78183.63-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 49.10%
GREEN value IS 137 (53.91% from 255) = 27.45%
BLUE value IS 117 (46.09% from 255) = 23.45%
R=49.10%
G=27.45%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24513711700.440.520.049.3886.4970.98
HexF5897502C34495647
Octal36521116505464411126107
Binary111101011000100111101010101100110100100100110101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58975; }

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

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

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

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

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

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

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

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