#F57474

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

Shades of Salmon #F57474

Tints of Salmon #F57474

Color information

#F57474 (or 0xF57474) is unknown color: approx Salmon. HEX triplet: F5, 74 and 74. RGB value is (245,116,116). Sum of RGB (Red+Green+Blue) = 245+116+116=477 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.36% from 477); Green value is 116 (45.70% from 255 or 24.32% from 477); Blue value is 116 (45.70% from 255 or 24.32% from 477); Max value from RGB is 245 - color contains mainly: red. Hex color #F57474 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57474 is #0A8B8B. Grayscale: #9A9A9A. Windows color (decimal): -691084 or 7632117. OLE color: 7632117.

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

Color convert

RGB245116116-
CMYK00.530.530.04
HSL86.58%70.78%-
HSV(B)52.65%96.08%-
XYZ47.0533.1620.44-
YUV154.57106.24192.5-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 51.36%
GREEN value IS 116 (45.70% from 255) = 24.32%
BLUE value IS 116 (45.70% from 255) = 24.32%
R=51.36%
G=24.32%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.53
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24511611600.530.530.04086.5870.78
HexF5747403535405747
Octal3651641640656540127107
Binary11110101111010011101000110101110101100010101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57474; }

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

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

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

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

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

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

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

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