Shades of Salmon #F47773
Tints of Salmon #F47773
RGB
CMYK
RGB Variations
Color information
#F47773 (or 0xF47773) is known color: Salmon. HEX triplet: F4, 77 and 73. RGB value is (244,119,115). Sum of RGB (Red+Green+Blue) = 244+119+115=478 (63% of max value = 765). Red value is 244 (95.70% from 255 or 51.05% from 478); Green value is 119 (46.88% from 255 or 24.90% from 478); Blue value is 115 (45.31% from 255 or 24.06% from 478); Max value from RGB is 244 - color contains mainly: red. Hex color #F47773 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F47773 is #0B888C. Grayscale: #9C9C9C. Windows color (decimal): -755853 or 7567348. OLE color: 7567348.
HSL color Cylindrical-coordinate representation of color #F47773: hue angle of 1.86º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F47773 is Cyan = 0, Magento = 0.51, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 119 | 115 | - |
| CMYK | 0 | 0.51 | 0.53 | 0.04 |
| HSL | 1.86º | 0.85% | 0.7% | - |
| HSV(B) | 1.86º | 0.53% | 0.96% | - |
| XYZ | 47 | 33.66 | 20.24 | - |
| YUV | 155.92 | 104.91 | 190.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 119 | 115 | 0 | 0.51 | 0.53 | 0.04 | 1.86 | 0.85 | 0.7 |
| Hex | F4 | 77 | 73 | 0 | 33 | 35 | 4 | 2 | 55 | 46 |
| Octal | 364 | 167 | 163 | 0 | 63 | 65 | 4 | 2 | 125 | 106 |
| Binary | 11110100 | 1110111 | 1110011 | 0 | 110011 | 110101 | 100 | 10 | 1010101 | 1000110 |
Color Harmonies of #F47773
Complementary color
Monochromatic Colors of #F47773
Black with #F47773
Text Example
Text Example
White with #F47773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47773; }
p { color: rgb(244,119,115); }
H1.HeaderClassName
{
color: #F47773;
}
.AnyTagClassName
{
color: #F47773;
}
</style>
background-color css
<style>
a { background-color: #F47773; }
a { background-color: rgb(244,119,115); }
div.DivClassName
{
background-color: #F47773;
}
.BgClassName
{
background-color: #F47773;
}
</style>
border-color css
<style>
span { border-color: #F47773; }
span { border-color: rgb(244,119,115); }
td.TdClassName
{
border-color: #F47773;
}
.TagClassName
{
border-color: #F47773;
}
</style>