#F58271

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

Shades of Salmon #F58271

Tints of Salmon #F58271

Color information

#F58271 (or 0xF58271) is unknown color: approx Salmon. HEX triplet: F5, 82 and 71. RGB value is (245,130,113). Sum of RGB (Red+Green+Blue) = 245+130+113=488 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.20% from 488); Green value is 130 (51.17% from 255 or 26.64% from 488); Blue value is 113 (44.53% from 255 or 23.16% from 488); Max value from RGB is 245 - color contains mainly: red. Hex color #F58271 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58271 is #0A7D8E. Grayscale: #A2A2A2. Windows color (decimal): -687503 or 7439093. OLE color: 7439093.

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

Color convert

RGB245130113-
CMYK00.470.540.04
HSL7.73º86.84%70.2%-
HSV(B)7.73º53.88%96.08%-
XYZ48.6236.5720.12-
YUV162.45100.1186.88-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 50.20%
GREEN value IS 130 (51.17% from 255) = 26.64%
BLUE value IS 113 (44.53% from 255) = 23.16%
R=50.20%
G=26.64%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.54
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24513011300.470.540.047.7386.8470.2
HexF5827102F36485746
Octal36520216105766410127106
Binary111101011000001011100010101111110110100100010101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58271; }

 p { color: rgb(245,130,113); }

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

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

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

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

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

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

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