#F58971

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

Shades of Salmon #F58971

Tints of Salmon #F58971

Color information

#F58971 (or 0xF58971) is unknown color: approx Salmon. HEX triplet: F5, 89 and 71. RGB value is (245,137,113). Sum of RGB (Red+Green+Blue) = 245+137+113=495 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.49% from 495); Green value is 137 (53.91% from 255 or 27.68% from 495); Blue value is 113 (44.53% from 255 or 22.83% from 495); Max value from RGB is 245 - color contains mainly: red. Hex color #F58971 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58971 is #0A768E. Grayscale: #A6A6A6. Windows color (decimal): -685711 or 7440885. OLE color: 7440885.

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

Color convert

RGB245137113-
CMYK00.440.540.04
HSL10.91º86.84%70.2%-
HSV(B)10.91º53.88%96.08%-
XYZ49.5838.520.44-
YUV166.5697.78183.95-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 49.49%
GREEN value IS 137 (53.91% from 255) = 27.68%
BLUE value IS 113 (44.53% from 255) = 22.83%
R=49.49%
G=27.68%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.54
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24513711300.440.540.0410.9186.8470.2
HexF5897102C364b5746
Octal36521116105466413127106
Binary111101011000100111100010101100110110100101110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58971; }

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

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

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

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

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

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

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

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