Shades of Salmon #F77C6D
Tints of Salmon #F77C6D
RGB
CMYK
RGB Variations
Color information
#F77C6D (or 0xF77C6D) is known color: Salmon. HEX triplet: F7, 7C and 6D. RGB value is (247,124,109). Sum of RGB (Red+Green+Blue) = 247+124+109=480 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.46% from 480); Green value is 124 (48.83% from 255 or 25.83% from 480); Blue value is 109 (42.97% from 255 or 22.71% from 480); Max value from RGB is 247 - color contains mainly: red. Hex color #F77C6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77C6D is #088392. Grayscale: #9F9F9F. Windows color (decimal): -557971 or 7175415. OLE color: 7175415.
HSL color Cylindrical-coordinate representation of color #F77C6D: hue angle of 6.52º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F77C6D is Cyan = 0, Magento = 0.50, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 124 | 109 | - |
| CMYK | 0 | 0.50 | 0.56 | 0.03 |
| HSL | 6.52º | 0.9% | 0.7% | - |
| HSV(B) | 6.52º | 0.56% | 0.97% | - |
| XYZ | 48.33 | 35.29 | 18.73 | - |
| YUV | 159.07 | 99.75 | 190.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 124 | 109 | 0 | 0.50 | 0.56 | 0.03 | 6.52 | 0.9 | 0.7 |
| Hex | F7 | 7C | 6D | 0 | 32 | 38 | 3 | 7 | 5A | 46 |
| Octal | 367 | 174 | 155 | 0 | 62 | 70 | 3 | 7 | 132 | 106 |
| Binary | 11110111 | 1111100 | 1101101 | 0 | 110010 | 111000 | 11 | 111 | 1011010 | 1000110 |
Color Harmonies of #F77C6D
Complementary color
Monochromatic Colors of #F77C6D
Black with #F77C6D
Text Example
Text Example
White with #F77C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77C6D; }
p { color: rgb(247,124,109); }
H1.HeaderClassName
{
color: #F77C6D;
}
.AnyTagClassName
{
color: #F77C6D;
}
</style>
background-color css
<style>
a { background-color: #F77C6D; }
a { background-color: rgb(247,124,109); }
div.DivClassName
{
background-color: #F77C6D;
}
.BgClassName
{
background-color: #F77C6D;
}
</style>
border-color css
<style>
span { border-color: #F77C6D; }
span { border-color: rgb(247,124,109); }
td.TdClassName
{
border-color: #F77C6D;
}
.TagClassName
{
border-color: #F77C6D;
}
</style>