Shades of Salmon #F68A6E
Tints of Salmon #F68A6E
RGB
CMYK
RGB Variations
Color information
#F68A6E (or 0xF68A6E) is known color: Salmon. HEX triplet: F6, 8A and 6E. RGB value is (246,138,110). Sum of RGB (Red+Green+Blue) = 246+138+110=494 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.80% from 494); Green value is 138 (54.30% from 255 or 27.94% from 494); Blue value is 110 (43.36% from 255 or 22.27% from 494); Max value from RGB is 246 - color contains mainly: red. Hex color #F68A6E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68A6E is #097591. Grayscale: #A7A7A7. Windows color (decimal): -619922 or 7244534. OLE color: 7244534.
HSL color Cylindrical-coordinate representation of color #F68A6E: hue angle of 12.35º 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 #F68A6E is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 138 | 110 | - |
| CMYK | 0 | 0.44 | 0.55 | 0.04 |
| HSL | 12.35º | 0.88% | 0.7% | - |
| HSV(B) | 12.35º | 0.55% | 0.96% | - |
| XYZ | 49.91 | 38.9 | 19.63 | - |
| YUV | 167.1 | 95.78 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 138 | 110 | 0 | 0.44 | 0.55 | 0.04 | 12.35 | 0.88 | 0.7 |
| Hex | F6 | 8A | 6E | 0 | 2C | 37 | 4 | C | 58 | 46 |
| Octal | 366 | 212 | 156 | 0 | 54 | 67 | 4 | 14 | 130 | 106 |
| Binary | 11110110 | 10001010 | 1101110 | 0 | 101100 | 110111 | 100 | 1100 | 1011000 | 1000110 |
Color Harmonies of #F68A6E
Complementary color
Monochromatic Colors of #F68A6E
Black with #F68A6E
Text Example
Text Example
White with #F68A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68A6E; }
p { color: rgb(246,138,110); }
H1.HeaderClassName
{
color: #F68A6E;
}
.AnyTagClassName
{
color: #F68A6E;
}
</style>
background-color css
<style>
a { background-color: #F68A6E; }
a { background-color: rgb(246,138,110); }
div.DivClassName
{
background-color: #F68A6E;
}
.BgClassName
{
background-color: #F68A6E;
}
</style>
border-color css
<style>
span { border-color: #F68A6E; }
span { border-color: rgb(246,138,110); }
td.TdClassName
{
border-color: #F68A6E;
}
.TagClassName
{
border-color: #F68A6E;
}
</style>