Shades of Salmon #FF8975
Tints of Salmon #FF8975
RGB
CMYK
RGB Variations
Color information
#FF8975 (or 0xFF8975) is known color: Salmon. HEX triplet: FF, 89 and 75. RGB value is (255,137,117). Sum of RGB (Red+Green+Blue) = 255+137+117=509 (67% of max value = 765). Red value is 255 (100% from 255 or 50.10% from 509); Green value is 137 (53.91% from 255 or 26.92% from 509); Blue value is 117 (46.09% from 255 or 22.99% from 509); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8975 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8975 is #00768A. Grayscale: #AAAAAA. Windows color (decimal): -30347 or 7703039. OLE color: 7703039.
HSL color Cylindrical-coordinate representation of color #FF8975: hue angle of 8.7º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FF8975 is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 137 | 117 | - |
| CMYK | 0 | 0.46 | 0.54 | 0 |
| HSL | 8.7º | 1% | 0.73% | - |
| HSV(B) | 8.7º | 0.54% | 1% | - |
| XYZ | 53.4 | 40.44 | 21.82 | - |
| YUV | 170 | 98.09 | 188.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 137 | 117 | 0 | 0.46 | 0.54 | 0 | 8.7 | 1 | 0.73 |
| Hex | FF | 89 | 75 | 0 | 2E | 36 | 0 | 9 | 64 | 49 |
| Octal | 377 | 211 | 165 | 0 | 56 | 66 | 0 | 11 | 144 | 111 |
| Binary | 11111111 | 10001001 | 1110101 | 0 | 101110 | 110110 | 0 | 1001 | 1100100 | 1001001 |
Color Harmonies of #FF8975
Complementary color
Monochromatic Colors of #FF8975
Black with #FF8975
Text Example
Text Example
White with #FF8975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8975; }
p { color: rgb(255,137,117); }
H1.HeaderClassName
{
color: #FF8975;
}
.AnyTagClassName
{
color: #FF8975;
}
</style>
background-color css
<style>
a { background-color: #FF8975; }
a { background-color: rgb(255,137,117); }
div.DivClassName
{
background-color: #FF8975;
}
.BgClassName
{
background-color: #FF8975;
}
</style>
border-color css
<style>
span { border-color: #FF8975; }
span { border-color: rgb(255,137,117); }
td.TdClassName
{
border-color: #FF8975;
}
.TagClassName
{
border-color: #FF8975;
}
</style>