Shades of Salmon #F6766D
Tints of Salmon #F6766D
RGB
CMYK
RGB Variations
Color information
#F6766D (or 0xF6766D) is known color: Salmon. HEX triplet: F6, 76 and 6D. RGB value is (246,118,109). Sum of RGB (Red+Green+Blue) = 246+118+109=473 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.01% from 473); Green value is 118 (46.48% from 255 or 24.95% from 473); Blue value is 109 (42.97% from 255 or 23.04% from 473); Max value from RGB is 246 - color contains mainly: red. Hex color #F6766D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6766D is #098992. Grayscale: #9B9B9B. Windows color (decimal): -625043 or 7173878. OLE color: 7173878.
HSL color Cylindrical-coordinate representation of color #F6766D: hue angle of 3.94º 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 #F6766D is Cyan = 0, Magento = 0.52, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 118 | 109 | - |
| CMYK | 0 | 0.52 | 0.56 | 0.04 |
| HSL | 3.94º | 0.88% | 0.7% | - |
| HSV(B) | 3.94º | 0.56% | 0.96% | - |
| XYZ | 47.24 | 33.65 | 18.47 | - |
| YUV | 155.25 | 101.91 | 192.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 118 | 109 | 0 | 0.52 | 0.56 | 0.04 | 3.94 | 0.88 | 0.7 |
| Hex | F6 | 76 | 6D | 0 | 34 | 38 | 4 | 4 | 58 | 46 |
| Octal | 366 | 166 | 155 | 0 | 64 | 70 | 4 | 4 | 130 | 106 |
| Binary | 11110110 | 1110110 | 1101101 | 0 | 110100 | 111000 | 100 | 100 | 1011000 | 1000110 |
Color Harmonies of #F6766D
Complementary color
Monochromatic Colors of #F6766D
Black with #F6766D
Text Example
Text Example
White with #F6766D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6766D; }
p { color: rgb(246,118,109); }
H1.HeaderClassName
{
color: #F6766D;
}
.AnyTagClassName
{
color: #F6766D;
}
</style>
background-color css
<style>
a { background-color: #F6766D; }
a { background-color: rgb(246,118,109); }
div.DivClassName
{
background-color: #F6766D;
}
.BgClassName
{
background-color: #F6766D;
}
</style>
border-color css
<style>
span { border-color: #F6766D; }
span { border-color: rgb(246,118,109); }
td.TdClassName
{
border-color: #F6766D;
}
.TagClassName
{
border-color: #F6766D;
}
</style>