#F57674

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

Shades of Salmon #F57674

Tints of Salmon #F57674

Color information

#F57674 (or 0xF57674) is unknown color: approx Salmon. HEX triplet: F5, 76 and 74. RGB value is (245,118,116). Sum of RGB (Red+Green+Blue) = 245+118+116=479 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.15% from 479); Green value is 118 (46.48% from 255 or 24.63% from 479); Blue value is 116 (45.70% from 255 or 24.22% from 479); Max value from RGB is 245 - color contains mainly: red. Hex color #F57674 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57674 is #0A898B. Grayscale: #9B9B9B. Windows color (decimal): -690572 or 7632629. OLE color: 7632629.

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

Color convert

RGB245118116-
CMYK00.520.530.04
HSL0.93º86.58%70.78%-
HSV(B)0.93º52.65%96.08%-
XYZ47.2933.6320.52-
YUV155.74105.58191.66-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 51.15%
GREEN value IS 118 (46.48% from 255) = 24.63%
BLUE value IS 116 (45.70% from 255) = 24.22%
R=51.15%
G=24.63%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.53
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24511811600.520.530.040.9386.5870.78
HexF5767403435415747
Octal3651661640646541127107
Binary11110101111011011101000110100110101100110101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57674; }

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

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

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

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

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

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

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

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