Shades of Salmon #F47573
Tints of Salmon #F47573
RGB
CMYK
RGB Variations
Color information
#F47573 (or 0xF47573) is known color: Salmon. HEX triplet: F4, 75 and 73. RGB value is (244,117,115). Sum of RGB (Red+Green+Blue) = 244+117+115=476 (63% of max value = 765). Red value is 244 (95.70% from 255 or 51.26% from 476); Green value is 117 (46.09% from 255 or 24.58% from 476); Blue value is 115 (45.31% from 255 or 24.16% from 476); Max value from RGB is 244 - color contains mainly: red. Hex color #F47573 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F47573 is #0B8A8C. Grayscale: #9A9A9A. Windows color (decimal): -756365 or 7566836. OLE color: 7566836.
HSL color Cylindrical-coordinate representation of color #F47573: hue angle of 0.93º 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 #F47573 is Cyan = 0, Magento = 0.52, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 117 | 115 | - |
| CMYK | 0 | 0.52 | 0.53 | 0.04 |
| HSL | 0.93º | 0.85% | 0.7% | - |
| HSV(B) | 0.93º | 0.53% | 0.96% | - |
| XYZ | 46.76 | 33.19 | 20.16 | - |
| YUV | 154.75 | 105.58 | 191.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 117 | 115 | 0 | 0.52 | 0.53 | 0.04 | 0.93 | 0.85 | 0.7 |
| Hex | F4 | 75 | 73 | 0 | 34 | 35 | 4 | 1 | 55 | 46 |
| Octal | 364 | 165 | 163 | 0 | 64 | 65 | 4 | 1 | 125 | 106 |
| Binary | 11110100 | 1110101 | 1110011 | 0 | 110100 | 110101 | 100 | 1 | 1010101 | 1000110 |
Color Harmonies of #F47573
Complementary color
Monochromatic Colors of #F47573
Black with #F47573
Text Example
Text Example
White with #F47573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47573; }
p { color: rgb(244,117,115); }
H1.HeaderClassName
{
color: #F47573;
}
.AnyTagClassName
{
color: #F47573;
}
</style>
background-color css
<style>
a { background-color: #F47573; }
a { background-color: rgb(244,117,115); }
div.DivClassName
{
background-color: #F47573;
}
.BgClassName
{
background-color: #F47573;
}
</style>
border-color css
<style>
span { border-color: #F47573; }
span { border-color: rgb(244,117,115); }
td.TdClassName
{
border-color: #F47573;
}
.TagClassName
{
border-color: #F47573;
}
</style>