Shades of Salmon #F68066
Tints of Salmon #F68066
RGB
CMYK
RGB Variations
Color information
#F68066 (or 0xF68066) is known color: Salmon. HEX triplet: F6, 80 and 66. RGB value is (246,128,102). Sum of RGB (Red+Green+Blue) = 246+128+102=476 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.68% from 476); Green value is 128 (50.39% from 255 or 26.89% from 476); Blue value is 102 (40.23% from 255 or 21.43% from 476); Max value from RGB is 246 - color contains mainly: red. Hex color #F68066 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68066 is #097F99. Grayscale: #A0A0A0. Windows color (decimal): -622490 or 6717686. OLE color: 6717686.
HSL color Cylindrical-coordinate representation of color #F68066: hue angle of 10.83º 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 #F68066 is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 128 | 102 | - |
| CMYK | 0 | 0.48 | 0.59 | 0.04 |
| HSL | 10.83º | 0.89% | 0.68% | - |
| HSV(B) | 10.83º | 0.59% | 0.96% | - |
| XYZ | 48.12 | 35.99 | 16.98 | - |
| YUV | 160.32 | 95.09 | 189.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 128 | 102 | 0 | 0.48 | 0.59 | 0.04 | 10.83 | 0.89 | 0.68 |
| Hex | F6 | 80 | 66 | 0 | 30 | 3B | 4 | B | 59 | 44 |
| Octal | 366 | 200 | 146 | 0 | 60 | 73 | 4 | 13 | 131 | 104 |
| Binary | 11110110 | 10000000 | 1100110 | 0 | 110000 | 111011 | 100 | 1011 | 1011001 | 1000100 |
Color Harmonies of #F68066
Complementary color
Monochromatic Colors of #F68066
Black with #F68066
Text Example
Text Example
White with #F68066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68066; }
p { color: rgb(246,128,102); }
H1.HeaderClassName
{
color: #F68066;
}
.AnyTagClassName
{
color: #F68066;
}
</style>
background-color css
<style>
a { background-color: #F68066; }
a { background-color: rgb(246,128,102); }
div.DivClassName
{
background-color: #F68066;
}
.BgClassName
{
background-color: #F68066;
}
</style>
border-color css
<style>
span { border-color: #F68066; }
span { border-color: rgb(246,128,102); }
td.TdClassName
{
border-color: #F68066;
}
.TagClassName
{
border-color: #F68066;
}
</style>