#F57F6C

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

Shades of Salmon #F57F6C

Tints of Salmon #F57F6C

Color information

#F57F6C (or 0xF57F6C) is unknown color: approx Salmon. HEX triplet: F5, 7F and 6C. RGB value is (245,127,108). Sum of RGB (Red+Green+Blue) = 245+127+108=480 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.04% from 480); Green value is 127 (50% from 255 or 26.46% from 480); Blue value is 108 (42.58% from 255 or 22.5% from 480); Max value from RGB is 245 - color contains mainly: red. Hex color #F57F6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57F6C is #0A8093. Grayscale: #A0A0A0. Windows color (decimal): -688276 or 7110645. OLE color: 7110645.

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

Color convert

RGB245127108-
CMYK00.480.560.04
HSL8.32º87.26%69.22%-
HSV(B)8.32º55.92%96.08%-
XYZ47.9535.6718.55-
YUV160.1298.59188.54-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 51.04%
GREEN value IS 127 (50% from 255) = 26.46%
BLUE value IS 108 (42.58% from 255) = 22.5%
R=51.04%
G=26.46%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.56
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512710800.480.560.048.3287.2669.22
HexF57F6C03038485745
Octal36517715406070410127105
Binary11110101111111111011000110000111000100100010101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57F6C; }

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

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

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

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

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

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

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

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