Shades of Salmon #F68067
Tints of Salmon #F68067
RGB
CMYK
RGB Variations
Color information
#F68067 (or 0xF68067) is known color: Salmon. HEX triplet: F6, 80 and 67. RGB value is (246,128,103). Sum of RGB (Red+Green+Blue) = 246+128+103=477 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.57% from 477); Green value is 128 (50.39% from 255 or 26.83% from 477); Blue value is 103 (40.62% from 255 or 21.59% from 477); Max value from RGB is 246 - color contains mainly: red. Hex color #F68067 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68067 is #097F98. Grayscale: #A0A0A0. Windows color (decimal): -622489 or 6783222. OLE color: 6783222.
HSL color Cylindrical-coordinate representation of color #F68067: hue angle of 10.49º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F68067 is Cyan = 0, Magento = 0.48, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 128 | 103 | - |
| CMYK | 0 | 0.48 | 0.58 | 0.04 |
| HSL | 10.49º | 0.89% | 0.68% | - |
| HSV(B) | 10.49º | 0.58% | 0.96% | - |
| XYZ | 48.17 | 36.01 | 17.24 | - |
| YUV | 160.43 | 95.59 | 189.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 128 | 103 | 0 | 0.48 | 0.58 | 0.04 | 10.49 | 0.89 | 0.68 |
| Hex | F6 | 80 | 67 | 0 | 30 | 3A | 4 | A | 59 | 44 |
| Octal | 366 | 200 | 147 | 0 | 60 | 72 | 4 | 12 | 131 | 104 |
| Binary | 11110110 | 10000000 | 1100111 | 0 | 110000 | 111010 | 100 | 1010 | 1011001 | 1000100 |
Color Harmonies of #F68067
Complementary color
Monochromatic Colors of #F68067
Black with #F68067
Text Example
Text Example
White with #F68067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68067; }
p { color: rgb(246,128,103); }
H1.HeaderClassName
{
color: #F68067;
}
.AnyTagClassName
{
color: #F68067;
}
</style>
background-color css
<style>
a { background-color: #F68067; }
a { background-color: rgb(246,128,103); }
div.DivClassName
{
background-color: #F68067;
}
.BgClassName
{
background-color: #F68067;
}
</style>
border-color css
<style>
span { border-color: #F68067; }
span { border-color: rgb(246,128,103); }
td.TdClassName
{
border-color: #F68067;
}
.TagClassName
{
border-color: #F68067;
}
</style>