#F6766E

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

Shades of Salmon #F6766E

Tints of Salmon #F6766E

Color information

#F6766E (or 0xF6766E) is unknown color: approx Salmon. HEX triplet: F6, 76 and 6E. RGB value is (246,118,110). Sum of RGB (Red+Green+Blue) = 246+118+110=474 (62% of max value = 765). Red value is 246 (96.48% from 255 or 51.90% from 474); Green value is 118 (46.48% from 255 or 24.89% from 474); Blue value is 110 (43.36% from 255 or 23.21% from 474); Max value from RGB is 246 - color contains mainly: red. Hex color #F6766E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6766E is #098991. Grayscale: #9B9B9B. Windows color (decimal): -625042 or 7239414. OLE color: 7239414.

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

Color convert

RGB246118110-
CMYK00.520.550.04
HSL3.53º88.31%69.8%-
HSV(B)3.53º55.28%96.47%-
XYZ47.333.6818.76-
YUV155.36102.41192.65-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 51.90%
GREEN value IS 118 (46.48% from 255) = 24.89%
BLUE value IS 110 (43.36% from 255) = 23.21%
R=51.90%
G=24.89%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.55
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24611811000.520.550.043.5388.3169.8
HexF6766E03437445846
Octal3661661560646744130106
Binary1111011011101101101110011010011011110010010110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6766E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6766E; }

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

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

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

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

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

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

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

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