Shades of Salmon #F4746D
Tints of Salmon #F4746D
RGB
CMYK
RGB Variations
Color information
#F4746D (or 0xF4746D) is known color: Salmon. HEX triplet: F4, 74 and 6D. RGB value is (244,116,109). Sum of RGB (Red+Green+Blue) = 244+116+109=469 (62% of max value = 765). Red value is 244 (95.70% from 255 or 52.03% from 469); Green value is 116 (45.70% from 255 or 24.73% from 469); Blue value is 109 (42.97% from 255 or 23.24% from 469); Max value from RGB is 244 - color contains mainly: red. Hex color #F4746D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F4746D is #0B8B92. Grayscale: #999999. Windows color (decimal): -756627 or 7173364. OLE color: 7173364.
HSL color Cylindrical-coordinate representation of color #F4746D: hue angle of 3.11º 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 #F4746D is Cyan = 0, Magento = 0.52, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 116 | 109 | - |
| CMYK | 0 | 0.52 | 0.55 | 0.04 |
| HSL | 3.11º | 0.86% | 0.69% | - |
| HSV(B) | 3.11º | 0.55% | 0.96% | - |
| XYZ | 46.31 | 32.83 | 18.36 | - |
| YUV | 153.47 | 102.91 | 192.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 116 | 109 | 0 | 0.52 | 0.55 | 0.04 | 3.11 | 0.86 | 0.69 |
| Hex | F4 | 74 | 6D | 0 | 34 | 37 | 4 | 3 | 56 | 45 |
| Octal | 364 | 164 | 155 | 0 | 64 | 67 | 4 | 3 | 126 | 105 |
| Binary | 11110100 | 1110100 | 1101101 | 0 | 110100 | 110111 | 100 | 11 | 1010110 | 1000101 |
Color Harmonies of #F4746D
Complementary color
Monochromatic Colors of #F4746D
Black with #F4746D
Text Example
Text Example
White with #F4746D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4746D; }
p { color: rgb(244,116,109); }
H1.HeaderClassName
{
color: #F4746D;
}
.AnyTagClassName
{
color: #F4746D;
}
</style>
background-color css
<style>
a { background-color: #F4746D; }
a { background-color: rgb(244,116,109); }
div.DivClassName
{
background-color: #F4746D;
}
.BgClassName
{
background-color: #F4746D;
}
</style>
border-color css
<style>
span { border-color: #F4746D; }
span { border-color: rgb(244,116,109); }
td.TdClassName
{
border-color: #F4746D;
}
.TagClassName
{
border-color: #F4746D;
}
</style>