Shades of Salmon #F78B7C
Tints of Salmon #F78B7C
RGB
CMYK
RGB Variations
Color information
#F78B7C (or 0xF78B7C) is known color: Salmon. HEX triplet: F7, 8B and 7C. RGB value is (247,139,124). Sum of RGB (Red+Green+Blue) = 247+139+124=510 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.43% from 510); Green value is 139 (54.69% from 255 or 27.25% from 510); Blue value is 124 (48.83% from 255 or 24.31% from 510); Max value from RGB is 247 - color contains mainly: red. Hex color #F78B7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78B7C is #087483. Grayscale: #A9A9A9. Windows color (decimal): -554116 or 8162295. OLE color: 8162295.
HSL color Cylindrical-coordinate representation of color #F78B7C: hue angle of 7.32º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F78B7C is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 139 | 124 | - |
| CMYK | 0 | 0.44 | 0.50 | 0.03 |
| HSL | 7.32º | 0.88% | 0.73% | - |
| HSV(B) | 7.32º | 0.5% | 0.97% | - |
| XYZ | 51.23 | 39.69 | 24.03 | - |
| YUV | 169.58 | 102.28 | 183.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 139 | 124 | 0 | 0.44 | 0.50 | 0.03 | 7.32 | 0.88 | 0.73 |
| Hex | F7 | 8B | 7C | 0 | 2C | 32 | 3 | 7 | 58 | 49 |
| Octal | 367 | 213 | 174 | 0 | 54 | 62 | 3 | 7 | 130 | 111 |
| Binary | 11110111 | 10001011 | 1111100 | 0 | 101100 | 110010 | 11 | 111 | 1011000 | 1001001 |
Color Harmonies of #F78B7C
Complementary color
Monochromatic Colors of #F78B7C
Black with #F78B7C
Text Example
Text Example
White with #F78B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78B7C; }
p { color: rgb(247,139,124); }
H1.HeaderClassName
{
color: #F78B7C;
}
.AnyTagClassName
{
color: #F78B7C;
}
</style>
background-color css
<style>
a { background-color: #F78B7C; }
a { background-color: rgb(247,139,124); }
div.DivClassName
{
background-color: #F78B7C;
}
.BgClassName
{
background-color: #F78B7C;
}
</style>
border-color css
<style>
span { border-color: #F78B7C; }
span { border-color: rgb(247,139,124); }
td.TdClassName
{
border-color: #F78B7C;
}
.TagClassName
{
border-color: #F78B7C;
}
</style>