Shades of Salmon #F77F6B
Tints of Salmon #F77F6B
RGB
CMYK
RGB Variations
Color information
#F77F6B (or 0xF77F6B) is known color: Salmon. HEX triplet: F7, 7F and 6B. RGB value is (247,127,107). Sum of RGB (Red+Green+Blue) = 247+127+107=481 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.35% from 481); Green value is 127 (50% from 255 or 26.40% from 481); Blue value is 107 (42.19% from 255 or 22.25% from 481); Max value from RGB is 247 - color contains mainly: red. Hex color #F77F6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77F6B is #088094. Grayscale: #A0A0A0. Windows color (decimal): -557205 or 7045111. OLE color: 7045111.
HSL color Cylindrical-coordinate representation of color #F77F6B: hue angle of 8.57º 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 #F77F6B is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 127 | 107 | - |
| CMYK | 0 | 0.49 | 0.57 | 0.03 |
| HSL | 8.57º | 0.9% | 0.69% | - |
| HSV(B) | 8.57º | 0.57% | 0.97% | - |
| XYZ | 48.6 | 36.01 | 18.3 | - |
| YUV | 160.6 | 97.76 | 189.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 127 | 107 | 0 | 0.49 | 0.57 | 0.03 | 8.57 | 0.9 | 0.69 |
| Hex | F7 | 7F | 6B | 0 | 31 | 39 | 3 | 9 | 5A | 45 |
| Octal | 367 | 177 | 153 | 0 | 61 | 71 | 3 | 11 | 132 | 105 |
| Binary | 11110111 | 1111111 | 1101011 | 0 | 110001 | 111001 | 11 | 1001 | 1011010 | 1000101 |
Color Harmonies of #F77F6B
Complementary color
Monochromatic Colors of #F77F6B
Black with #F77F6B
Text Example
Text Example
White with #F77F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77F6B; }
p { color: rgb(247,127,107); }
H1.HeaderClassName
{
color: #F77F6B;
}
.AnyTagClassName
{
color: #F77F6B;
}
</style>
background-color css
<style>
a { background-color: #F77F6B; }
a { background-color: rgb(247,127,107); }
div.DivClassName
{
background-color: #F77F6B;
}
.BgClassName
{
background-color: #F77F6B;
}
</style>
border-color css
<style>
span { border-color: #F77F6B; }
span { border-color: rgb(247,127,107); }
td.TdClassName
{
border-color: #F77F6B;
}
.TagClassName
{
border-color: #F77F6B;
}
</style>