Shades of Salmon #F77E6B
Tints of Salmon #F77E6B
RGB
CMYK
RGB Variations
Color information
#F77E6B (or 0xF77E6B) is known color: Salmon. HEX triplet: F7, 7E and 6B. RGB value is (247,126,107). Sum of RGB (Red+Green+Blue) = 247+126+107=480 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.46% from 480); Green value is 126 (49.61% from 255 or 26.25% from 480); Blue value is 107 (42.19% from 255 or 22.29% from 480); Max value from RGB is 247 - color contains mainly: red. Hex color #F77E6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77E6B is #088194. Grayscale: #A0A0A0. Windows color (decimal): -557461 or 7044855. OLE color: 7044855.
HSL color Cylindrical-coordinate representation of color #F77E6B: hue angle of 8.14º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F77E6B is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 126 | 107 | - |
| CMYK | 0 | 0.49 | 0.57 | 0.03 |
| HSL | 8.14º | 0.9% | 0.69% | - |
| HSV(B) | 8.14º | 0.57% | 0.97% | - |
| XYZ | 48.47 | 35.76 | 18.26 | - |
| YUV | 160.01 | 98.09 | 190.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 126 | 107 | 0 | 0.49 | 0.57 | 0.03 | 8.14 | 0.9 | 0.69 |
| Hex | F7 | 7E | 6B | 0 | 31 | 39 | 3 | 8 | 5A | 45 |
| Octal | 367 | 176 | 153 | 0 | 61 | 71 | 3 | 10 | 132 | 105 |
| Binary | 11110111 | 1111110 | 1101011 | 0 | 110001 | 111001 | 11 | 1000 | 1011010 | 1000101 |
Color Harmonies of #F77E6B
Complementary color
Monochromatic Colors of #F77E6B
Black with #F77E6B
Text Example
Text Example
White with #F77E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77E6B; }
p { color: rgb(247,126,107); }
H1.HeaderClassName
{
color: #F77E6B;
}
.AnyTagClassName
{
color: #F77E6B;
}
</style>
background-color css
<style>
a { background-color: #F77E6B; }
a { background-color: rgb(247,126,107); }
div.DivClassName
{
background-color: #F77E6B;
}
.BgClassName
{
background-color: #F77E6B;
}
</style>
border-color css
<style>
span { border-color: #F77E6B; }
span { border-color: rgb(247,126,107); }
td.TdClassName
{
border-color: #F77E6B;
}
.TagClassName
{
border-color: #F77E6B;
}
</style>