Shades of Salmon #F6716D
Tints of Salmon #F6716D
RGB
CMYK
RGB Variations
Color information
#F6716D (or 0xF6716D) is known color: Salmon. HEX triplet: F6, 71 and 6D. RGB value is (246,113,109). Sum of RGB (Red+Green+Blue) = 246+113+109=468 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.56% from 468); Green value is 113 (44.53% from 255 or 24.15% from 468); Blue value is 109 (42.97% from 255 or 23.29% from 468); Max value from RGB is 246 - color contains mainly: red. Hex color #F6716D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6716D is #098E92. Grayscale: #989898. Windows color (decimal): -626323 or 7172598. OLE color: 7172598.
HSL color Cylindrical-coordinate representation of color #F6716D: hue angle of 1.75º 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 #F6716D is Cyan = 0, Magento = 0.54, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 113 | 109 | - |
| CMYK | 0 | 0.54 | 0.56 | 0.04 |
| HSL | 1.75º | 0.88% | 0.7% | - |
| HSV(B) | 1.75º | 0.56% | 0.96% | - |
| XYZ | 46.67 | 32.51 | 18.28 | - |
| YUV | 152.31 | 103.56 | 194.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 113 | 109 | 0 | 0.54 | 0.56 | 0.04 | 1.75 | 0.88 | 0.7 |
| Hex | F6 | 71 | 6D | 0 | 36 | 38 | 4 | 2 | 58 | 46 |
| Octal | 366 | 161 | 155 | 0 | 66 | 70 | 4 | 2 | 130 | 106 |
| Binary | 11110110 | 1110001 | 1101101 | 0 | 110110 | 111000 | 100 | 10 | 1011000 | 1000110 |
Color Harmonies of #F6716D
Complementary color
Monochromatic Colors of #F6716D
Black with #F6716D
Text Example
Text Example
White with #F6716D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6716D; }
p { color: rgb(246,113,109); }
H1.HeaderClassName
{
color: #F6716D;
}
.AnyTagClassName
{
color: #F6716D;
}
</style>
background-color css
<style>
a { background-color: #F6716D; }
a { background-color: rgb(246,113,109); }
div.DivClassName
{
background-color: #F6716D;
}
.BgClassName
{
background-color: #F6716D;
}
</style>
border-color css
<style>
span { border-color: #F6716D; }
span { border-color: rgb(246,113,109); }
td.TdClassName
{
border-color: #F6716D;
}
.TagClassName
{
border-color: #F6716D;
}
</style>