#F18071

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

Shades of Salmon #F18071

Tints of Salmon #F18071

Color information

#F18071 (or 0xF18071) is unknown color: approx Salmon. HEX triplet: F1, 80 and 71. RGB value is (241,128,113). Sum of RGB (Red+Green+Blue) = 241+128+113=482 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50% from 482); Green value is 128 (50.39% from 255 or 26.56% from 482); Blue value is 113 (44.53% from 255 or 23.44% from 482); Max value from RGB is 241 - color contains mainly: red. Hex color #F18071 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18071 is #0E7F8E. Grayscale: #A0A0A0. Windows color (decimal): -950159 or 7438577. OLE color: 7438577.

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

Color convert

RGB241128113-
CMYK00.470.530.05
HSL7.03º82.05%69.41%-
HSV(B)7.03º53.11%94.51%-
XYZ46.9835.3319.97-
YUV160.08101.44185.72-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50%
GREEN value IS 128 (50.39% from 255) = 26.56%
BLUE value IS 113 (44.53% from 255) = 23.44%
R=50%
G=26.56%
B=23.44%

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
Decimal24112811300.470.530.057.0382.0569.41
HexF1807102F35575245
Octal3612001610576557122105
Binary11110001100000001110001010111111010110111110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18071; }

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

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

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

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

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

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

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

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