Shades of Salmon #F78274
Tints of Salmon #F78274
RGB
CMYK
RGB Variations
Color information
#F78274 (or 0xF78274) is known color: Salmon. HEX triplet: F7, 82 and 74. RGB value is (247,130,116). Sum of RGB (Red+Green+Blue) = 247+130+116=493 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.10% from 493); Green value is 130 (51.17% from 255 or 26.37% from 493); Blue value is 116 (45.70% from 255 or 23.53% from 493); Max value from RGB is 247 - color contains mainly: red. Hex color #F78274 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78274 is #087D8B. Grayscale: #A3A3A3. Windows color (decimal): -556428 or 7635703. OLE color: 7635703.
HSL color Cylindrical-coordinate representation of color #F78274: hue angle of 6.41º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F78274 is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 130 | 116 | - |
| CMYK | 0 | 0.47 | 0.53 | 0.03 |
| HSL | 6.41º | 0.89% | 0.71% | - |
| HSV(B) | 6.41º | 0.53% | 0.97% | - |
| XYZ | 49.49 | 37 | 21.06 | - |
| YUV | 163.39 | 101.26 | 187.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 130 | 116 | 0 | 0.47 | 0.53 | 0.03 | 6.41 | 0.89 | 0.71 |
| Hex | F7 | 82 | 74 | 0 | 2F | 35 | 3 | 6 | 59 | 47 |
| Octal | 367 | 202 | 164 | 0 | 57 | 65 | 3 | 6 | 131 | 107 |
| Binary | 11110111 | 10000010 | 1110100 | 0 | 101111 | 110101 | 11 | 110 | 1011001 | 1000111 |
Color Harmonies of #F78274
Complementary color
Monochromatic Colors of #F78274
Black with #F78274
Text Example
Text Example
White with #F78274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78274; }
p { color: rgb(247,130,116); }
H1.HeaderClassName
{
color: #F78274;
}
.AnyTagClassName
{
color: #F78274;
}
</style>
background-color css
<style>
a { background-color: #F78274; }
a { background-color: rgb(247,130,116); }
div.DivClassName
{
background-color: #F78274;
}
.BgClassName
{
background-color: #F78274;
}
</style>
border-color css
<style>
span { border-color: #F78274; }
span { border-color: rgb(247,130,116); }
td.TdClassName
{
border-color: #F78274;
}
.TagClassName
{
border-color: #F78274;
}
</style>