#F6776F

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

Shades of Salmon #F6776F

Tints of Salmon #F6776F

Color information

#F6776F (or 0xF6776F) is unknown color: approx Salmon. HEX triplet: F6, 77 and 6F. RGB value is (246,119,111). Sum of RGB (Red+Green+Blue) = 246+119+111=476 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.68% from 476); Green value is 119 (46.88% from 255 or 25% from 476); Blue value is 111 (43.75% from 255 or 23.32% from 476); Max value from RGB is 246 - color contains mainly: red. Hex color #F6776F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6776F is #098890. Grayscale: #9C9C9C. Windows color (decimal): -624785 or 7305206. OLE color: 7305206.

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

Color convert

RGB246119111-
CMYK00.520.550.04
HSL3.56º88.24%70%-
HSV(B)3.56º54.88%96.47%-
XYZ47.4733.9319.09-
YUV156.06102.58192.15-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 51.68%
GREEN value IS 119 (46.88% from 255) = 25%
BLUE value IS 111 (43.75% from 255) = 23.32%
R=51.68%
G=25%
B=23.32%

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
Decimal24611911100.520.550.043.5688.2470
HexF6776F03437445846
Octal3661671570646744130106
Binary1111011011101111101111011010011011110010010110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6776F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6776F; }

 p { color: rgb(246,119,111); }

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

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

 a { background-color: rgb(246,119,111); }

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

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

 span { border-color: rgb(246,119,111); }

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