#F68164

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

Shades of Salmon #F68164

Tints of Salmon #F68164

Color information

#F68164 (or 0xF68164) is unknown color: approx Salmon. HEX triplet: F6, 81 and 64. RGB value is (246,129,100). Sum of RGB (Red+Green+Blue) = 246+129+100=475 (62% of max value = 765). Red value is 246 (96.48% from 255 or 51.79% from 475); Green value is 129 (50.78% from 255 or 27.16% from 475); Blue value is 100 (39.45% from 255 or 21.05% from 475); Max value from RGB is 246 - color contains mainly: red. Hex color #F68164 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68164 is #097E9B. Grayscale: #A0A0A0. Windows color (decimal): -622236 or 6586870. OLE color: 6586870.

HSL color Cylindrical-coordinate representation of color #F68164: hue angle of 11.92º 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 #F68164 is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB246129100-
CMYK00.480.590.04
HSL11.92º89.02%67.84%-
HSV(B)11.92º59.35%96.47%-
XYZ48.1636.2116.51-
YUV160.6893.76188.86-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 51.79%
GREEN value IS 129 (50.78% from 255) = 27.16%
BLUE value IS 100 (39.45% from 255) = 21.05%
R=51.79%
G=27.16%
B=21.05%

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
Decimal24612910000.480.590.0411.9289.0267.84
HexF681640303B4c5944
Octal36620114406073414131104
Binary111101101000000111001000110000111011100110010110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F68164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F68164; }

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

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

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

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

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

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

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

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