Shades of Salmon #F68D74
Tints of Salmon #F68D74
RGB
CMYK
RGB Variations
Color information
#F68D74 (or 0xF68D74) is known color: Salmon. HEX triplet: F6, 8D and 74. RGB value is (246,141,116). Sum of RGB (Red+Green+Blue) = 246+141+116=503 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.91% from 503); Green value is 141 (55.47% from 255 or 28.03% from 503); Blue value is 116 (45.70% from 255 or 23.06% from 503); Max value from RGB is 246 - color contains mainly: red. Hex color #F68D74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68D74 is #09728B. Grayscale: #A9A9A9. Windows color (decimal): -619148 or 7638518. OLE color: 7638518.
HSL color Cylindrical-coordinate representation of color #F68D74: hue angle of 11.54º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F68D74 is Cyan = 0, Magento = 0.43, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 141 | 116 | - |
| CMYK | 0 | 0.43 | 0.53 | 0.04 |
| HSL | 11.54º | 0.88% | 0.71% | - |
| HSV(B) | 11.54º | 0.53% | 0.96% | - |
| XYZ | 50.68 | 39.9 | 21.55 | - |
| YUV | 169.55 | 97.79 | 182.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 141 | 116 | 0 | 0.43 | 0.53 | 0.04 | 11.54 | 0.88 | 0.71 |
| Hex | F6 | 8D | 74 | 0 | 2B | 35 | 4 | C | 58 | 47 |
| Octal | 366 | 215 | 164 | 0 | 53 | 65 | 4 | 14 | 130 | 107 |
| Binary | 11110110 | 10001101 | 1110100 | 0 | 101011 | 110101 | 100 | 1100 | 1011000 | 1000111 |
Color Harmonies of #F68D74
Complementary color
Monochromatic Colors of #F68D74
Black with #F68D74
Text Example
Text Example
White with #F68D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68D74; }
p { color: rgb(246,141,116); }
H1.HeaderClassName
{
color: #F68D74;
}
.AnyTagClassName
{
color: #F68D74;
}
</style>
background-color css
<style>
a { background-color: #F68D74; }
a { background-color: rgb(246,141,116); }
div.DivClassName
{
background-color: #F68D74;
}
.BgClassName
{
background-color: #F68D74;
}
</style>
border-color css
<style>
span { border-color: #F68D74; }
span { border-color: rgb(246,141,116); }
td.TdClassName
{
border-color: #F68D74;
}
.TagClassName
{
border-color: #F68D74;
}
</style>