Shades of Salmon #F68970
Tints of Salmon #F68970
RGB
CMYK
RGB Variations
Color information
#F68970 (or 0xF68970) is known color: Salmon. HEX triplet: F6, 89 and 70. RGB value is (246,137,112). Sum of RGB (Red+Green+Blue) = 246+137+112=495 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.70% from 495); Green value is 137 (53.91% from 255 or 27.68% from 495); Blue value is 112 (44.14% from 255 or 22.63% from 495); Max value from RGB is 246 - color contains mainly: red. Hex color #F68970 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68970 is #09768F. Grayscale: #A6A6A6. Windows color (decimal): -620176 or 7375350. OLE color: 7375350.
HSL color Cylindrical-coordinate representation of color #F68970: hue angle of 11.19º 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 #F68970 is Cyan = 0, Magento = 0.44, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 137 | 112 | - |
| CMYK | 0 | 0.44 | 0.54 | 0.04 |
| HSL | 11.19º | 0.88% | 0.7% | - |
| HSV(B) | 11.19º | 0.54% | 0.96% | - |
| XYZ | 49.88 | 38.65 | 20.16 | - |
| YUV | 166.74 | 97.11 | 184.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 137 | 112 | 0 | 0.44 | 0.54 | 0.04 | 11.19 | 0.88 | 0.7 |
| Hex | F6 | 89 | 70 | 0 | 2C | 36 | 4 | B | 58 | 46 |
| Octal | 366 | 211 | 160 | 0 | 54 | 66 | 4 | 13 | 130 | 106 |
| Binary | 11110110 | 10001001 | 1110000 | 0 | 101100 | 110110 | 100 | 1011 | 1011000 | 1000110 |
Color Harmonies of #F68970
Complementary color
Monochromatic Colors of #F68970
Black with #F68970
Text Example
Text Example
White with #F68970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68970; }
p { color: rgb(246,137,112); }
H1.HeaderClassName
{
color: #F68970;
}
.AnyTagClassName
{
color: #F68970;
}
</style>
background-color css
<style>
a { background-color: #F68970; }
a { background-color: rgb(246,137,112); }
div.DivClassName
{
background-color: #F68970;
}
.BgClassName
{
background-color: #F68970;
}
</style>
border-color css
<style>
span { border-color: #F68970; }
span { border-color: rgb(246,137,112); }
td.TdClassName
{
border-color: #F68970;
}
.TagClassName
{
border-color: #F68970;
}
</style>