Shades of Salmon #F68D6D
Tints of Salmon #F68D6D
RGB
CMYK
RGB Variations
Color information
#F68D6D (or 0xF68D6D) is known color: Salmon. HEX triplet: F6, 8D and 6D. RGB value is (246,141,109). Sum of RGB (Red+Green+Blue) = 246+141+109=496 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.60% from 496); Green value is 141 (55.47% from 255 or 28.43% from 496); Blue value is 109 (42.97% from 255 or 21.98% from 496); Max value from RGB is 246 - color contains mainly: red. Hex color #F68D6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68D6D is #097292. Grayscale: #A8A8A8. Windows color (decimal): -619155 or 7179766. OLE color: 7179766.
HSL color Cylindrical-coordinate representation of color #F68D6D: hue angle of 14.01º 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 #F68D6D is Cyan = 0, Magento = 0.43, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 141 | 109 | - |
| CMYK | 0 | 0.43 | 0.56 | 0.04 |
| HSL | 14.01º | 0.88% | 0.7% | - |
| HSV(B) | 14.01º | 0.56% | 0.96% | - |
| XYZ | 50.29 | 39.75 | 19.49 | - |
| YUV | 168.75 | 94.29 | 183.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 141 | 109 | 0 | 0.43 | 0.56 | 0.04 | 14.01 | 0.88 | 0.7 |
| Hex | F6 | 8D | 6D | 0 | 2B | 38 | 4 | E | 58 | 46 |
| Octal | 366 | 215 | 155 | 0 | 53 | 70 | 4 | 16 | 130 | 106 |
| Binary | 11110110 | 10001101 | 1101101 | 0 | 101011 | 111000 | 100 | 1110 | 1011000 | 1000110 |
Color Harmonies of #F68D6D
Complementary color
Monochromatic Colors of #F68D6D
Black with #F68D6D
Text Example
Text Example
White with #F68D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68D6D; }
p { color: rgb(246,141,109); }
H1.HeaderClassName
{
color: #F68D6D;
}
.AnyTagClassName
{
color: #F68D6D;
}
</style>
background-color css
<style>
a { background-color: #F68D6D; }
a { background-color: rgb(246,141,109); }
div.DivClassName
{
background-color: #F68D6D;
}
.BgClassName
{
background-color: #F68D6D;
}
</style>
border-color css
<style>
span { border-color: #F68D6D; }
span { border-color: rgb(246,141,109); }
td.TdClassName
{
border-color: #F68D6D;
}
.TagClassName
{
border-color: #F68D6D;
}
</style>