Shades of Salmon #F78472
Tints of Salmon #F78472
RGB
CMYK
RGB Variations
Color information
#F78472 (or 0xF78472) is known color: Salmon. HEX triplet: F7, 84 and 72. RGB value is (247,132,114). Sum of RGB (Red+Green+Blue) = 247+132+114=493 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.10% from 493); Green value is 132 (51.95% from 255 or 26.77% from 493); Blue value is 114 (44.92% from 255 or 23.12% from 493); Max value from RGB is 247 - color contains mainly: red. Hex color #F78472 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78472 is #087B8D. Grayscale: #A4A4A4. Windows color (decimal): -555918 or 7505143. OLE color: 7505143.
HSL color Cylindrical-coordinate representation of color #F78472: hue angle of 8.12º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F78472 is Cyan = 0, Magento = 0.47, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 132 | 114 | - |
| CMYK | 0 | 0.47 | 0.54 | 0.03 |
| HSL | 8.12º | 0.89% | 0.71% | - |
| HSV(B) | 8.12º | 0.54% | 0.97% | - |
| XYZ | 49.65 | 37.49 | 20.54 | - |
| YUV | 164.33 | 99.6 | 186.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 132 | 114 | 0 | 0.47 | 0.54 | 0.03 | 8.12 | 0.89 | 0.71 |
| Hex | F7 | 84 | 72 | 0 | 2F | 36 | 3 | 8 | 59 | 47 |
| Octal | 367 | 204 | 162 | 0 | 57 | 66 | 3 | 10 | 131 | 107 |
| Binary | 11110111 | 10000100 | 1110010 | 0 | 101111 | 110110 | 11 | 1000 | 1011001 | 1000111 |
Color Harmonies of #F78472
Complementary color
Monochromatic Colors of #F78472
Black with #F78472
Text Example
Text Example
White with #F78472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78472; }
p { color: rgb(247,132,114); }
H1.HeaderClassName
{
color: #F78472;
}
.AnyTagClassName
{
color: #F78472;
}
</style>
background-color css
<style>
a { background-color: #F78472; }
a { background-color: rgb(247,132,114); }
div.DivClassName
{
background-color: #F78472;
}
.BgClassName
{
background-color: #F78472;
}
</style>
border-color css
<style>
span { border-color: #F78472; }
span { border-color: rgb(247,132,114); }
td.TdClassName
{
border-color: #F78472;
}
.TagClassName
{
border-color: #F78472;
}
</style>