Shades of Salmon #F0896B
Tints of Salmon #F0896B
RGB
CMYK
RGB Variations
Color information
#F0896B (or 0xF0896B) is known color: Salmon. HEX triplet: F0, 89 and 6B. RGB value is (240,137,107). Sum of RGB (Red+Green+Blue) = 240+137+107=484 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.59% from 484); Green value is 137 (53.91% from 255 or 28.31% from 484); Blue value is 107 (42.19% from 255 or 22.11% from 484); Max value from RGB is 240 - color contains mainly: red. Hex color #F0896B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0896B is #0F7694. Grayscale: #A4A4A4. Windows color (decimal): -1013397 or 7047664. OLE color: 7047664.
HSL color Cylindrical-coordinate representation of color #F0896B: hue angle of 13.53º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F0896B is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 137 | 107 | - |
| CMYK | 0 | 0.43 | 0.55 | 0.06 |
| HSL | 13.53º | 0.82% | 0.68% | - |
| HSV(B) | 13.53º | 0.55% | 0.94% | - |
| XYZ | 47.53 | 37.48 | 18.64 | - |
| YUV | 164.38 | 95.62 | 181.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 137 | 107 | 0 | 0.43 | 0.55 | 0.06 | 13.53 | 0.82 | 0.68 |
| Hex | F0 | 89 | 6B | 0 | 2B | 37 | 6 | E | 52 | 44 |
| Octal | 360 | 211 | 153 | 0 | 53 | 67 | 6 | 16 | 122 | 104 |
| Binary | 11110000 | 10001001 | 1101011 | 0 | 101011 | 110111 | 110 | 1110 | 1010010 | 1000100 |
Color Harmonies of #F0896B
Complementary color
Monochromatic Colors of #F0896B
Black with #F0896B
Text Example
Text Example
White with #F0896B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0896B; }
p { color: rgb(240,137,107); }
H1.HeaderClassName
{
color: #F0896B;
}
.AnyTagClassName
{
color: #F0896B;
}
</style>
background-color css
<style>
a { background-color: #F0896B; }
a { background-color: rgb(240,137,107); }
div.DivClassName
{
background-color: #F0896B;
}
.BgClassName
{
background-color: #F0896B;
}
</style>
border-color css
<style>
span { border-color: #F0896B; }
span { border-color: rgb(240,137,107); }
td.TdClassName
{
border-color: #F0896B;
}
.TagClassName
{
border-color: #F0896B;
}
</style>