#F68E75

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

Shades of Salmon #F68E75

Tints of Salmon #F68E75

Color information

#F68E75 (or 0xF68E75) is unknown color: approx Salmon. HEX triplet: F6, 8E and 75. RGB value is (246,142,117). Sum of RGB (Red+Green+Blue) = 246+142+117=505 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.71% from 505); Green value is 142 (55.86% from 255 or 28.12% from 505); Blue value is 117 (46.09% from 255 or 23.17% from 505); Max value from RGB is 246 - color contains mainly: red. Hex color #F68E75 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68E75 is #09718A. Grayscale: #AAAAAA. Windows color (decimal): -618891 or 7704310. OLE color: 7704310.

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

Color convert

RGB246142117-
CMYK00.420.520.04
HSL11.63º87.76%71.18%-
HSV(B)11.63º52.44%96.47%-
XYZ50.8940.2221.91-
YUV170.2597.96182.03-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 48.71%
GREEN value IS 142 (55.86% from 255) = 28.12%
BLUE value IS 117 (46.09% from 255) = 23.17%
R=48.71%
G=28.12%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24614211700.420.520.0411.6387.7671.18
HexF68E7502A344c5847
Octal36621616505264414130107
Binary111101101000111011101010101010110100100110010110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F68E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F68E75; }

 p { color: rgb(246,142,117); }

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

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

 a { background-color: rgb(246,142,117); }

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

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

 span { border-color: rgb(246,142,117); }

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