Shades of Salmon #F47873
Tints of Salmon #F47873
RGB
CMYK
RGB Variations
Color information
#F47873 (or 0xF47873) is known color: Salmon. HEX triplet: F4, 78 and 73. RGB value is (244,120,115). Sum of RGB (Red+Green+Blue) = 244+120+115=479 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.94% from 479); Green value is 120 (47.27% from 255 or 25.05% from 479); Blue value is 115 (45.31% from 255 or 24.01% from 479); Max value from RGB is 244 - color contains mainly: red. Hex color #F47873 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F47873 is #0B878C. Grayscale: #9C9C9C. Windows color (decimal): -755597 or 7567604. OLE color: 7567604.
HSL color Cylindrical-coordinate representation of color #F47873: hue angle of 2.33º 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 #F47873 is Cyan = 0, Magento = 0.51, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 120 | 115 | - |
| CMYK | 0 | 0.51 | 0.53 | 0.04 |
| HSL | 2.33º | 0.85% | 0.7% | - |
| HSV(B) | 2.33º | 0.53% | 0.96% | - |
| XYZ | 47.12 | 33.9 | 20.28 | - |
| YUV | 156.51 | 104.58 | 190.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 120 | 115 | 0 | 0.51 | 0.53 | 0.04 | 2.33 | 0.85 | 0.7 |
| Hex | F4 | 78 | 73 | 0 | 33 | 35 | 4 | 2 | 55 | 46 |
| Octal | 364 | 170 | 163 | 0 | 63 | 65 | 4 | 2 | 125 | 106 |
| Binary | 11110100 | 1111000 | 1110011 | 0 | 110011 | 110101 | 100 | 10 | 1010101 | 1000110 |
Color Harmonies of #F47873
Complementary color
Monochromatic Colors of #F47873
Black with #F47873
Text Example
Text Example
White with #F47873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47873; }
p { color: rgb(244,120,115); }
H1.HeaderClassName
{
color: #F47873;
}
.AnyTagClassName
{
color: #F47873;
}
</style>
background-color css
<style>
a { background-color: #F47873; }
a { background-color: rgb(244,120,115); }
div.DivClassName
{
background-color: #F47873;
}
.BgClassName
{
background-color: #F47873;
}
</style>
border-color css
<style>
span { border-color: #F47873; }
span { border-color: rgb(244,120,115); }
td.TdClassName
{
border-color: #F47873;
}
.TagClassName
{
border-color: #F47873;
}
</style>