Shades of Salmon #F68768
Tints of Salmon #F68768
RGB
CMYK
RGB Variations
Color information
#F68768 (or 0xF68768) is known color: Salmon. HEX triplet: F6, 87 and 68. RGB value is (246,135,104). Sum of RGB (Red+Green+Blue) = 246+135+104=485 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.72% from 485); Green value is 135 (53.12% from 255 or 27.84% from 485); Blue value is 104 (41.02% from 255 or 21.44% from 485); Max value from RGB is 246 - color contains mainly: red. Hex color #F68768 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68768 is #097897. Grayscale: #A4A4A4. Windows color (decimal): -620696 or 6850550. OLE color: 6850550.
HSL color Cylindrical-coordinate representation of color #F68768: hue angle of 13.1º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F68768 is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 135 | 104 | - |
| CMYK | 0 | 0.45 | 0.58 | 0.04 |
| HSL | 13.1º | 0.89% | 0.69% | - |
| HSV(B) | 13.1º | 0.58% | 0.96% | - |
| XYZ | 49.17 | 37.92 | 17.82 | - |
| YUV | 164.66 | 93.77 | 186.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 135 | 104 | 0 | 0.45 | 0.58 | 0.04 | 13.1 | 0.89 | 0.69 |
| Hex | F6 | 87 | 68 | 0 | 2D | 3A | 4 | D | 59 | 45 |
| Octal | 366 | 207 | 150 | 0 | 55 | 72 | 4 | 15 | 131 | 105 |
| Binary | 11110110 | 10000111 | 1101000 | 0 | 101101 | 111010 | 100 | 1101 | 1011001 | 1000101 |
Color Harmonies of #F68768
Complementary color
Monochromatic Colors of #F68768
Black with #F68768
Text Example
Text Example
White with #F68768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68768; }
p { color: rgb(246,135,104); }
H1.HeaderClassName
{
color: #F68768;
}
.AnyTagClassName
{
color: #F68768;
}
</style>
background-color css
<style>
a { background-color: #F68768; }
a { background-color: rgb(246,135,104); }
div.DivClassName
{
background-color: #F68768;
}
.BgClassName
{
background-color: #F68768;
}
</style>
border-color css
<style>
span { border-color: #F68768; }
span { border-color: rgb(246,135,104); }
td.TdClassName
{
border-color: #F68768;
}
.TagClassName
{
border-color: #F68768;
}
</style>