Shades of Salmon #F68B6F
Tints of Salmon #F68B6F
RGB
CMYK
RGB Variations
Color information
#F68B6F (or 0xF68B6F) is known color: Salmon. HEX triplet: F6, 8B and 6F. RGB value is (246,139,111). Sum of RGB (Red+Green+Blue) = 246+139+111=496 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.60% from 496); Green value is 139 (54.69% from 255 or 28.02% from 496); Blue value is 111 (43.75% from 255 or 22.38% from 496); Max value from RGB is 246 - color contains mainly: red. Hex color #F68B6F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68B6F is #097490. Grayscale: #A8A8A8. Windows color (decimal): -619665 or 7310326. OLE color: 7310326.
HSL color Cylindrical-coordinate representation of color #F68B6F: hue angle of 12.44º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F68B6F is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 139 | 111 | - |
| CMYK | 0 | 0.43 | 0.55 | 0.04 |
| HSL | 12.44º | 0.88% | 0.7% | - |
| HSV(B) | 12.44º | 0.55% | 0.96% | - |
| XYZ | 50.11 | 39.21 | 19.97 | - |
| YUV | 167.8 | 95.95 | 183.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 139 | 111 | 0 | 0.43 | 0.55 | 0.04 | 12.44 | 0.88 | 0.7 |
| Hex | F6 | 8B | 6F | 0 | 2B | 37 | 4 | C | 58 | 46 |
| Octal | 366 | 213 | 157 | 0 | 53 | 67 | 4 | 14 | 130 | 106 |
| Binary | 11110110 | 10001011 | 1101111 | 0 | 101011 | 110111 | 100 | 1100 | 1011000 | 1000110 |
Color Harmonies of #F68B6F
Complementary color
Monochromatic Colors of #F68B6F
Black with #F68B6F
Text Example
Text Example
White with #F68B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68B6F; }
p { color: rgb(246,139,111); }
H1.HeaderClassName
{
color: #F68B6F;
}
.AnyTagClassName
{
color: #F68B6F;
}
</style>
background-color css
<style>
a { background-color: #F68B6F; }
a { background-color: rgb(246,139,111); }
div.DivClassName
{
background-color: #F68B6F;
}
.BgClassName
{
background-color: #F68B6F;
}
</style>
border-color css
<style>
span { border-color: #F68B6F; }
span { border-color: rgb(246,139,111); }
td.TdClassName
{
border-color: #F68B6F;
}
.TagClassName
{
border-color: #F68B6F;
}
</style>