Shades of Salmon #F47B73
Tints of Salmon #F47B73
RGB
CMYK
RGB Variations
Color information
#F47B73 (or 0xF47B73) is known color: Salmon. HEX triplet: F4, 7B and 73. RGB value is (244,123,115). Sum of RGB (Red+Green+Blue) = 244+123+115=482 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.62% from 482); Green value is 123 (48.44% from 255 or 25.52% from 482); Blue value is 115 (45.31% from 255 or 23.86% from 482); Max value from RGB is 244 - color contains mainly: red. Hex color #F47B73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F47B73 is #0B848C. Grayscale: #9E9E9E. Windows color (decimal): -754829 or 7568372. OLE color: 7568372.
HSL color Cylindrical-coordinate representation of color #F47B73: hue angle of 3.72º 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 #F47B73 is Cyan = 0, Magento = 0.50, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 123 | 115 | - |
| CMYK | 0 | 0.50 | 0.53 | 0.04 |
| HSL | 3.72º | 0.85% | 0.7% | - |
| HSV(B) | 3.72º | 0.53% | 0.96% | - |
| XYZ | 47.49 | 34.64 | 20.4 | - |
| YUV | 158.27 | 103.59 | 189.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 123 | 115 | 0 | 0.50 | 0.53 | 0.04 | 3.72 | 0.85 | 0.7 |
| Hex | F4 | 7B | 73 | 0 | 32 | 35 | 4 | 4 | 55 | 46 |
| Octal | 364 | 173 | 163 | 0 | 62 | 65 | 4 | 4 | 125 | 106 |
| Binary | 11110100 | 1111011 | 1110011 | 0 | 110010 | 110101 | 100 | 100 | 1010101 | 1000110 |
Color Harmonies of #F47B73
Complementary color
Monochromatic Colors of #F47B73
Black with #F47B73
Text Example
Text Example
White with #F47B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47B73; }
p { color: rgb(244,123,115); }
H1.HeaderClassName
{
color: #F47B73;
}
.AnyTagClassName
{
color: #F47B73;
}
</style>
background-color css
<style>
a { background-color: #F47B73; }
a { background-color: rgb(244,123,115); }
div.DivClassName
{
background-color: #F47B73;
}
.BgClassName
{
background-color: #F47B73;
}
</style>
border-color css
<style>
span { border-color: #F47B73; }
span { border-color: rgb(244,123,115); }
td.TdClassName
{
border-color: #F47B73;
}
.TagClassName
{
border-color: #F47B73;
}
</style>