#F18A76

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

Shades of Salmon #F18A76

Tints of Salmon #F18A76

Color information

#F18A76 (or 0xF18A76) is unknown color: approx Salmon. HEX triplet: F1, 8A and 76. RGB value is (241,138,118). Sum of RGB (Red+Green+Blue) = 241+138+118=497 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.49% from 497); Green value is 138 (54.30% from 255 or 27.77% from 497); Blue value is 118 (46.48% from 255 or 23.74% from 497); Max value from RGB is 241 - color contains mainly: red. Hex color #F18A76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18A76 is #0E7589. Grayscale: #A6A6A6. Windows color (decimal): -947594 or 7768817. OLE color: 7768817.

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

Color convert

RGB241138118-
CMYK00.430.510.05
HSL9.76º81.46%70.39%-
HSV(B)9.76º51.04%94.51%-
XYZ48.6338.1921.95-
YUV166.52100.62181.13-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.49%
GREEN value IS 138 (54.30% from 255) = 27.77%
BLUE value IS 118 (46.48% from 255) = 23.74%
R=48.49%
G=27.77%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113811800.430.510.059.7681.4670.39
HexF18A7602B335a5146
Octal36121216605363512121106
Binary111100011000101011101100101011110011101101010100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18A76; }

 p { color: rgb(241,138,118); }

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

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

 a { background-color: rgb(241,138,118); }

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

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

 span { border-color: rgb(241,138,118); }

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