Shades of Salmon #F68564
Tints of Salmon #F68564
RGB
CMYK
RGB Variations
Color information
#F68564 (or 0xF68564) is known color: Salmon. HEX triplet: F6, 85 and 64. RGB value is (246,133,100). Sum of RGB (Red+Green+Blue) = 246+133+100=479 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.36% from 479); Green value is 133 (52.34% from 255 or 27.77% from 479); Blue value is 100 (39.45% from 255 or 20.88% from 479); Max value from RGB is 246 - color contains mainly: red. Hex color #F68564 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68564 is #097A9B. Grayscale: #A3A3A3. Windows color (decimal): -621212 or 6587894. OLE color: 6587894.
HSL color Cylindrical-coordinate representation of color #F68564: hue angle of 13.56º 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 #F68564 is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 133 | 100 | - |
| CMYK | 0 | 0.46 | 0.59 | 0.04 |
| HSL | 13.56º | 0.89% | 0.68% | - |
| HSV(B) | 13.56º | 0.59% | 0.96% | - |
| XYZ | 48.69 | 37.29 | 16.69 | - |
| YUV | 163.03 | 92.44 | 187.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 133 | 100 | 0 | 0.46 | 0.59 | 0.04 | 13.56 | 0.89 | 0.68 |
| Hex | F6 | 85 | 64 | 0 | 2E | 3B | 4 | E | 59 | 44 |
| Octal | 366 | 205 | 144 | 0 | 56 | 73 | 4 | 16 | 131 | 104 |
| Binary | 11110110 | 10000101 | 1100100 | 0 | 101110 | 111011 | 100 | 1110 | 1011001 | 1000100 |
Color Harmonies of #F68564
Complementary color
Monochromatic Colors of #F68564
Black with #F68564
Text Example
Text Example
White with #F68564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68564; }
p { color: rgb(246,133,100); }
H1.HeaderClassName
{
color: #F68564;
}
.AnyTagClassName
{
color: #F68564;
}
</style>
background-color css
<style>
a { background-color: #F68564; }
a { background-color: rgb(246,133,100); }
div.DivClassName
{
background-color: #F68564;
}
.BgClassName
{
background-color: #F68564;
}
</style>
border-color css
<style>
span { border-color: #F68564; }
span { border-color: rgb(246,133,100); }
td.TdClassName
{
border-color: #F68564;
}
.TagClassName
{
border-color: #F68564;
}
</style>