Shades of Salmon #F68567
Tints of Salmon #F68567
RGB
CMYK
RGB Variations
Color information
#F68567 (or 0xF68567) is known color: Salmon. HEX triplet: F6, 85 and 67. RGB value is (246,133,103). Sum of RGB (Red+Green+Blue) = 246+133+103=482 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.04% from 482); Green value is 133 (52.34% from 255 or 27.59% from 482); Blue value is 103 (40.62% from 255 or 21.37% from 482); Max value from RGB is 246 - color contains mainly: red. Hex color #F68567 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68567 is #097A98. Grayscale: #A3A3A3. Windows color (decimal): -621209 or 6784502. OLE color: 6784502.
HSL color Cylindrical-coordinate representation of color #F68567: hue angle of 12.59º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F68567 is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 133 | 103 | - |
| CMYK | 0 | 0.46 | 0.58 | 0.04 |
| HSL | 12.59º | 0.89% | 0.68% | - |
| HSV(B) | 12.59º | 0.58% | 0.96% | - |
| XYZ | 48.84 | 37.35 | 17.47 | - |
| YUV | 163.37 | 93.94 | 186.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 133 | 103 | 0 | 0.46 | 0.58 | 0.04 | 12.59 | 0.89 | 0.68 |
| Hex | F6 | 85 | 67 | 0 | 2E | 3A | 4 | D | 59 | 44 |
| Octal | 366 | 205 | 147 | 0 | 56 | 72 | 4 | 15 | 131 | 104 |
| Binary | 11110110 | 10000101 | 1100111 | 0 | 101110 | 111010 | 100 | 1101 | 1011001 | 1000100 |
Color Harmonies of #F68567
Complementary color
Monochromatic Colors of #F68567
Black with #F68567
Text Example
Text Example
White with #F68567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68567; }
p { color: rgb(246,133,103); }
H1.HeaderClassName
{
color: #F68567;
}
.AnyTagClassName
{
color: #F68567;
}
</style>
background-color css
<style>
a { background-color: #F68567; }
a { background-color: rgb(246,133,103); }
div.DivClassName
{
background-color: #F68567;
}
.BgClassName
{
background-color: #F68567;
}
</style>
border-color css
<style>
span { border-color: #F68567; }
span { border-color: rgb(246,133,103); }
td.TdClassName
{
border-color: #F68567;
}
.TagClassName
{
border-color: #F68567;
}
</style>