Shades of Salmon #F3896F
Tints of Salmon #F3896F
RGB
CMYK
RGB Variations
Color information
#F3896F (or 0xF3896F) is known color: Salmon. HEX triplet: F3, 89 and 6F. RGB value is (243,137,111). Sum of RGB (Red+Green+Blue) = 243+137+111=491 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.49% from 491); Green value is 137 (53.91% from 255 or 27.90% from 491); Blue value is 111 (43.75% from 255 or 22.61% from 491); Max value from RGB is 243 - color contains mainly: red. Hex color #F3896F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3896F is #0C7690. Grayscale: #A5A5A5. Windows color (decimal): -816785 or 7309811. OLE color: 7309811.
HSL color Cylindrical-coordinate representation of color #F3896F: hue angle of 11.82º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F3896F is Cyan = 0, Magento = 0.44, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 137 | 111 | - |
| CMYK | 0 | 0.44 | 0.54 | 0.05 |
| HSL | 11.82º | 0.85% | 0.69% | - |
| HSV(B) | 11.82º | 0.54% | 0.95% | - |
| XYZ | 48.78 | 38.09 | 19.82 | - |
| YUV | 165.73 | 97.12 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 137 | 111 | 0 | 0.44 | 0.54 | 0.05 | 11.82 | 0.85 | 0.69 |
| Hex | F3 | 89 | 6F | 0 | 2C | 36 | 5 | C | 55 | 45 |
| Octal | 363 | 211 | 157 | 0 | 54 | 66 | 5 | 14 | 125 | 105 |
| Binary | 11110011 | 10001001 | 1101111 | 0 | 101100 | 110110 | 101 | 1100 | 1010101 | 1000101 |
Color Harmonies of #F3896F
Complementary color
Monochromatic Colors of #F3896F
Black with #F3896F
Text Example
Text Example
White with #F3896F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3896F; }
p { color: rgb(243,137,111); }
H1.HeaderClassName
{
color: #F3896F;
}
.AnyTagClassName
{
color: #F3896F;
}
</style>
background-color css
<style>
a { background-color: #F3896F; }
a { background-color: rgb(243,137,111); }
div.DivClassName
{
background-color: #F3896F;
}
.BgClassName
{
background-color: #F3896F;
}
</style>
border-color css
<style>
span { border-color: #F3896F; }
span { border-color: rgb(243,137,111); }
td.TdClassName
{
border-color: #F3896F;
}
.TagClassName
{
border-color: #F3896F;
}
</style>