Shades of Salmon #F47471
Tints of Salmon #F47471
RGB
CMYK
RGB Variations
Color information
#F47471 (or 0xF47471) is known color: Salmon. HEX triplet: F4, 74 and 71. RGB value is (244,116,113). Sum of RGB (Red+Green+Blue) = 244+116+113=473 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.59% from 473); Green value is 116 (45.70% from 255 or 24.52% from 473); Blue value is 113 (44.53% from 255 or 23.89% from 473); Max value from RGB is 244 - color contains mainly: red. Hex color #F47471 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F47471 is #0B8B8E. Grayscale: #9A9A9A. Windows color (decimal): -756623 or 7435508. OLE color: 7435508.
HSL color Cylindrical-coordinate representation of color #F47471: hue angle of 1.37º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F47471 is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 116 | 113 | - |
| CMYK | 0 | 0.52 | 0.54 | 0.04 |
| HSL | 1.37º | 0.86% | 0.7% | - |
| HSV(B) | 1.37º | 0.54% | 0.96% | - |
| XYZ | 46.53 | 32.92 | 19.52 | - |
| YUV | 153.93 | 104.91 | 192.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 116 | 113 | 0 | 0.52 | 0.54 | 0.04 | 1.37 | 0.86 | 0.7 |
| Hex | F4 | 74 | 71 | 0 | 34 | 36 | 4 | 1 | 56 | 46 |
| Octal | 364 | 164 | 161 | 0 | 64 | 66 | 4 | 1 | 126 | 106 |
| Binary | 11110100 | 1110100 | 1110001 | 0 | 110100 | 110110 | 100 | 1 | 1010110 | 1000110 |
Color Harmonies of #F47471
Complementary color
Monochromatic Colors of #F47471
Black with #F47471
Text Example
Text Example
White with #F47471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47471; }
p { color: rgb(244,116,113); }
H1.HeaderClassName
{
color: #F47471;
}
.AnyTagClassName
{
color: #F47471;
}
</style>
background-color css
<style>
a { background-color: #F47471; }
a { background-color: rgb(244,116,113); }
div.DivClassName
{
background-color: #F47471;
}
.BgClassName
{
background-color: #F47471;
}
</style>
border-color css
<style>
span { border-color: #F47471; }
span { border-color: rgb(244,116,113); }
td.TdClassName
{
border-color: #F47471;
}
.TagClassName
{
border-color: #F47471;
}
</style>