Shades of Salmon #F68565
Tints of Salmon #F68565
RGB
CMYK
RGB Variations
Color information
#F68565 (or 0xF68565) is known color: Salmon. HEX triplet: F6, 85 and 65. RGB value is (246,133,101). Sum of RGB (Red+Green+Blue) = 246+133+101=480 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.25% from 480); Green value is 133 (52.34% from 255 or 27.71% from 480); Blue value is 101 (39.84% from 255 or 21.04% from 480); Max value from RGB is 246 - color contains mainly: red. Hex color #F68565 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68565 is #097A9A. Grayscale: #A3A3A3. Windows color (decimal): -621211 or 6653430. OLE color: 6653430.
HSL color Cylindrical-coordinate representation of color #F68565: hue angle of 13.24º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F68565 is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 133 | 101 | - |
| CMYK | 0 | 0.46 | 0.59 | 0.04 |
| HSL | 13.24º | 0.89% | 0.68% | - |
| HSV(B) | 13.24º | 0.59% | 0.96% | - |
| XYZ | 48.74 | 37.31 | 16.94 | - |
| YUV | 163.14 | 92.94 | 187.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 133 | 101 | 0 | 0.46 | 0.59 | 0.04 | 13.24 | 0.89 | 0.68 |
| Hex | F6 | 85 | 65 | 0 | 2E | 3B | 4 | D | 59 | 44 |
| Octal | 366 | 205 | 145 | 0 | 56 | 73 | 4 | 15 | 131 | 104 |
| Binary | 11110110 | 10000101 | 1100101 | 0 | 101110 | 111011 | 100 | 1101 | 1011001 | 1000100 |
Color Harmonies of #F68565
Complementary color
Monochromatic Colors of #F68565
Black with #F68565
Text Example
Text Example
White with #F68565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68565; }
p { color: rgb(246,133,101); }
H1.HeaderClassName
{
color: #F68565;
}
.AnyTagClassName
{
color: #F68565;
}
</style>
background-color css
<style>
a { background-color: #F68565; }
a { background-color: rgb(246,133,101); }
div.DivClassName
{
background-color: #F68565;
}
.BgClassName
{
background-color: #F68565;
}
</style>
border-color css
<style>
span { border-color: #F68565; }
span { border-color: rgb(246,133,101); }
td.TdClassName
{
border-color: #F68565;
}
.TagClassName
{
border-color: #F68565;
}
</style>