#F58166

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

Shades of Salmon #F58166

Tints of Salmon #F58166

Color information

#F58166 (or 0xF58166) is unknown color: approx Salmon. HEX triplet: F5, 81 and 66. RGB value is (245,129,102). Sum of RGB (Red+Green+Blue) = 245+129+102=476 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.47% from 476); Green value is 129 (50.78% from 255 or 27.10% from 476); Blue value is 102 (40.23% from 255 or 21.43% from 476); Max value from RGB is 245 - color contains mainly: red. Hex color #F58166 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58166 is #0A7E99. Grayscale: #A0A0A0. Windows color (decimal): -687770 or 6717941. OLE color: 6717941.

HSL color Cylindrical-coordinate representation of color #F58166: hue angle of 11.33º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F58166 is Cyan = 0, Magento = 0.47, Yellow = 0.58 and Black (K on CMYK) = 0.04.

Color convert

RGB245129102-
CMYK00.470.580.04
HSL11.33º87.73%68.04%-
HSV(B)11.33º58.37%96.08%-
XYZ47.936.0717.01-
YUV160.6194.93188.2-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 51.47%
GREEN value IS 129 (50.78% from 255) = 27.10%
BLUE value IS 102 (40.23% from 255) = 21.43%
R=51.47%
G=27.10%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.58
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512910200.470.580.0411.3387.7368.04
HexF5816602F3A4b5844
Octal36520114605772413130104
Binary111101011000000111001100101111111010100101110110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58166; }

 p { color: rgb(245,129,102); }

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

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

 a { background-color: rgb(245,129,102); }

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

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

 span { border-color: rgb(245,129,102); }

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