Shades of Salmon #F4856F
Tints of Salmon #F4856F
RGB
CMYK
RGB Variations
Color information
#F4856F (or 0xF4856F) is known color: Salmon. HEX triplet: F4, 85 and 6F. RGB value is (244,133,111). Sum of RGB (Red+Green+Blue) = 244+133+111=488 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50% from 488); Green value is 133 (52.34% from 255 or 27.25% from 488); Blue value is 111 (43.75% from 255 or 22.75% from 488); Max value from RGB is 244 - color contains mainly: red. Hex color #F4856F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4856F is #0B7A90. Grayscale: #A3A3A3. Windows color (decimal): -752273 or 7308788. OLE color: 7308788.
HSL color Cylindrical-coordinate representation of color #F4856F: hue angle of 9.92º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F4856F is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 133 | 111 | - |
| CMYK | 0 | 0.45 | 0.55 | 0.04 |
| HSL | 9.92º | 0.86% | 0.7% | - |
| HSV(B) | 9.92º | 0.55% | 0.96% | - |
| XYZ | 48.57 | 37.16 | 19.65 | - |
| YUV | 163.68 | 98.27 | 185.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 133 | 111 | 0 | 0.45 | 0.55 | 0.04 | 9.92 | 0.86 | 0.7 |
| Hex | F4 | 85 | 6F | 0 | 2D | 37 | 4 | A | 56 | 46 |
| Octal | 364 | 205 | 157 | 0 | 55 | 67 | 4 | 12 | 126 | 106 |
| Binary | 11110100 | 10000101 | 1101111 | 0 | 101101 | 110111 | 100 | 1010 | 1010110 | 1000110 |
Color Harmonies of #F4856F
Complementary color
Monochromatic Colors of #F4856F
Black with #F4856F
Text Example
Text Example
White with #F4856F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4856F; }
p { color: rgb(244,133,111); }
H1.HeaderClassName
{
color: #F4856F;
}
.AnyTagClassName
{
color: #F4856F;
}
</style>
background-color css
<style>
a { background-color: #F4856F; }
a { background-color: rgb(244,133,111); }
div.DivClassName
{
background-color: #F4856F;
}
.BgClassName
{
background-color: #F4856F;
}
</style>
border-color css
<style>
span { border-color: #F4856F; }
span { border-color: rgb(244,133,111); }
td.TdClassName
{
border-color: #F4856F;
}
.TagClassName
{
border-color: #F4856F;
}
</style>