#f6736b

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

Shades of Salmon #F6736B

Tints of Salmon #F6736B

Color information

#F6736B (or 0xF6736B) is unknown color: approx Salmon. HEX triplet: F6, 73 and 6B. RGB value is (246,115,107). Sum of RGB (Red+Green+Blue) = 246+115+107=468 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.56% from 468); Green value is 115 (45.31% from 255 or 24.57% from 468); Blue value is 107 (42.19% from 255 or 22.86% from 468); Max value from RGB is 246 - color contains mainly: red. Hex color #F6736B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6736B is #098C94. Grayscale: #999999. Windows color (decimal): -625813 or 7042038. OLE color: 7042038.

HSL color Cylindrical-coordinate representation of color #F6736B: hue angle of 3.45º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F6736B is Cyan = 0, Magento = 0.53, Yellow = 0.57 and Black (K on CMYK) = 0.04.

Color convert

RGB246115107-
CMYK00.530.570.04
HSL3.45º88.54%69.22%-
HSV(B)3.45º56.5%96.47%-
XYZ46.7932.9217.8-
YUV153.26101.9194.15-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 52.56%
GREEN value IS 115 (45.31% from 255) = 24.57%
BLUE value IS 107 (42.19% from 255) = 22.86%
R=52.56%
G=24.57%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.57
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24611510700.530.570.043.4588.5469.22
HexF6736B03539435945
Octal3661631530657143131105
Binary111101101110011110101101101011110011001110110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f6736b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f6736b; }

 p { color: rgb(246,115,107); }

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

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

 a { background-color: rgb(246,115,107); }

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

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

 span { border-color: rgb(246,115,107); }

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