#F68166

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

Shades of Salmon #F68166

Tints of Salmon #F68166

Color information

#F68166 (or 0xF68166) is unknown color: approx Salmon. HEX triplet: F6, 81 and 66. RGB value is (246,129,102). Sum of RGB (Red+Green+Blue) = 246+129+102=477 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.57% from 477); Green value is 129 (50.78% from 255 or 27.04% from 477); Blue value is 102 (40.23% from 255 or 21.38% from 477); Max value from RGB is 246 - color contains mainly: red. Hex color #F68166 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68166 is #097E99. Grayscale: #A1A1A1. Windows color (decimal): -622234 or 6717942. OLE color: 6717942.

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

Color convert

RGB246129102-
CMYK00.480.590.04
HSL11.25º88.89%68.24%-
HSV(B)11.25º58.54%96.47%-
XYZ48.2536.2517.02-
YUV160.994.76188.7-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 51.57%
GREEN value IS 129 (50.78% from 255) = 27.04%
BLUE value IS 102 (40.23% from 255) = 21.38%
R=51.57%
G=27.04%
B=21.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.59
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24612910200.480.590.0411.2588.8968.24
HexF681660303B4b5944
Octal36620114606073413131104
Binary111101101000000111001100110000111011100101110110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F68166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F68166; }

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

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

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

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

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

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

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

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