Shades of Salmon #F47A65
Tints of Salmon #F47A65
RGB
CMYK
RGB Variations
Color information
#F47A65 (or 0xF47A65) is known color: Salmon. HEX triplet: F4, 7A and 65. RGB value is (244,122,101). Sum of RGB (Red+Green+Blue) = 244+122+101=467 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.25% from 467); Green value is 122 (48.05% from 255 or 26.12% from 467); Blue value is 101 (39.84% from 255 or 21.63% from 467); Max value from RGB is 244 - color contains mainly: red. Hex color #F47A65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F47A65 is #0B859A. Grayscale: #9C9C9C. Windows color (decimal): -755099 or 6650612. OLE color: 6650612.
HSL color Cylindrical-coordinate representation of color #F47A65: hue angle of 8.81º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F47A65 is Cyan = 0, Magento = 0.5, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 122 | 101 | - |
| CMYK | 0 | 0.5 | 0.59 | 0.04 |
| HSL | 8.81º | 0.87% | 0.68% | - |
| HSV(B) | 8.81º | 0.59% | 0.96% | - |
| XYZ | 46.62 | 34.09 | 16.44 | - |
| YUV | 156.08 | 96.92 | 190.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 122 | 101 | 0 | 0.5 | 0.59 | 0.04 | 8.81 | 0.87 | 0.68 |
| Hex | F4 | 7A | 65 | 0 | 32 | 3B | 4 | 9 | 57 | 44 |
| Octal | 364 | 172 | 145 | 0 | 62 | 73 | 4 | 11 | 127 | 104 |
| Binary | 11110100 | 1111010 | 1100101 | 0 | 110010 | 111011 | 100 | 1001 | 1010111 | 1000100 |
Color Harmonies of #F47A65
Complementary color
Monochromatic Colors of #F47A65
Black with #F47A65
Text Example
Text Example
White with #F47A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47A65; }
p { color: rgb(244,122,101); }
H1.HeaderClassName
{
color: #F47A65;
}
.AnyTagClassName
{
color: #F47A65;
}
</style>
background-color css
<style>
a { background-color: #F47A65; }
a { background-color: rgb(244,122,101); }
div.DivClassName
{
background-color: #F47A65;
}
.BgClassName
{
background-color: #F47A65;
}
</style>
border-color css
<style>
span { border-color: #F47A65; }
span { border-color: rgb(244,122,101); }
td.TdClassName
{
border-color: #F47A65;
}
.TagClassName
{
border-color: #F47A65;
}
</style>