Shades of Salmon #F4856D
Tints of Salmon #F4856D
RGB
CMYK
RGB Variations
Color information
#F4856D (or 0xF4856D) is known color: Salmon. HEX triplet: F4, 85 and 6D. RGB value is (244,133,109). Sum of RGB (Red+Green+Blue) = 244+133+109=486 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.21% from 486); Green value is 133 (52.34% from 255 or 27.37% from 486); Blue value is 109 (42.97% from 255 or 22.43% from 486); Max value from RGB is 244 - color contains mainly: red. Hex color #F4856D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4856D is #0B7A92. Grayscale: #A3A3A3. Windows color (decimal): -752275 or 7177716. OLE color: 7177716.
HSL color Cylindrical-coordinate representation of color #F4856D: hue angle of 10.67º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F4856D is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 133 | 109 | - |
| CMYK | 0 | 0.45 | 0.55 | 0.04 |
| HSL | 10.67º | 0.86% | 0.69% | - |
| HSV(B) | 10.67º | 0.55% | 0.96% | - |
| XYZ | 48.46 | 37.11 | 19.08 | - |
| YUV | 163.45 | 97.27 | 185.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 133 | 109 | 0 | 0.45 | 0.55 | 0.04 | 10.67 | 0.86 | 0.69 |
| Hex | F4 | 85 | 6D | 0 | 2D | 37 | 4 | B | 56 | 45 |
| Octal | 364 | 205 | 155 | 0 | 55 | 67 | 4 | 13 | 126 | 105 |
| Binary | 11110100 | 10000101 | 1101101 | 0 | 101101 | 110111 | 100 | 1011 | 1010110 | 1000101 |
Color Harmonies of #F4856D
Complementary color
Monochromatic Colors of #F4856D
Black with #F4856D
Text Example
Text Example
White with #F4856D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4856D; }
p { color: rgb(244,133,109); }
H1.HeaderClassName
{
color: #F4856D;
}
.AnyTagClassName
{
color: #F4856D;
}
</style>
background-color css
<style>
a { background-color: #F4856D; }
a { background-color: rgb(244,133,109); }
div.DivClassName
{
background-color: #F4856D;
}
.BgClassName
{
background-color: #F4856D;
}
</style>
border-color css
<style>
span { border-color: #F4856D; }
span { border-color: rgb(244,133,109); }
td.TdClassName
{
border-color: #F4856D;
}
.TagClassName
{
border-color: #F4856D;
}
</style>