Shades of Salmon #F68366
Tints of Salmon #F68366
RGB
CMYK
RGB Variations
Color information
#F68366 (or 0xF68366) is known color: Salmon. HEX triplet: F6, 83 and 66. RGB value is (246,131,102). Sum of RGB (Red+Green+Blue) = 246+131+102=479 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.36% from 479); Green value is 131 (51.56% from 255 or 27.35% from 479); Blue value is 102 (40.23% from 255 or 21.29% from 479); Max value from RGB is 246 - color contains mainly: red. Hex color #F68366 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68366 is #097C99. Grayscale: #A2A2A2. Windows color (decimal): -621722 or 6718454. OLE color: 6718454.
HSL color Cylindrical-coordinate representation of color #F68366: hue angle of 12.08º 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 #F68366 is Cyan = 0, Magento = 0.47, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 131 | 102 | - |
| CMYK | 0 | 0.47 | 0.59 | 0.04 |
| HSL | 12.08º | 0.89% | 0.68% | - |
| HSV(B) | 12.08º | 0.59% | 0.96% | - |
| XYZ | 48.52 | 36.78 | 17.11 | - |
| YUV | 162.08 | 94.1 | 187.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 131 | 102 | 0 | 0.47 | 0.59 | 0.04 | 12.08 | 0.89 | 0.68 |
| Hex | F6 | 83 | 66 | 0 | 2F | 3B | 4 | C | 59 | 44 |
| Octal | 366 | 203 | 146 | 0 | 57 | 73 | 4 | 14 | 131 | 104 |
| Binary | 11110110 | 10000011 | 1100110 | 0 | 101111 | 111011 | 100 | 1100 | 1011001 | 1000100 |
Color Harmonies of #F68366
Complementary color
Monochromatic Colors of #F68366
Black with #F68366
Text Example
Text Example
White with #F68366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68366; }
p { color: rgb(246,131,102); }
H1.HeaderClassName
{
color: #F68366;
}
.AnyTagClassName
{
color: #F68366;
}
</style>
background-color css
<style>
a { background-color: #F68366; }
a { background-color: rgb(246,131,102); }
div.DivClassName
{
background-color: #F68366;
}
.BgClassName
{
background-color: #F68366;
}
</style>
border-color css
<style>
span { border-color: #F68366; }
span { border-color: rgb(246,131,102); }
td.TdClassName
{
border-color: #F68366;
}
.TagClassName
{
border-color: #F68366;
}
</style>