Shades of Salmon #F47F65
Tints of Salmon #F47F65
RGB
CMYK
RGB Variations
Color information
#F47F65 (or 0xF47F65) is known color: Salmon. HEX triplet: F4, 7F and 65. RGB value is (244,127,101). Sum of RGB (Red+Green+Blue) = 244+127+101=472 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.69% from 472); Green value is 127 (50% from 255 or 26.91% from 472); Blue value is 101 (39.84% from 255 or 21.40% from 472); Max value from RGB is 244 - color contains mainly: red. Hex color #F47F65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F47F65 is #0B809A. Grayscale: #9F9F9F. Windows color (decimal): -753819 or 6651892. OLE color: 6651892.
HSL color Cylindrical-coordinate representation of color #F47F65: hue angle of 10.91º 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 #F47F65 is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 127 | 101 | - |
| CMYK | 0 | 0.48 | 0.59 | 0.04 |
| HSL | 10.91º | 0.87% | 0.68% | - |
| HSV(B) | 10.91º | 0.59% | 0.96% | - |
| XYZ | 47.25 | 35.35 | 16.65 | - |
| YUV | 159.02 | 95.26 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 127 | 101 | 0 | 0.48 | 0.59 | 0.04 | 10.91 | 0.87 | 0.68 |
| Hex | F4 | 7F | 65 | 0 | 30 | 3B | 4 | B | 57 | 44 |
| Octal | 364 | 177 | 145 | 0 | 60 | 73 | 4 | 13 | 127 | 104 |
| Binary | 11110100 | 1111111 | 1100101 | 0 | 110000 | 111011 | 100 | 1011 | 1010111 | 1000100 |
Color Harmonies of #F47F65
Complementary color
Monochromatic Colors of #F47F65
Black with #F47F65
Text Example
Text Example
White with #F47F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47F65; }
p { color: rgb(244,127,101); }
H1.HeaderClassName
{
color: #F47F65;
}
.AnyTagClassName
{
color: #F47F65;
}
</style>
background-color css
<style>
a { background-color: #F47F65; }
a { background-color: rgb(244,127,101); }
div.DivClassName
{
background-color: #F47F65;
}
.BgClassName
{
background-color: #F47F65;
}
</style>
border-color css
<style>
span { border-color: #F47F65; }
span { border-color: rgb(244,127,101); }
td.TdClassName
{
border-color: #F47F65;
}
.TagClassName
{
border-color: #F47F65;
}
</style>