Shades of Salmon #F68D6F
Tints of Salmon #F68D6F
RGB
CMYK
RGB Variations
Color information
#F68D6F (or 0xF68D6F) is known color: Salmon. HEX triplet: F6, 8D and 6F. RGB value is (246,141,111). Sum of RGB (Red+Green+Blue) = 246+141+111=498 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.40% from 498); Green value is 141 (55.47% from 255 or 28.31% from 498); Blue value is 111 (43.75% from 255 or 22.29% from 498); Max value from RGB is 246 - color contains mainly: red. Hex color #F68D6F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68D6F is #097290. Grayscale: #A9A9A9. Windows color (decimal): -619153 or 7310838. OLE color: 7310838.
HSL color Cylindrical-coordinate representation of color #F68D6F: hue angle of 13.33º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F68D6F is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 141 | 111 | - |
| CMYK | 0 | 0.43 | 0.55 | 0.04 |
| HSL | 13.33º | 0.88% | 0.7% | - |
| HSV(B) | 13.33º | 0.55% | 0.96% | - |
| XYZ | 50.4 | 39.79 | 20.06 | - |
| YUV | 168.98 | 95.29 | 182.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 141 | 111 | 0 | 0.43 | 0.55 | 0.04 | 13.33 | 0.88 | 0.7 |
| Hex | F6 | 8D | 6F | 0 | 2B | 37 | 4 | D | 58 | 46 |
| Octal | 366 | 215 | 157 | 0 | 53 | 67 | 4 | 15 | 130 | 106 |
| Binary | 11110110 | 10001101 | 1101111 | 0 | 101011 | 110111 | 100 | 1101 | 1011000 | 1000110 |
Color Harmonies of #F68D6F
Complementary color
Monochromatic Colors of #F68D6F
Black with #F68D6F
Text Example
Text Example
White with #F68D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68D6F; }
p { color: rgb(246,141,111); }
H1.HeaderClassName
{
color: #F68D6F;
}
.AnyTagClassName
{
color: #F68D6F;
}
</style>
background-color css
<style>
a { background-color: #F68D6F; }
a { background-color: rgb(246,141,111); }
div.DivClassName
{
background-color: #F68D6F;
}
.BgClassName
{
background-color: #F68D6F;
}
</style>
border-color css
<style>
span { border-color: #F68D6F; }
span { border-color: rgb(246,141,111); }
td.TdClassName
{
border-color: #F68D6F;
}
.TagClassName
{
border-color: #F68D6F;
}
</style>