#F57B6E

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

Shades of Salmon #F57B6E

Tints of Salmon #F57B6E

Color information

#F57B6E (or 0xF57B6E) is unknown color: approx Salmon. HEX triplet: F5, 7B and 6E. RGB value is (245,123,110). Sum of RGB (Red+Green+Blue) = 245+123+110=478 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.26% from 478); Green value is 123 (48.44% from 255 or 25.73% from 478); Blue value is 110 (43.36% from 255 or 23.01% from 478); Max value from RGB is 245 - color contains mainly: red. Hex color #F57B6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57B6E is #0A8491. Grayscale: #9E9E9E. Windows color (decimal): -689298 or 7240693. OLE color: 7240693.

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

Color convert

RGB245123110-
CMYK00.500.550.04
HSL5.78º87.1%69.61%-
HSV(B)5.78º55.1%96.08%-
XYZ47.5534.718.94-
YUV158100.92190.06-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 51.26%
GREEN value IS 123 (48.44% from 255) = 25.73%
BLUE value IS 110 (43.36% from 255) = 23.01%
R=51.26%
G=25.73%
B=23.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.55
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512311000.500.550.045.7887.169.61
HexF57B6E03237465746
Octal3651731560626746127106
Binary1111010111110111101110011001011011110011010101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57B6E; }

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

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

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

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

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

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

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

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