#F57472

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

Shades of Salmon #F57472

Tints of Salmon #F57472

Color information

#F57472 (or 0xF57472) is unknown color: approx Salmon. HEX triplet: F5, 74 and 72. RGB value is (245,116,114). Sum of RGB (Red+Green+Blue) = 245+116+114=475 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.58% from 475); Green value is 116 (45.70% from 255 or 24.42% from 475); Blue value is 114 (44.92% from 255 or 24% from 475); Max value from RGB is 245 - color contains mainly: red. Hex color #F57472 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57472 is #0A8B8D. Grayscale: #9A9A9A. Windows color (decimal): -691086 or 7501045. OLE color: 7501045.

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

Color convert

RGB245116114-
CMYK00.530.530.04
HSL0.92º86.75%70.39%-
HSV(B)0.92º53.47%96.08%-
XYZ46.9433.1219.84-
YUV154.34105.24192.66-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 51.58%
GREEN value IS 116 (45.70% from 255) = 24.42%
BLUE value IS 114 (44.92% from 255) = 24%
R=51.58%
G=24.42%
B=24%

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
Decimal24511611400.530.530.040.9286.7570.39
HexF5747203535415746
Octal3651641620656541127106
Binary11110101111010011100100110101110101100110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57472; }

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

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

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

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

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

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

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

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