#F68579

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

Shades of Salmon #F68579

Tints of Salmon #F68579

Color information

#F68579 (or 0xF68579) is unknown color: approx Salmon. HEX triplet: F6, 85 and 79. RGB value is (246,133,121). Sum of RGB (Red+Green+Blue) = 246+133+121=500 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.2% from 500); Green value is 133 (52.34% from 255 or 26.6% from 500); Blue value is 121 (47.66% from 255 or 24.2% from 500); Max value from RGB is 246 - color contains mainly: red. Hex color #F68579 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68579 is #097A86. Grayscale: #A5A5A5. Windows color (decimal): -621191 or 7964150. OLE color: 7964150.

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

Color convert

RGB246133121-
CMYK00.460.510.04
HSL5.76º87.41%71.96%-
HSV(B)5.76º50.81%96.47%-
XYZ49.8437.7522.75-
YUV165.42102.94185.48-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 49.2%
GREEN value IS 133 (52.34% from 255) = 26.6%
BLUE value IS 121 (47.66% from 255) = 24.2%
R=49.2%
G=26.6%
B=24.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.51
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24613312100.460.510.045.7687.4171.96
HexF6857902E33465748
Octal3662051710566346127110
Binary11110110100001011111001010111011001110011010101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F68579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F68579; }

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

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

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

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

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

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

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

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