#F57C77

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

Shades of Salmon #F57C77

Tints of Salmon #F57C77

Color information

#F57C77 (or 0xF57C77) is unknown color: approx Salmon. HEX triplet: F5, 7C and 77. RGB value is (245,124,119). Sum of RGB (Red+Green+Blue) = 245+124+119=488 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.20% from 488); Green value is 124 (48.83% from 255 or 25.41% from 488); Blue value is 119 (46.88% from 255 or 24.39% from 488); Max value from RGB is 245 - color contains mainly: red. Hex color #F57C77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57C77 is #0A8388. Grayscale: #9F9F9F. Windows color (decimal): -689033 or 7830773. OLE color: 7830773.

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

Color convert

RGB245124119-
CMYK00.490.510.04
HSL2.38º86.3%71.37%-
HSV(B)2.38º51.43%96.08%-
XYZ48.1935.1621.7-
YUV159.61105.09188.91-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 50.20%
GREEN value IS 124 (48.83% from 255) = 25.41%
BLUE value IS 119 (46.88% from 255) = 24.39%
R=50.20%
G=25.41%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.51
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512411900.490.510.042.3886.371.37
HexF57C7703133425647
Octal3651741670616342126107
Binary111101011111100111011101100011100111001010101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57C77; }

 p { color: rgb(245,124,119); }

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

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

 a { background-color: rgb(245,124,119); }

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

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

 span { border-color: rgb(245,124,119); }

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