#F38071

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

Shades of Salmon #F38071

Tints of Salmon #F38071

Color information

#F38071 (or 0xF38071) is unknown color: approx Salmon. HEX triplet: F3, 80 and 71. RGB value is (243,128,113). Sum of RGB (Red+Green+Blue) = 243+128+113=484 (64% of max value = 765). Red value is 243 (95.31% from 255 or 50.21% from 484); Green value is 128 (50.39% from 255 or 26.45% from 484); Blue value is 113 (44.53% from 255 or 23.35% from 484); Max value from RGB is 243 - color contains mainly: red. Hex color #F38071 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38071 is #0C7F8E. Grayscale: #A0A0A0. Windows color (decimal): -819087 or 7438579. OLE color: 7438579.

HSL color Cylindrical-coordinate representation of color #F38071: hue angle of 6.92º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F38071 is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB243128113-
CMYK00.470.530.05
HSL6.92º84.42%69.8%-
HSV(B)6.92º53.5%95.29%-
XYZ47.6635.6920-
YUV160.68101.1186.72-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 50.21%
GREEN value IS 128 (50.39% from 255) = 26.45%
BLUE value IS 113 (44.53% from 255) = 23.35%
R=50.21%
G=26.45%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24312811300.470.530.056.9284.4269.8
HexF3807102F35575446
Octal3632001610576557124106
Binary11110011100000001110001010111111010110111110101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38071; }

 p { color: rgb(243,128,113); }

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

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

 a { background-color: rgb(243,128,113); }

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

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

 span { border-color: rgb(243,128,113); }

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