Shades of Salmon #F68665
Tints of Salmon #F68665
RGB
CMYK
RGB Variations
Color information
#F68665 (or 0xF68665) is known color: Salmon. HEX triplet: F6, 86 and 65. RGB value is (246,134,101). Sum of RGB (Red+Green+Blue) = 246+134+101=481 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.14% from 481); Green value is 134 (52.73% from 255 or 27.86% from 481); Blue value is 101 (39.84% from 255 or 21.00% from 481); Max value from RGB is 246 - color contains mainly: red. Hex color #F68665 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68665 is #09799A. Grayscale: #A3A3A3. Windows color (decimal): -620955 or 6653686. OLE color: 6653686.
HSL color Cylindrical-coordinate representation of color #F68665: hue angle of 13.66º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F68665 is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 134 | 101 | - |
| CMYK | 0 | 0.46 | 0.59 | 0.04 |
| HSL | 13.66º | 0.89% | 0.68% | - |
| HSV(B) | 13.66º | 0.59% | 0.96% | - |
| XYZ | 48.88 | 37.58 | 16.99 | - |
| YUV | 163.73 | 92.61 | 186.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 134 | 101 | 0 | 0.46 | 0.59 | 0.04 | 13.66 | 0.89 | 0.68 |
| Hex | F6 | 86 | 65 | 0 | 2E | 3B | 4 | E | 59 | 44 |
| Octal | 366 | 206 | 145 | 0 | 56 | 73 | 4 | 16 | 131 | 104 |
| Binary | 11110110 | 10000110 | 1100101 | 0 | 101110 | 111011 | 100 | 1110 | 1011001 | 1000100 |
Color Harmonies of #F68665
Complementary color
Monochromatic Colors of #F68665
Black with #F68665
Text Example
Text Example
White with #F68665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68665; }
p { color: rgb(246,134,101); }
H1.HeaderClassName
{
color: #F68665;
}
.AnyTagClassName
{
color: #F68665;
}
</style>
background-color css
<style>
a { background-color: #F68665; }
a { background-color: rgb(246,134,101); }
div.DivClassName
{
background-color: #F68665;
}
.BgClassName
{
background-color: #F68665;
}
</style>
border-color css
<style>
span { border-color: #F68665; }
span { border-color: rgb(246,134,101); }
td.TdClassName
{
border-color: #F68665;
}
.TagClassName
{
border-color: #F68665;
}
</style>