Shades of Salmon #F78B7A
Tints of Salmon #F78B7A
RGB
CMYK
RGB Variations
Color information
#F78B7A (or 0xF78B7A) is known color: Salmon. HEX triplet: F7, 8B and 7A. RGB value is (247,139,122). Sum of RGB (Red+Green+Blue) = 247+139+122=508 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.62% from 508); Green value is 139 (54.69% from 255 or 27.36% from 508); Blue value is 122 (48.05% from 255 or 24.02% from 508); Max value from RGB is 247 - color contains mainly: red. Hex color #F78B7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78B7A is #087485. Grayscale: #A9A9A9. Windows color (decimal): -554118 or 8031223. OLE color: 8031223.
HSL color Cylindrical-coordinate representation of color #F78B7A: hue angle of 8.16º 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 #F78B7A is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 139 | 122 | - |
| CMYK | 0 | 0.44 | 0.51 | 0.03 |
| HSL | 8.16º | 0.89% | 0.72% | - |
| HSV(B) | 8.16º | 0.51% | 0.97% | - |
| XYZ | 51.1 | 39.64 | 23.37 | - |
| YUV | 169.35 | 101.28 | 183.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 139 | 122 | 0 | 0.44 | 0.51 | 0.03 | 8.16 | 0.89 | 0.72 |
| Hex | F7 | 8B | 7A | 0 | 2C | 33 | 3 | 8 | 59 | 48 |
| Octal | 367 | 213 | 172 | 0 | 54 | 63 | 3 | 10 | 131 | 110 |
| Binary | 11110111 | 10001011 | 1111010 | 0 | 101100 | 110011 | 11 | 1000 | 1011001 | 1001000 |
Color Harmonies of #F78B7A
Complementary color
Monochromatic Colors of #F78B7A
Black with #F78B7A
Text Example
Text Example
White with #F78B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78B7A; }
p { color: rgb(247,139,122); }
H1.HeaderClassName
{
color: #F78B7A;
}
.AnyTagClassName
{
color: #F78B7A;
}
</style>
background-color css
<style>
a { background-color: #F78B7A; }
a { background-color: rgb(247,139,122); }
div.DivClassName
{
background-color: #F78B7A;
}
.BgClassName
{
background-color: #F78B7A;
}
</style>
border-color css
<style>
span { border-color: #F78B7A; }
span { border-color: rgb(247,139,122); }
td.TdClassName
{
border-color: #F78B7A;
}
.TagClassName
{
border-color: #F78B7A;
}
</style>