#F18A77

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

Shades of Salmon #F18A77

Tints of Salmon #F18A77

Color information

#F18A77 (or 0xF18A77) is unknown color: approx Salmon. HEX triplet: F1, 8A and 77. RGB value is (241,138,119). Sum of RGB (Red+Green+Blue) = 241+138+119=498 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.39% from 498); Green value is 138 (54.30% from 255 or 27.71% from 498); Blue value is 119 (46.88% from 255 or 23.90% from 498); Max value from RGB is 241 - color contains mainly: red. Hex color #F18A77 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18A77 is #0E7588. Grayscale: #A6A6A6. Windows color (decimal): -947593 or 7834353. OLE color: 7834353.

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

Color convert

RGB241138119-
CMYK00.430.510.05
HSL9.34º81.33%70.59%-
HSV(B)9.34º50.62%94.51%-
XYZ48.6938.2122.26-
YUV166.63101.12181.04-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.39%
GREEN value IS 138 (54.30% from 255) = 27.71%
BLUE value IS 119 (46.88% from 255) = 23.90%
R=48.39%
G=27.71%
B=23.90%

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
Decimal24113811900.430.510.059.3481.3370.59
HexF18A7702B33595147
Octal36121216705363511121107
Binary111100011000101011101110101011110011101100110100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18A77; }

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

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

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

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

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

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

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

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