#F57B6D

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

Shades of Salmon #F57B6D

Tints of Salmon #F57B6D

Color information

#F57B6D (or 0xF57B6D) is unknown color: approx Salmon. HEX triplet: F5, 7B and 6D. RGB value is (245,123,109). Sum of RGB (Red+Green+Blue) = 245+123+109=477 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.36% from 477); Green value is 123 (48.44% from 255 or 25.79% from 477); Blue value is 109 (42.97% from 255 or 22.85% from 477); Max value from RGB is 245 - color contains mainly: red. Hex color #F57B6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57B6D is #0A8492. Grayscale: #9E9E9E. Windows color (decimal): -689299 or 7175157. OLE color: 7175157.

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

Color convert

RGB245123109-
CMYK00.500.560.04
HSL6.18º87.18%69.41%-
HSV(B)6.18º55.51%96.08%-
XYZ47.534.6818.66-
YUV157.88100.42190.14-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 51.36%
GREEN value IS 123 (48.44% from 255) = 25.79%
BLUE value IS 109 (42.97% from 255) = 22.85%
R=51.36%
G=25.79%
B=22.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.56
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512310900.500.560.046.1887.1869.41
HexF57B6D03238465745
Octal3651731550627046127105
Binary1111010111110111101101011001011100010011010101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57B6D; }

 p { color: rgb(245,123,109); }

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

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

 a { background-color: rgb(245,123,109); }

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

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

 span { border-color: rgb(245,123,109); }

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