#F58279

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

Shades of Salmon #F58279

Tints of Salmon #F58279

Color information

#F58279 (or 0xF58279) is unknown color: approx Salmon. HEX triplet: F5, 82 and 79. RGB value is (245,130,121). Sum of RGB (Red+Green+Blue) = 245+130+121=496 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.40% from 496); Green value is 130 (51.17% from 255 or 26.21% from 496); Blue value is 121 (47.66% from 255 or 24.40% from 496); Max value from RGB is 245 - color contains mainly: red. Hex color #F58279 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58279 is #0A7D86. Grayscale: #A3A3A3. Windows color (decimal): -687495 or 7963381. OLE color: 7963381.

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

Color convert

RGB245130121-
CMYK00.470.510.04
HSL4.35º86.11%71.76%-
HSV(B)4.35º50.61%96.08%-
XYZ49.0936.7622.6-
YUV163.36104.1186.23-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 49.40%
GREEN value IS 130 (51.17% from 255) = 26.21%
BLUE value IS 121 (47.66% from 255) = 24.40%
R=49.40%
G=26.21%
B=24.40%

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
Decimal24513012100.470.510.044.3586.1171.76
HexF5827902F33445648
Octal3652021710576344126110
Binary11110101100000101111001010111111001110010010101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58279; }

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

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

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

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

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

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

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

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