Shades of Salmon #F3896B
Tints of Salmon #F3896B
RGB
CMYK
RGB Variations
Color information
#F3896B (or 0xF3896B) is known color: Salmon. HEX triplet: F3, 89 and 6B. RGB value is (243,137,107). Sum of RGB (Red+Green+Blue) = 243+137+107=487 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.90% from 487); Green value is 137 (53.91% from 255 or 28.13% from 487); Blue value is 107 (42.19% from 255 or 21.97% from 487); Max value from RGB is 243 - color contains mainly: red. Hex color #F3896B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3896B is #0C7694. Grayscale: #A5A5A5. Windows color (decimal): -816789 or 7047667. OLE color: 7047667.
HSL color Cylindrical-coordinate representation of color #F3896B: hue angle of 13.24º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F3896B is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 137 | 107 | - |
| CMYK | 0 | 0.44 | 0.56 | 0.05 |
| HSL | 13.24º | 0.85% | 0.69% | - |
| HSV(B) | 13.24º | 0.56% | 0.95% | - |
| XYZ | 48.56 | 38.01 | 18.69 | - |
| YUV | 165.27 | 95.12 | 183.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 137 | 107 | 0 | 0.44 | 0.56 | 0.05 | 13.24 | 0.85 | 0.69 |
| Hex | F3 | 89 | 6B | 0 | 2C | 38 | 5 | D | 55 | 45 |
| Octal | 363 | 211 | 153 | 0 | 54 | 70 | 5 | 15 | 125 | 105 |
| Binary | 11110011 | 10001001 | 1101011 | 0 | 101100 | 111000 | 101 | 1101 | 1010101 | 1000101 |
Color Harmonies of #F3896B
Complementary color
Monochromatic Colors of #F3896B
Black with #F3896B
Text Example
Text Example
White with #F3896B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3896B; }
p { color: rgb(243,137,107); }
H1.HeaderClassName
{
color: #F3896B;
}
.AnyTagClassName
{
color: #F3896B;
}
</style>
background-color css
<style>
a { background-color: #F3896B; }
a { background-color: rgb(243,137,107); }
div.DivClassName
{
background-color: #F3896B;
}
.BgClassName
{
background-color: #F3896B;
}
</style>
border-color css
<style>
span { border-color: #F3896B; }
span { border-color: rgb(243,137,107); }
td.TdClassName
{
border-color: #F3896B;
}
.TagClassName
{
border-color: #F3896B;
}
</style>