Shades of Salmon #F6736D
Tints of Salmon #F6736D
RGB
CMYK
RGB Variations
Color information
#F6736D (or 0xF6736D) is known color: Salmon. HEX triplet: F6, 73 and 6D. RGB value is (246,115,109). Sum of RGB (Red+Green+Blue) = 246+115+109=470 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.34% from 470); Green value is 115 (45.31% from 255 or 24.47% from 470); Blue value is 109 (42.97% from 255 or 23.19% from 470); Max value from RGB is 246 - color contains mainly: red. Hex color #F6736D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6736D is #098C92. Grayscale: #999999. Windows color (decimal): -625811 or 7173110. OLE color: 7173110.
HSL color Cylindrical-coordinate representation of color #F6736D: hue angle of 2.63º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F6736D is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 115 | 109 | - |
| CMYK | 0 | 0.53 | 0.56 | 0.04 |
| HSL | 2.63º | 0.88% | 0.7% | - |
| HSV(B) | 2.63º | 0.56% | 0.96% | - |
| XYZ | 46.9 | 32.96 | 18.36 | - |
| YUV | 153.49 | 102.9 | 193.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 115 | 109 | 0 | 0.53 | 0.56 | 0.04 | 2.63 | 0.88 | 0.7 |
| Hex | F6 | 73 | 6D | 0 | 35 | 38 | 4 | 3 | 58 | 46 |
| Octal | 366 | 163 | 155 | 0 | 65 | 70 | 4 | 3 | 130 | 106 |
| Binary | 11110110 | 1110011 | 1101101 | 0 | 110101 | 111000 | 100 | 11 | 1011000 | 1000110 |
Color Harmonies of #F6736D
Complementary color
Monochromatic Colors of #F6736D
Black with #F6736D
Text Example
Text Example
White with #F6736D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6736D; }
p { color: rgb(246,115,109); }
H1.HeaderClassName
{
color: #F6736D;
}
.AnyTagClassName
{
color: #F6736D;
}
</style>
background-color css
<style>
a { background-color: #F6736D; }
a { background-color: rgb(246,115,109); }
div.DivClassName
{
background-color: #F6736D;
}
.BgClassName
{
background-color: #F6736D;
}
</style>
border-color css
<style>
span { border-color: #F6736D; }
span { border-color: rgb(246,115,109); }
td.TdClassName
{
border-color: #F6736D;
}
.TagClassName
{
border-color: #F6736D;
}
</style>