Shades of Salmon #F78164
Tints of Salmon #F78164
RGB
CMYK
RGB Variations
Color information
#F78164 (or 0xF78164) is known color: Salmon. HEX triplet: F7, 81 and 64. RGB value is (247,129,100). Sum of RGB (Red+Green+Blue) = 247+129+100=476 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.89% from 476); Green value is 129 (50.78% from 255 or 27.10% from 476); Blue value is 100 (39.45% from 255 or 21.01% from 476); Max value from RGB is 247 - color contains mainly: red. Hex color #F78164 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78164 is #087E9B. Grayscale: #A1A1A1. Windows color (decimal): -556700 or 6586871. OLE color: 6586871.
HSL color Cylindrical-coordinate representation of color #F78164: hue angle of 11.84º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F78164 is Cyan = 0, Magento = 0.48, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 129 | 100 | - |
| CMYK | 0 | 0.48 | 0.60 | 0.03 |
| HSL | 11.84º | 0.9% | 0.68% | - |
| HSV(B) | 11.84º | 0.6% | 0.97% | - |
| XYZ | 48.51 | 36.39 | 16.52 | - |
| YUV | 160.98 | 93.59 | 189.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 129 | 100 | 0 | 0.48 | 0.60 | 0.03 | 11.84 | 0.9 | 0.68 |
| Hex | F7 | 81 | 64 | 0 | 30 | 3C | 3 | C | 5A | 44 |
| Octal | 367 | 201 | 144 | 0 | 60 | 74 | 3 | 14 | 132 | 104 |
| Binary | 11110111 | 10000001 | 1100100 | 0 | 110000 | 111100 | 11 | 1100 | 1011010 | 1000100 |
Color Harmonies of #F78164
Complementary color
Monochromatic Colors of #F78164
Black with #F78164
Text Example
Text Example
White with #F78164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78164; }
p { color: rgb(247,129,100); }
H1.HeaderClassName
{
color: #F78164;
}
.AnyTagClassName
{
color: #F78164;
}
</style>
background-color css
<style>
a { background-color: #F78164; }
a { background-color: rgb(247,129,100); }
div.DivClassName
{
background-color: #F78164;
}
.BgClassName
{
background-color: #F78164;
}
</style>
border-color css
<style>
span { border-color: #F78164; }
span { border-color: rgb(247,129,100); }
td.TdClassName
{
border-color: #F78164;
}
.TagClassName
{
border-color: #F78164;
}
</style>