Shades of Salmon #FF8179
Tints of Salmon #FF8179
RGB
CMYK
RGB Variations
Color information
#FF8179 (or 0xFF8179) is known color: Salmon. HEX triplet: FF, 81 and 79. RGB value is (255,129,121). Sum of RGB (Red+Green+Blue) = 255+129+121=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 129 (50.78% from 255 or 25.54% from 505); Blue value is 121 (47.66% from 255 or 23.96% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8179 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8179 is #007E86. Grayscale: #A5A5A5. Windows color (decimal): -32391 or 7963135. OLE color: 7963135.
HSL color Cylindrical-coordinate representation of color #FF8179: hue angle of 3.58º 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 #FF8179 is Cyan = 0, Magento = 0.49, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 129 | 121 | - |
| CMYK | 0 | 0.49 | 0.53 | 0 |
| HSL | 3.58º | 1% | 0.74% | - |
| HSV(B) | 3.58º | 0.53% | 1% | - |
| XYZ | 52.54 | 38.34 | 22.72 | - |
| YUV | 165.76 | 102.74 | 191.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 129 | 121 | 0 | 0.49 | 0.53 | 0 | 3.58 | 1 | 0.74 |
| Hex | FF | 81 | 79 | 0 | 31 | 35 | 0 | 4 | 64 | 4A |
| Octal | 377 | 201 | 171 | 0 | 61 | 65 | 0 | 4 | 144 | 112 |
| Binary | 11111111 | 10000001 | 1111001 | 0 | 110001 | 110101 | 0 | 100 | 1100100 | 1001010 |
Color Harmonies of #FF8179
Complementary color
Monochromatic Colors of #FF8179
Black with #FF8179
Text Example
Text Example
White with #FF8179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8179; }
p { color: rgb(255,129,121); }
H1.HeaderClassName
{
color: #FF8179;
}
.AnyTagClassName
{
color: #FF8179;
}
</style>
background-color css
<style>
a { background-color: #FF8179; }
a { background-color: rgb(255,129,121); }
div.DivClassName
{
background-color: #FF8179;
}
.BgClassName
{
background-color: #FF8179;
}
</style>
border-color css
<style>
span { border-color: #FF8179; }
span { border-color: rgb(255,129,121); }
td.TdClassName
{
border-color: #FF8179;
}
.TagClassName
{
border-color: #FF8179;
}
</style>