Shades of Salmon #F68E6F
Tints of Salmon #F68E6F
RGB
CMYK
RGB Variations
Color information
#F68E6F (or 0xF68E6F) is known color: Salmon. HEX triplet: F6, 8E and 6F. RGB value is (246,142,111). Sum of RGB (Red+Green+Blue) = 246+142+111=499 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.30% from 499); Green value is 142 (55.86% from 255 or 28.46% from 499); Blue value is 111 (43.75% from 255 or 22.24% from 499); Max value from RGB is 246 - color contains mainly: red. Hex color #F68E6F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68E6F is #097190. Grayscale: #A9A9A9. Windows color (decimal): -618897 or 7311094. OLE color: 7311094.
HSL color Cylindrical-coordinate representation of color #F68E6F: hue angle of 13.78º 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 #F68E6F is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 142 | 111 | - |
| CMYK | 0 | 0.42 | 0.55 | 0.04 |
| HSL | 13.78º | 0.88% | 0.7% | - |
| HSV(B) | 13.78º | 0.55% | 0.96% | - |
| XYZ | 50.55 | 40.09 | 20.11 | - |
| YUV | 169.56 | 94.96 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 142 | 111 | 0 | 0.42 | 0.55 | 0.04 | 13.78 | 0.88 | 0.7 |
| Hex | F6 | 8E | 6F | 0 | 2A | 37 | 4 | E | 58 | 46 |
| Octal | 366 | 216 | 157 | 0 | 52 | 67 | 4 | 16 | 130 | 106 |
| Binary | 11110110 | 10001110 | 1101111 | 0 | 101010 | 110111 | 100 | 1110 | 1011000 | 1000110 |
Color Harmonies of #F68E6F
Complementary color
Monochromatic Colors of #F68E6F
Black with #F68E6F
Text Example
Text Example
White with #F68E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68E6F; }
p { color: rgb(246,142,111); }
H1.HeaderClassName
{
color: #F68E6F;
}
.AnyTagClassName
{
color: #F68E6F;
}
</style>
background-color css
<style>
a { background-color: #F68E6F; }
a { background-color: rgb(246,142,111); }
div.DivClassName
{
background-color: #F68E6F;
}
.BgClassName
{
background-color: #F68E6F;
}
</style>
border-color css
<style>
span { border-color: #F68E6F; }
span { border-color: rgb(246,142,111); }
td.TdClassName
{
border-color: #F68E6F;
}
.TagClassName
{
border-color: #F68E6F;
}
</style>