Shades of Salmon #F4896B
Tints of Salmon #F4896B
RGB
CMYK
RGB Variations
Color information
#F4896B (or 0xF4896B) is known color: Salmon. HEX triplet: F4, 89 and 6B. RGB value is (244,137,107). Sum of RGB (Red+Green+Blue) = 244+137+107=488 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50% from 488); Green value is 137 (53.91% from 255 or 28.07% from 488); Blue value is 107 (42.19% from 255 or 21.93% from 488); Max value from RGB is 244 - color contains mainly: red. Hex color #F4896B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4896B is #0B7694. Grayscale: #A5A5A5. Windows color (decimal): -751253 or 7047668. OLE color: 7047668.
HSL color Cylindrical-coordinate representation of color #F4896B: hue angle of 13.14º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F4896B is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 137 | 107 | - |
| CMYK | 0 | 0.44 | 0.56 | 0.04 |
| HSL | 13.14º | 0.86% | 0.69% | - |
| HSV(B) | 13.14º | 0.56% | 0.96% | - |
| XYZ | 48.91 | 38.19 | 18.7 | - |
| YUV | 165.57 | 94.95 | 183.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 137 | 107 | 0 | 0.44 | 0.56 | 0.04 | 13.14 | 0.86 | 0.69 |
| Hex | F4 | 89 | 6B | 0 | 2C | 38 | 4 | D | 56 | 45 |
| Octal | 364 | 211 | 153 | 0 | 54 | 70 | 4 | 15 | 126 | 105 |
| Binary | 11110100 | 10001001 | 1101011 | 0 | 101100 | 111000 | 100 | 1101 | 1010110 | 1000101 |
Color Harmonies of #F4896B
Complementary color
Monochromatic Colors of #F4896B
Black with #F4896B
Text Example
Text Example
White with #F4896B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4896B; }
p { color: rgb(244,137,107); }
H1.HeaderClassName
{
color: #F4896B;
}
.AnyTagClassName
{
color: #F4896B;
}
</style>
background-color css
<style>
a { background-color: #F4896B; }
a { background-color: rgb(244,137,107); }
div.DivClassName
{
background-color: #F4896B;
}
.BgClassName
{
background-color: #F4896B;
}
</style>
border-color css
<style>
span { border-color: #F4896B; }
span { border-color: rgb(244,137,107); }
td.TdClassName
{
border-color: #F4896B;
}
.TagClassName
{
border-color: #F4896B;
}
</style>