#F68179

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

Shades of Salmon #F68179

Tints of Salmon #F68179

Color information

#F68179 (or 0xF68179) is unknown color: approx Salmon. HEX triplet: F6, 81 and 79. RGB value is (246,129,121). Sum of RGB (Red+Green+Blue) = 246+129+121=496 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.60% from 496); Green value is 129 (50.78% from 255 or 26.01% from 496); Blue value is 121 (47.66% from 255 or 24.40% from 496); Max value from RGB is 246 - color contains mainly: red. Hex color #F68179 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68179 is #097E86. Grayscale: #A3A3A3. Windows color (decimal): -622215 or 7963126. OLE color: 7963126.

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

Color convert

RGB246129121-
CMYK00.480.510.04
HSL3.84º87.41%71.96%-
HSV(B)3.84º50.81%96.47%-
XYZ49.3136.6722.57-
YUV163.07104.26187.15-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 49.60%
GREEN value IS 129 (50.78% from 255) = 26.01%
BLUE value IS 121 (47.66% from 255) = 24.40%
R=49.60%
G=26.01%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.51
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24612912100.480.510.043.8487.4171.96
HexF6817903033445748
Octal3662011710606344127110
Binary11110110100000011111001011000011001110010010101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F68179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F68179; }

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

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

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

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

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

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

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

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