Shades of Salmon #F78478
Tints of Salmon #F78478
RGB
CMYK
RGB Variations
Color information
#F78478 (or 0xF78478) is known color: Salmon. HEX triplet: F7, 84 and 78. RGB value is (247,132,120). Sum of RGB (Red+Green+Blue) = 247+132+120=499 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.50% from 499); Green value is 132 (51.95% from 255 or 26.45% from 499); Blue value is 120 (47.27% from 255 or 24.05% from 499); Max value from RGB is 247 - color contains mainly: red. Hex color #F78478 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78478 is #087B87. Grayscale: #A5A5A5. Windows color (decimal): -555912 or 7898359. OLE color: 7898359.
HSL color Cylindrical-coordinate representation of color #F78478: hue angle of 5.67º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F78478 is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 132 | 120 | - |
| CMYK | 0 | 0.47 | 0.51 | 0.03 |
| HSL | 5.67º | 0.89% | 0.72% | - |
| HSV(B) | 5.67º | 0.51% | 0.97% | - |
| XYZ | 50 | 37.63 | 22.4 | - |
| YUV | 165.02 | 102.6 | 186.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 132 | 120 | 0 | 0.47 | 0.51 | 0.03 | 5.67 | 0.89 | 0.72 |
| Hex | F7 | 84 | 78 | 0 | 2F | 33 | 3 | 6 | 59 | 48 |
| Octal | 367 | 204 | 170 | 0 | 57 | 63 | 3 | 6 | 131 | 110 |
| Binary | 11110111 | 10000100 | 1111000 | 0 | 101111 | 110011 | 11 | 110 | 1011001 | 1001000 |
Color Harmonies of #F78478
Complementary color
Monochromatic Colors of #F78478
Black with #F78478
Text Example
Text Example
White with #F78478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78478; }
p { color: rgb(247,132,120); }
H1.HeaderClassName
{
color: #F78478;
}
.AnyTagClassName
{
color: #F78478;
}
</style>
background-color css
<style>
a { background-color: #F78478; }
a { background-color: rgb(247,132,120); }
div.DivClassName
{
background-color: #F78478;
}
.BgClassName
{
background-color: #F78478;
}
</style>
border-color css
<style>
span { border-color: #F78478; }
span { border-color: rgb(247,132,120); }
td.TdClassName
{
border-color: #F78478;
}
.TagClassName
{
border-color: #F78478;
}
</style>