Shades of Salmon #F68063
Tints of Salmon #F68063
RGB
CMYK
RGB Variations
Color information
#F68063 (or 0xF68063) is known color: Salmon. HEX triplet: F6, 80 and 63. RGB value is (246,128,99). Sum of RGB (Red+Green+Blue) = 246+128+99=473 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.01% from 473); Green value is 128 (50.39% from 255 or 27.06% from 473); Blue value is 99 (39.06% from 255 or 20.93% from 473); Max value from RGB is 246 - color contains mainly: red. Hex color #F68063 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68063 is #097F9C. Grayscale: #A0A0A0. Windows color (decimal): -622493 or 6521078. OLE color: 6521078.
HSL color Cylindrical-coordinate representation of color #F68063: hue angle of 11.84º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F68063 is Cyan = 0, Magento = 0.48, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 128 | 99 | - |
| CMYK | 0 | 0.48 | 0.60 | 0.04 |
| HSL | 11.84º | 0.89% | 0.68% | - |
| HSV(B) | 11.84º | 0.6% | 0.96% | - |
| XYZ | 47.98 | 35.93 | 16.21 | - |
| YUV | 159.98 | 93.59 | 189.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 128 | 99 | 0 | 0.48 | 0.60 | 0.04 | 11.84 | 0.89 | 0.68 |
| Hex | F6 | 80 | 63 | 0 | 30 | 3C | 4 | C | 59 | 44 |
| Octal | 366 | 200 | 143 | 0 | 60 | 74 | 4 | 14 | 131 | 104 |
| Binary | 11110110 | 10000000 | 1100011 | 0 | 110000 | 111100 | 100 | 1100 | 1011001 | 1000100 |
Color Harmonies of #F68063
Complementary color
Monochromatic Colors of #F68063
Black with #F68063
Text Example
Text Example
White with #F68063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68063; }
p { color: rgb(246,128,99); }
H1.HeaderClassName
{
color: #F68063;
}
.AnyTagClassName
{
color: #F68063;
}
</style>
background-color css
<style>
a { background-color: #F68063; }
a { background-color: rgb(246,128,99); }
div.DivClassName
{
background-color: #F68063;
}
.BgClassName
{
background-color: #F68063;
}
</style>
border-color css
<style>
span { border-color: #F68063; }
span { border-color: rgb(246,128,99); }
td.TdClassName
{
border-color: #F68063;
}
.TagClassName
{
border-color: #F68063;
}
</style>