Shades of Salmon #F77E6E
Tints of Salmon #F77E6E
RGB
CMYK
RGB Variations
Color information
#F77E6E (or 0xF77E6E) is known color: Salmon. HEX triplet: F7, 7E and 6E. RGB value is (247,126,110). Sum of RGB (Red+Green+Blue) = 247+126+110=483 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.14% from 483); Green value is 126 (49.61% from 255 or 26.09% from 483); Blue value is 110 (43.36% from 255 or 22.77% from 483); Max value from RGB is 247 - color contains mainly: red. Hex color #F77E6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77E6E is #088191. Grayscale: #A0A0A0. Windows color (decimal): -557458 or 7241463. OLE color: 7241463.
HSL color Cylindrical-coordinate representation of color #F77E6E: hue angle of 7.01º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F77E6E is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 126 | 110 | - |
| CMYK | 0 | 0.49 | 0.55 | 0.03 |
| HSL | 7.01º | 0.9% | 0.7% | - |
| HSV(B) | 7.01º | 0.55% | 0.97% | - |
| XYZ | 48.63 | 35.82 | 19.1 | - |
| YUV | 160.36 | 99.59 | 189.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 126 | 110 | 0 | 0.49 | 0.55 | 0.03 | 7.01 | 0.9 | 0.7 |
| Hex | F7 | 7E | 6E | 0 | 31 | 37 | 3 | 7 | 5A | 46 |
| Octal | 367 | 176 | 156 | 0 | 61 | 67 | 3 | 7 | 132 | 106 |
| Binary | 11110111 | 1111110 | 1101110 | 0 | 110001 | 110111 | 11 | 111 | 1011010 | 1000110 |
Color Harmonies of #F77E6E
Complementary color
Monochromatic Colors of #F77E6E
Black with #F77E6E
Text Example
Text Example
White with #F77E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77E6E; }
p { color: rgb(247,126,110); }
H1.HeaderClassName
{
color: #F77E6E;
}
.AnyTagClassName
{
color: #F77E6E;
}
</style>
background-color css
<style>
a { background-color: #F77E6E; }
a { background-color: rgb(247,126,110); }
div.DivClassName
{
background-color: #F77E6E;
}
.BgClassName
{
background-color: #F77E6E;
}
</style>
border-color css
<style>
span { border-color: #F77E6E; }
span { border-color: rgb(247,126,110); }
td.TdClassName
{
border-color: #F77E6E;
}
.TagClassName
{
border-color: #F77E6E;
}
</style>