#F58772

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

Shades of Salmon #F58772

Tints of Salmon #F58772

Color information

#F58772 (or 0xF58772) is unknown color: approx Salmon. HEX triplet: F5, 87 and 72. RGB value is (245,135,114). Sum of RGB (Red+Green+Blue) = 245+135+114=494 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.60% from 494); Green value is 135 (53.12% from 255 or 27.33% from 494); Blue value is 114 (44.92% from 255 or 23.08% from 494); Max value from RGB is 245 - color contains mainly: red. Hex color #F58772 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58772 is #0A788D. Grayscale: #A5A5A5. Windows color (decimal): -686222 or 7505909. OLE color: 7505909.

HSL color Cylindrical-coordinate representation of color #F58772: hue angle of 9.62º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F58772 is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.04.

Color convert

RGB245135114-
CMYK00.450.530.04
HSL9.62º86.75%70.39%-
HSV(B)9.62º53.47%96.08%-
XYZ49.3637.9620.64-
YUV165.598.94184.71-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 49.60%
GREEN value IS 135 (53.12% from 255) = 27.33%
BLUE value IS 114 (44.92% from 255) = 23.08%
R=49.60%
G=27.33%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.53
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24513511400.450.530.049.6286.7570.39
HexF5877202D354a5746
Octal36520716205565412127106
Binary111101011000011111100100101101110101100101010101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58772; }

 p { color: rgb(245,135,114); }

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

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

 a { background-color: rgb(245,135,114); }

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

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

 span { border-color: rgb(245,135,114); }

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