Shades of Salmon #F77A6B
Tints of Salmon #F77A6B
RGB
CMYK
RGB Variations
Color information
#F77A6B (or 0xF77A6B) is known color: Salmon. HEX triplet: F7, 7A and 6B. RGB value is (247,122,107). Sum of RGB (Red+Green+Blue) = 247+122+107=476 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.89% from 476); Green value is 122 (48.05% from 255 or 25.63% from 476); Blue value is 107 (42.19% from 255 or 22.48% from 476); Max value from RGB is 247 - color contains mainly: red. Hex color #F77A6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77A6B is #088594. Grayscale: #9D9D9D. Windows color (decimal): -558485 or 7043831. OLE color: 7043831.
HSL color Cylindrical-coordinate representation of color #F77A6B: hue angle of 6.43º 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 #F77A6B is Cyan = 0, Magento = 0.51, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 122 | 107 | - |
| CMYK | 0 | 0.51 | 0.57 | 0.03 |
| HSL | 6.43º | 0.9% | 0.69% | - |
| HSV(B) | 6.43º | 0.57% | 0.97% | - |
| XYZ | 47.97 | 34.75 | 18.09 | - |
| YUV | 157.67 | 99.41 | 191.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 122 | 107 | 0 | 0.51 | 0.57 | 0.03 | 6.43 | 0.9 | 0.69 |
| Hex | F7 | 7A | 6B | 0 | 33 | 39 | 3 | 6 | 5A | 45 |
| Octal | 367 | 172 | 153 | 0 | 63 | 71 | 3 | 6 | 132 | 105 |
| Binary | 11110111 | 1111010 | 1101011 | 0 | 110011 | 111001 | 11 | 110 | 1011010 | 1000101 |
Color Harmonies of #F77A6B
Complementary color
Monochromatic Colors of #F77A6B
Black with #F77A6B
Text Example
Text Example
White with #F77A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77A6B; }
p { color: rgb(247,122,107); }
H1.HeaderClassName
{
color: #F77A6B;
}
.AnyTagClassName
{
color: #F77A6B;
}
</style>
background-color css
<style>
a { background-color: #F77A6B; }
a { background-color: rgb(247,122,107); }
div.DivClassName
{
background-color: #F77A6B;
}
.BgClassName
{
background-color: #F77A6B;
}
</style>
border-color css
<style>
span { border-color: #F77A6B; }
span { border-color: rgb(247,122,107); }
td.TdClassName
{
border-color: #F77A6B;
}
.TagClassName
{
border-color: #F77A6B;
}
</style>