#f57b76

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

Shades of Salmon #F57B76

Tints of Salmon #F57B76

Color information

#F57B76 (or 0xF57B76) is unknown color: approx Salmon. HEX triplet: F5, 7B and 76. RGB value is (245,123,118). Sum of RGB (Red+Green+Blue) = 245+123+118=486 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.41% from 486); Green value is 123 (48.44% from 255 or 25.31% from 486); Blue value is 118 (46.48% from 255 or 24.28% from 486); Max value from RGB is 245 - color contains mainly: red. Hex color #F57B76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57B76 is #0A8489. Grayscale: #9F9F9F. Windows color (decimal): -689290 or 7764981. OLE color: 7764981.

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

Color convert

RGB245123118-
CMYK00.500.520.04
HSL2.36º86.39%71.18%-
HSV(B)2.36º51.84%96.08%-
XYZ48.0134.8921.34-
YUV158.91104.92189.41-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 50.41%
GREEN value IS 123 (48.44% from 255) = 25.31%
BLUE value IS 118 (46.48% from 255) = 24.28%
R=50.41%
G=25.31%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512311800.500.520.042.3686.3971.18
HexF57B7603234425647
Octal3651731660626442126107
Binary111101011111011111011001100101101001001010101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f57b76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f57b76; }

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

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

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

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

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

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

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

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