Shades of Salmon #FF8979
Tints of Salmon #FF8979
RGB
CMYK
RGB Variations
Color information
#FF8979 (or 0xFF8979) is known color: Salmon. HEX triplet: FF, 89 and 79. RGB value is (255,137,121). Sum of RGB (Red+Green+Blue) = 255+137+121=513 (67% of max value = 765). Red value is 255 (100% from 255 or 49.71% from 513); Green value is 137 (53.91% from 255 or 26.71% from 513); Blue value is 121 (47.66% from 255 or 23.59% from 513); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8979 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8979 is #007686. Grayscale: #AAAAAA. Windows color (decimal): -30343 or 7965183. OLE color: 7965183.
HSL color Cylindrical-coordinate representation of color #FF8979: hue angle of 7.16º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FF8979 is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 137 | 121 | - |
| CMYK | 0 | 0.46 | 0.53 | 0 |
| HSL | 7.16º | 1% | 0.74% | - |
| HSV(B) | 7.16º | 0.53% | 1% | - |
| XYZ | 53.64 | 40.53 | 23.09 | - |
| YUV | 170.46 | 100.09 | 188.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 137 | 121 | 0 | 0.46 | 0.53 | 0 | 7.16 | 1 | 0.74 |
| Hex | FF | 89 | 79 | 0 | 2E | 35 | 0 | 7 | 64 | 4A |
| Octal | 377 | 211 | 171 | 0 | 56 | 65 | 0 | 7 | 144 | 112 |
| Binary | 11111111 | 10001001 | 1111001 | 0 | 101110 | 110101 | 0 | 111 | 1100100 | 1001010 |
Color Harmonies of #FF8979
Complementary color
Monochromatic Colors of #FF8979
Black with #FF8979
Text Example
Text Example
White with #FF8979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8979; }
p { color: rgb(255,137,121); }
H1.HeaderClassName
{
color: #FF8979;
}
.AnyTagClassName
{
color: #FF8979;
}
</style>
background-color css
<style>
a { background-color: #FF8979; }
a { background-color: rgb(255,137,121); }
div.DivClassName
{
background-color: #FF8979;
}
.BgClassName
{
background-color: #FF8979;
}
</style>
border-color css
<style>
span { border-color: #FF8979; }
span { border-color: rgb(255,137,121); }
td.TdClassName
{
border-color: #FF8979;
}
.TagClassName
{
border-color: #FF8979;
}
</style>