Shades of Salmon #F68164
Tints of Salmon #F68164
RGB
CMYK
RGB Variations
Color information
#F68164 (or 0xF68164) is known color: Salmon. HEX triplet: F6, 81 and 64. RGB value is (246,129,100). Sum of RGB (Red+Green+Blue) = 246+129+100=475 (62% of max value = 765). Red value is 246 (96.48% from 255 or 51.79% from 475); Green value is 129 (50.78% from 255 or 27.16% from 475); Blue value is 100 (39.45% from 255 or 21.05% from 475); Max value from RGB is 246 - color contains mainly: red. Hex color #F68164 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68164 is #097E9B. Grayscale: #A0A0A0. Windows color (decimal): -622236 or 6586870. OLE color: 6586870.
HSL color Cylindrical-coordinate representation of color #F68164: hue angle of 11.92º 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 #F68164 is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 129 | 100 | - |
| CMYK | 0 | 0.48 | 0.59 | 0.04 |
| HSL | 11.92º | 0.89% | 0.68% | - |
| HSV(B) | 11.92º | 0.59% | 0.96% | - |
| XYZ | 48.16 | 36.21 | 16.51 | - |
| YUV | 160.68 | 93.76 | 188.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 129 | 100 | 0 | 0.48 | 0.59 | 0.04 | 11.92 | 0.89 | 0.68 |
| Hex | F6 | 81 | 64 | 0 | 30 | 3B | 4 | C | 59 | 44 |
| Octal | 366 | 201 | 144 | 0 | 60 | 73 | 4 | 14 | 131 | 104 |
| Binary | 11110110 | 10000001 | 1100100 | 0 | 110000 | 111011 | 100 | 1100 | 1011001 | 1000100 |
Color Harmonies of #F68164
Complementary color
Monochromatic Colors of #F68164
Black with #F68164
Text Example
Text Example
White with #F68164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68164; }
p { color: rgb(246,129,100); }
H1.HeaderClassName
{
color: #F68164;
}
.AnyTagClassName
{
color: #F68164;
}
</style>
background-color css
<style>
a { background-color: #F68164; }
a { background-color: rgb(246,129,100); }
div.DivClassName
{
background-color: #F68164;
}
.BgClassName
{
background-color: #F68164;
}
</style>
border-color css
<style>
span { border-color: #F68164; }
span { border-color: rgb(246,129,100); }
td.TdClassName
{
border-color: #F68164;
}
.TagClassName
{
border-color: #F68164;
}
</style>