Shades of Salmon #F78275
Tints of Salmon #F78275
RGB
CMYK
RGB Variations
Color information
#F78275 (or 0xF78275) is known color: Salmon. HEX triplet: F7, 82 and 75. RGB value is (247,130,117). Sum of RGB (Red+Green+Blue) = 247+130+117=494 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50% from 494); Green value is 130 (51.17% from 255 or 26.32% from 494); Blue value is 117 (46.09% from 255 or 23.68% from 494); Max value from RGB is 247 - color contains mainly: red. Hex color #F78275 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78275 is #087D8A. Grayscale: #A3A3A3. Windows color (decimal): -556427 or 7701239. OLE color: 7701239.
HSL color Cylindrical-coordinate representation of color #F78275: hue angle of 6º 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 #F78275 is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 130 | 117 | - |
| CMYK | 0 | 0.47 | 0.53 | 0.03 |
| HSL | 6º | 0.89% | 0.71% | - |
| HSV(B) | 6º | 0.53% | 0.97% | - |
| XYZ | 49.55 | 37.02 | 21.36 | - |
| YUV | 163.5 | 101.76 | 187.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 130 | 117 | 0 | 0.47 | 0.53 | 0.03 | 6 | 0.89 | 0.71 |
| Hex | F7 | 82 | 75 | 0 | 2F | 35 | 3 | 6 | 59 | 47 |
| Octal | 367 | 202 | 165 | 0 | 57 | 65 | 3 | 6 | 131 | 107 |
| Binary | 11110111 | 10000010 | 1110101 | 0 | 101111 | 110101 | 11 | 110 | 1011001 | 1000111 |
Color Harmonies of #F78275
Complementary color
Monochromatic Colors of #F78275
Black with #F78275
Text Example
Text Example
White with #F78275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78275; }
p { color: rgb(247,130,117); }
H1.HeaderClassName
{
color: #F78275;
}
.AnyTagClassName
{
color: #F78275;
}
</style>
background-color css
<style>
a { background-color: #F78275; }
a { background-color: rgb(247,130,117); }
div.DivClassName
{
background-color: #F78275;
}
.BgClassName
{
background-color: #F78275;
}
</style>
border-color css
<style>
span { border-color: #F78275; }
span { border-color: rgb(247,130,117); }
td.TdClassName
{
border-color: #F78275;
}
.TagClassName
{
border-color: #F78275;
}
</style>