Shades of Salmon #FF8968
Tints of Salmon #FF8968
RGB
CMYK
RGB Variations
Color information
#FF8968 (or 0xFF8968) is known color: Salmon. HEX triplet: FF, 89 and 68. RGB value is (255,137,104). Sum of RGB (Red+Green+Blue) = 255+137+104=496 (65% of max value = 765). Red value is 255 (100% from 255 or 51.41% from 496); Green value is 137 (53.91% from 255 or 27.62% from 496); Blue value is 104 (41.02% from 255 or 20.97% from 496); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8968 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8968 is #007697. Grayscale: #A8A8A8. Windows color (decimal): -30360 or 6851071. OLE color: 6851071.
HSL color Cylindrical-coordinate representation of color #FF8968: hue angle of 13.11º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FF8968 is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 137 | 104 | - |
| CMYK | 0 | 0.46 | 0.59 | 0 |
| HSL | 13.11º | 1% | 0.7% | - |
| HSV(B) | 13.11º | 0.59% | 1% | - |
| XYZ | 52.68 | 40.15 | 18.07 | - |
| YUV | 168.52 | 91.59 | 189.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 137 | 104 | 0 | 0.46 | 0.59 | 0 | 13.11 | 1 | 0.7 |
| Hex | FF | 89 | 68 | 0 | 2E | 3B | 0 | D | 64 | 46 |
| Octal | 377 | 211 | 150 | 0 | 56 | 73 | 0 | 15 | 144 | 106 |
| Binary | 11111111 | 10001001 | 1101000 | 0 | 101110 | 111011 | 0 | 1101 | 1100100 | 1000110 |
Color Harmonies of #FF8968
Complementary color
Monochromatic Colors of #FF8968
Black with #FF8968
Text Example
Text Example
White with #FF8968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8968; }
p { color: rgb(255,137,104); }
H1.HeaderClassName
{
color: #FF8968;
}
.AnyTagClassName
{
color: #FF8968;
}
</style>
background-color css
<style>
a { background-color: #FF8968; }
a { background-color: rgb(255,137,104); }
div.DivClassName
{
background-color: #FF8968;
}
.BgClassName
{
background-color: #FF8968;
}
</style>
border-color css
<style>
span { border-color: #FF8968; }
span { border-color: rgb(255,137,104); }
td.TdClassName
{
border-color: #FF8968;
}
.TagClassName
{
border-color: #FF8968;
}
</style>