#F57F76

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

Shades of Salmon #F57F76

Tints of Salmon #F57F76

Color information

#F57F76 (or 0xF57F76) is unknown color: approx Salmon. HEX triplet: F5, 7F and 76. RGB value is (245,127,118). Sum of RGB (Red+Green+Blue) = 245+127+118=490 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50% from 490); Green value is 127 (50% from 255 or 25.92% from 490); Blue value is 118 (46.48% from 255 or 24.08% from 490); Max value from RGB is 245 - color contains mainly: red. Hex color #F57F76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57F76 is #0A8089. Grayscale: #A1A1A1. Windows color (decimal): -688266 or 7766005. OLE color: 7766005.

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

Color convert

RGB245127118-
CMYK00.480.520.04
HSL4.25º86.39%71.18%-
HSV(B)4.25º51.84%96.08%-
XYZ48.5235.921.51-
YUV161.26103.59187.73-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 50%
GREEN value IS 127 (50% from 255) = 25.92%
BLUE value IS 118 (46.48% from 255) = 24.08%
R=50%
G=25.92%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512711800.480.520.044.2586.3971.18
HexF57F7603034445647
Octal3651771660606444126107
Binary1111010111111111110110011000011010010010010101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57F76; }

 p { color: rgb(245,127,118); }

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

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

 a { background-color: rgb(245,127,118); }

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

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

 span { border-color: rgb(245,127,118); }

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