Shades of Salmon #F6796D
Tints of Salmon #F6796D
RGB
CMYK
RGB Variations
Color information
#F6796D (or 0xF6796D) is known color: Salmon. HEX triplet: F6, 79 and 6D. RGB value is (246,121,109). Sum of RGB (Red+Green+Blue) = 246+121+109=476 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.68% from 476); Green value is 121 (47.66% from 255 or 25.42% from 476); Blue value is 109 (42.97% from 255 or 22.90% from 476); Max value from RGB is 246 - color contains mainly: red. Hex color #F6796D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6796D is #098692. Grayscale: #9D9D9D. Windows color (decimal): -624275 or 7174646. OLE color: 7174646.
HSL color Cylindrical-coordinate representation of color #F6796D: hue angle of 5.26º 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 #F6796D is Cyan = 0, Magento = 0.51, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 121 | 109 | - |
| CMYK | 0 | 0.51 | 0.56 | 0.04 |
| HSL | 5.26º | 0.88% | 0.7% | - |
| HSV(B) | 5.26º | 0.56% | 0.96% | - |
| XYZ | 47.6 | 34.37 | 18.59 | - |
| YUV | 157.01 | 100.91 | 191.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 121 | 109 | 0 | 0.51 | 0.56 | 0.04 | 5.26 | 0.88 | 0.7 |
| Hex | F6 | 79 | 6D | 0 | 33 | 38 | 4 | 5 | 58 | 46 |
| Octal | 366 | 171 | 155 | 0 | 63 | 70 | 4 | 5 | 130 | 106 |
| Binary | 11110110 | 1111001 | 1101101 | 0 | 110011 | 111000 | 100 | 101 | 1011000 | 1000110 |
Color Harmonies of #F6796D
Complementary color
Monochromatic Colors of #F6796D
Black with #F6796D
Text Example
Text Example
White with #F6796D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6796D; }
p { color: rgb(246,121,109); }
H1.HeaderClassName
{
color: #F6796D;
}
.AnyTagClassName
{
color: #F6796D;
}
</style>
background-color css
<style>
a { background-color: #F6796D; }
a { background-color: rgb(246,121,109); }
div.DivClassName
{
background-color: #F6796D;
}
.BgClassName
{
background-color: #F6796D;
}
</style>
border-color css
<style>
span { border-color: #F6796D; }
span { border-color: rgb(246,121,109); }
td.TdClassName
{
border-color: #F6796D;
}
.TagClassName
{
border-color: #F6796D;
}
</style>