#F68A76

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

Shades of Salmon #F68A76

Tints of Salmon #F68A76

Color information

#F68A76 (or 0xF68A76) is unknown color: approx Salmon. HEX triplet: F6, 8A and 76. RGB value is (246,138,118). Sum of RGB (Red+Green+Blue) = 246+138+118=502 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.00% from 502); Green value is 138 (54.30% from 255 or 27.49% from 502); Blue value is 118 (46.48% from 255 or 23.51% from 502); Max value from RGB is 246 - color contains mainly: red. Hex color #F68A76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68A76 is #097589. Grayscale: #A8A8A8. Windows color (decimal): -619914 or 7768822. OLE color: 7768822.

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

Color convert

RGB246138118-
CMYK00.440.520.04
HSL9.38º87.67%71.37%-
HSV(B)9.38º52.03%96.47%-
XYZ50.3639.0822.03-
YUV168.0199.78183.63-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 49.00%
GREEN value IS 138 (54.30% from 255) = 27.49%
BLUE value IS 118 (46.48% from 255) = 23.51%
R=49.00%
G=27.49%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24613811800.440.520.049.3887.6771.37
HexF68A7602C34495847
Octal36621216605464411130107
Binary111101101000101011101100101100110100100100110110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F68A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F68A76; }

 p { color: rgb(246,138,118); }

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

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

 a { background-color: rgb(246,138,118); }

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

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

 span { border-color: rgb(246,138,118); }

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