Shades of Salmon #F7897A
Tints of Salmon #F7897A
RGB
CMYK
RGB Variations
Color information
#F7897A (or 0xF7897A) is known color: Salmon. HEX triplet: F7, 89 and 7A. RGB value is (247,137,122). Sum of RGB (Red+Green+Blue) = 247+137+122=506 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.81% from 506); Green value is 137 (53.91% from 255 or 27.08% from 506); Blue value is 122 (48.05% from 255 or 24.11% from 506); Max value from RGB is 247 - color contains mainly: red. Hex color #F7897A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7897A is #087685. Grayscale: #A8A8A8. Windows color (decimal): -554630 or 8030711. OLE color: 8030711.
HSL color Cylindrical-coordinate representation of color #F7897A: hue angle of 7.2º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F7897A is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 137 | 122 | - |
| CMYK | 0 | 0.45 | 0.51 | 0.03 |
| HSL | 7.2º | 0.89% | 0.72% | - |
| HSV(B) | 7.2º | 0.51% | 0.97% | - |
| XYZ | 50.82 | 39.07 | 23.28 | - |
| YUV | 168.18 | 101.94 | 184.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 137 | 122 | 0 | 0.45 | 0.51 | 0.03 | 7.2 | 0.89 | 0.72 |
| Hex | F7 | 89 | 7A | 0 | 2D | 33 | 3 | 7 | 59 | 48 |
| Octal | 367 | 211 | 172 | 0 | 55 | 63 | 3 | 7 | 131 | 110 |
| Binary | 11110111 | 10001001 | 1111010 | 0 | 101101 | 110011 | 11 | 111 | 1011001 | 1001000 |
Color Harmonies of #F7897A
Complementary color
Monochromatic Colors of #F7897A
Black with #F7897A
Text Example
Text Example
White with #F7897A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7897A; }
p { color: rgb(247,137,122); }
H1.HeaderClassName
{
color: #F7897A;
}
.AnyTagClassName
{
color: #F7897A;
}
</style>
background-color css
<style>
a { background-color: #F7897A; }
a { background-color: rgb(247,137,122); }
div.DivClassName
{
background-color: #F7897A;
}
.BgClassName
{
background-color: #F7897A;
}
</style>
border-color css
<style>
span { border-color: #F7897A; }
span { border-color: rgb(247,137,122); }
td.TdClassName
{
border-color: #F7897A;
}
.TagClassName
{
border-color: #F7897A;
}
</style>