Shades of Salmon #F68D70
Tints of Salmon #F68D70
RGB
CMYK
RGB Variations
Color information
#F68D70 (or 0xF68D70) is known color: Salmon. HEX triplet: F6, 8D and 70. RGB value is (246,141,112). Sum of RGB (Red+Green+Blue) = 246+141+112=499 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.30% from 499); Green value is 141 (55.47% from 255 or 28.26% from 499); Blue value is 112 (44.14% from 255 or 22.44% from 499); Max value from RGB is 246 - color contains mainly: red. Hex color #F68D70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68D70 is #09728F. Grayscale: #A9A9A9. Windows color (decimal): -619152 or 7376374. OLE color: 7376374.
HSL color Cylindrical-coordinate representation of color #F68D70: hue angle of 12.99º 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 #F68D70 is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 141 | 112 | - |
| CMYK | 0 | 0.43 | 0.54 | 0.04 |
| HSL | 12.99º | 0.88% | 0.7% | - |
| HSV(B) | 12.99º | 0.54% | 0.96% | - |
| XYZ | 50.46 | 39.81 | 20.35 | - |
| YUV | 169.09 | 95.79 | 182.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 141 | 112 | 0 | 0.43 | 0.54 | 0.04 | 12.99 | 0.88 | 0.7 |
| Hex | F6 | 8D | 70 | 0 | 2B | 36 | 4 | D | 58 | 46 |
| Octal | 366 | 215 | 160 | 0 | 53 | 66 | 4 | 15 | 130 | 106 |
| Binary | 11110110 | 10001101 | 1110000 | 0 | 101011 | 110110 | 100 | 1101 | 1011000 | 1000110 |
Color Harmonies of #F68D70
Complementary color
Monochromatic Colors of #F68D70
Black with #F68D70
Text Example
Text Example
White with #F68D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68D70; }
p { color: rgb(246,141,112); }
H1.HeaderClassName
{
color: #F68D70;
}
.AnyTagClassName
{
color: #F68D70;
}
</style>
background-color css
<style>
a { background-color: #F68D70; }
a { background-color: rgb(246,141,112); }
div.DivClassName
{
background-color: #F68D70;
}
.BgClassName
{
background-color: #F68D70;
}
</style>
border-color css
<style>
span { border-color: #F68D70; }
span { border-color: rgb(246,141,112); }
td.TdClassName
{
border-color: #F68D70;
}
.TagClassName
{
border-color: #F68D70;
}
</style>