Shades of Salmon #F68470
Tints of Salmon #F68470
RGB
CMYK
RGB Variations
Color information
#F68470 (or 0xF68470) is known color: Salmon. HEX triplet: F6, 84 and 70. RGB value is (246,132,112). Sum of RGB (Red+Green+Blue) = 246+132+112=490 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.20% from 490); Green value is 132 (51.95% from 255 or 26.94% from 490); Blue value is 112 (44.14% from 255 or 22.86% from 490); Max value from RGB is 246 - color contains mainly: red. Hex color #F68470 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68470 is #097B8F. Grayscale: #A4A4A4. Windows color (decimal): -621456 or 7374070. OLE color: 7374070.
HSL color Cylindrical-coordinate representation of color #F68470: hue angle of 8.96º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F68470 is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 132 | 112 | - |
| CMYK | 0 | 0.46 | 0.54 | 0.04 |
| HSL | 8.96º | 0.88% | 0.7% | - |
| HSV(B) | 8.96º | 0.54% | 0.96% | - |
| XYZ | 49.18 | 37.27 | 19.93 | - |
| YUV | 163.81 | 98.77 | 186.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 132 | 112 | 0 | 0.46 | 0.54 | 0.04 | 8.96 | 0.88 | 0.7 |
| Hex | F6 | 84 | 70 | 0 | 2E | 36 | 4 | 9 | 58 | 46 |
| Octal | 366 | 204 | 160 | 0 | 56 | 66 | 4 | 11 | 130 | 106 |
| Binary | 11110110 | 10000100 | 1110000 | 0 | 101110 | 110110 | 100 | 1001 | 1011000 | 1000110 |
Color Harmonies of #F68470
Complementary color
Monochromatic Colors of #F68470
Black with #F68470
Text Example
Text Example
White with #F68470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68470; }
p { color: rgb(246,132,112); }
H1.HeaderClassName
{
color: #F68470;
}
.AnyTagClassName
{
color: #F68470;
}
</style>
background-color css
<style>
a { background-color: #F68470; }
a { background-color: rgb(246,132,112); }
div.DivClassName
{
background-color: #F68470;
}
.BgClassName
{
background-color: #F68470;
}
</style>
border-color css
<style>
span { border-color: #F68470; }
span { border-color: rgb(246,132,112); }
td.TdClassName
{
border-color: #F68470;
}
.TagClassName
{
border-color: #F68470;
}
</style>