Shades of Salmon #F47A70
Tints of Salmon #F47A70
RGB
CMYK
RGB Variations
Color information
#F47A70 (or 0xF47A70) is known color: Salmon. HEX triplet: F4, 7A and 70. RGB value is (244,122,112). Sum of RGB (Red+Green+Blue) = 244+122+112=478 (63% of max value = 765). Red value is 244 (95.70% from 255 or 51.05% from 478); Green value is 122 (48.05% from 255 or 25.52% from 478); Blue value is 112 (44.14% from 255 or 23.43% from 478); Max value from RGB is 244 - color contains mainly: red. Hex color #F47A70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F47A70 is #0B858F. Grayscale: #9D9D9D. Windows color (decimal): -755088 or 7371508. OLE color: 7371508.
HSL color Cylindrical-coordinate representation of color #F47A70: hue angle of 4.55º 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 #F47A70 is Cyan = 0, Magento = 0.5, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 122 | 112 | - |
| CMYK | 0 | 0.5 | 0.54 | 0.04 |
| HSL | 4.55º | 0.86% | 0.7% | - |
| HSV(B) | 4.55º | 0.54% | 0.96% | - |
| XYZ | 47.19 | 34.32 | 19.47 | - |
| YUV | 157.34 | 102.42 | 189.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 122 | 112 | 0 | 0.5 | 0.54 | 0.04 | 4.55 | 0.86 | 0.7 |
| Hex | F4 | 7A | 70 | 0 | 32 | 36 | 4 | 5 | 56 | 46 |
| Octal | 364 | 172 | 160 | 0 | 62 | 66 | 4 | 5 | 126 | 106 |
| Binary | 11110100 | 1111010 | 1110000 | 0 | 110010 | 110110 | 100 | 101 | 1010110 | 1000110 |
Color Harmonies of #F47A70
Complementary color
Monochromatic Colors of #F47A70
Black with #F47A70
Text Example
Text Example
White with #F47A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47A70; }
p { color: rgb(244,122,112); }
H1.HeaderClassName
{
color: #F47A70;
}
.AnyTagClassName
{
color: #F47A70;
}
</style>
background-color css
<style>
a { background-color: #F47A70; }
a { background-color: rgb(244,122,112); }
div.DivClassName
{
background-color: #F47A70;
}
.BgClassName
{
background-color: #F47A70;
}
</style>
border-color css
<style>
span { border-color: #F47A70; }
span { border-color: rgb(244,122,112); }
td.TdClassName
{
border-color: #F47A70;
}
.TagClassName
{
border-color: #F47A70;
}
</style>