Shades of Salmon #FF8075
Tints of Salmon #FF8075
RGB
CMYK
RGB Variations
Color information
#FF8075 (or 0xFF8075) is known color: Salmon. HEX triplet: FF, 80 and 75. RGB value is (255,128,117). Sum of RGB (Red+Green+Blue) = 255+128+117=500 (66% of max value = 765). Red value is 255 (100% from 255 or 51% from 500); Green value is 128 (50.39% from 255 or 25.6% from 500); Blue value is 117 (46.09% from 255 or 23.4% from 500); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8075 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8075 is #007F8A. Grayscale: #A4A4A4. Windows color (decimal): -32651 or 7700735. OLE color: 7700735.
HSL color Cylindrical-coordinate representation of color #FF8075: hue angle of 4.78º 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 #FF8075 is Cyan = 0, Magento = 0.50, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 128 | 117 | - |
| CMYK | 0 | 0.50 | 0.54 | 0 |
| HSL | 4.78º | 1% | 0.73% | - |
| HSV(B) | 4.78º | 0.54% | 1% | - |
| XYZ | 52.17 | 37.98 | 21.41 | - |
| YUV | 164.72 | 101.08 | 192.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 128 | 117 | 0 | 0.50 | 0.54 | 0 | 4.78 | 1 | 0.73 |
| Hex | FF | 80 | 75 | 0 | 32 | 36 | 0 | 5 | 64 | 49 |
| Octal | 377 | 200 | 165 | 0 | 62 | 66 | 0 | 5 | 144 | 111 |
| Binary | 11111111 | 10000000 | 1110101 | 0 | 110010 | 110110 | 0 | 101 | 1100100 | 1001001 |
Color Harmonies of #FF8075
Complementary color
Monochromatic Colors of #FF8075
Black with #FF8075
Text Example
Text Example
White with #FF8075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8075; }
p { color: rgb(255,128,117); }
H1.HeaderClassName
{
color: #FF8075;
}
.AnyTagClassName
{
color: #FF8075;
}
</style>
background-color css
<style>
a { background-color: #FF8075; }
a { background-color: rgb(255,128,117); }
div.DivClassName
{
background-color: #FF8075;
}
.BgClassName
{
background-color: #FF8075;
}
</style>
border-color css
<style>
span { border-color: #FF8075; }
span { border-color: rgb(255,128,117); }
td.TdClassName
{
border-color: #FF8075;
}
.TagClassName
{
border-color: #FF8075;
}
</style>