Shades of Salmon #F47C6B
Tints of Salmon #F47C6B
RGB
CMYK
RGB Variations
Color information
#F47C6B (or 0xF47C6B) is known color: Salmon. HEX triplet: F4, 7C and 6B. RGB value is (244,124,107). Sum of RGB (Red+Green+Blue) = 244+124+107=475 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.37% from 475); Green value is 124 (48.83% from 255 or 26.11% from 475); Blue value is 107 (42.19% from 255 or 22.53% from 475); Max value from RGB is 244 - color contains mainly: red. Hex color #F47C6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F47C6B is #0B8394. Grayscale: #9E9E9E. Windows color (decimal): -754581 or 7044340. OLE color: 7044340.
HSL color Cylindrical-coordinate representation of color #F47C6B: hue angle of 7.45º 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 #F47C6B is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 124 | 107 | - |
| CMYK | 0 | 0.49 | 0.56 | 0.04 |
| HSL | 7.45º | 0.86% | 0.69% | - |
| HSV(B) | 7.45º | 0.56% | 0.96% | - |
| XYZ | 47.17 | 34.71 | 18.12 | - |
| YUV | 157.94 | 99.26 | 189.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 124 | 107 | 0 | 0.49 | 0.56 | 0.04 | 7.45 | 0.86 | 0.69 |
| Hex | F4 | 7C | 6B | 0 | 31 | 38 | 4 | 7 | 56 | 45 |
| Octal | 364 | 174 | 153 | 0 | 61 | 70 | 4 | 7 | 126 | 105 |
| Binary | 11110100 | 1111100 | 1101011 | 0 | 110001 | 111000 | 100 | 111 | 1010110 | 1000101 |
Color Harmonies of #F47C6B
Complementary color
Monochromatic Colors of #F47C6B
Black with #F47C6B
Text Example
Text Example
White with #F47C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47C6B; }
p { color: rgb(244,124,107); }
H1.HeaderClassName
{
color: #F47C6B;
}
.AnyTagClassName
{
color: #F47C6B;
}
</style>
background-color css
<style>
a { background-color: #F47C6B; }
a { background-color: rgb(244,124,107); }
div.DivClassName
{
background-color: #F47C6B;
}
.BgClassName
{
background-color: #F47C6B;
}
</style>
border-color css
<style>
span { border-color: #F47C6B; }
span { border-color: rgb(244,124,107); }
td.TdClassName
{
border-color: #F47C6B;
}
.TagClassName
{
border-color: #F47C6B;
}
</style>