#F68075

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

Shades of Salmon #F68075

Tints of Salmon #F68075

Color information

#F68075 (or 0xF68075) is unknown color: approx Salmon. HEX triplet: F6, 80 and 75. RGB value is (246,128,117). Sum of RGB (Red+Green+Blue) = 246+128+117=491 (65% of max value = 765). Red value is 246 (96.48% from 255 or 50.10% from 491); Green value is 128 (50.39% from 255 or 26.07% from 491); Blue value is 117 (46.09% from 255 or 23.83% from 491); Max value from RGB is 246 - color contains mainly: red. Hex color #F68075 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68075 is #097F8A. Grayscale: #A2A2A2. Windows color (decimal): -622475 or 7700726. OLE color: 7700726.

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

Color convert

RGB246128117-
CMYK00.480.520.04
HSL5.12º87.76%71.18%-
HSV(B)5.12º52.44%96.47%-
XYZ48.9436.3221.26-
YUV162.03102.59187.89-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 50.10%
GREEN value IS 128 (50.39% from 255) = 26.07%
BLUE value IS 117 (46.09% from 255) = 23.83%
R=50.10%
G=26.07%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24612811700.480.520.045.1287.7671.18
HexF6807503034455847
Octal3662001650606445130107
Binary11110110100000001110101011000011010010010110110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F68075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F68075; }

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

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

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

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

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

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

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

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