Shades of Salmon #F47F64
Tints of Salmon #F47F64
RGB
CMYK
RGB Variations
Color information
#F47F64 (or 0xF47F64) is known color: Salmon. HEX triplet: F4, 7F and 64. RGB value is (244,127,100). Sum of RGB (Red+Green+Blue) = 244+127+100=471 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.80% from 471); Green value is 127 (50% from 255 or 26.96% from 471); Blue value is 100 (39.45% from 255 or 21.23% from 471); Max value from RGB is 244 - color contains mainly: red. Hex color #F47F64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F47F64 is #0B809B. Grayscale: #9F9F9F. Windows color (decimal): -753820 or 6586356. OLE color: 6586356.
HSL color Cylindrical-coordinate representation of color #F47F64: hue angle of 11.25º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F47F64 is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 127 | 100 | - |
| CMYK | 0 | 0.48 | 0.59 | 0.04 |
| HSL | 11.25º | 0.87% | 0.67% | - |
| HSV(B) | 11.25º | 0.59% | 0.96% | - |
| XYZ | 47.2 | 35.33 | 16.39 | - |
| YUV | 158.91 | 94.76 | 188.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 127 | 100 | 0 | 0.48 | 0.59 | 0.04 | 11.25 | 0.87 | 0.67 |
| Hex | F4 | 7F | 64 | 0 | 30 | 3B | 4 | B | 57 | 43 |
| Octal | 364 | 177 | 144 | 0 | 60 | 73 | 4 | 13 | 127 | 103 |
| Binary | 11110100 | 1111111 | 1100100 | 0 | 110000 | 111011 | 100 | 1011 | 1010111 | 1000011 |
Color Harmonies of #F47F64
Complementary color
Monochromatic Colors of #F47F64
Black with #F47F64
Text Example
Text Example
White with #F47F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47F64; }
p { color: rgb(244,127,100); }
H1.HeaderClassName
{
color: #F47F64;
}
.AnyTagClassName
{
color: #F47F64;
}
</style>
background-color css
<style>
a { background-color: #F47F64; }
a { background-color: rgb(244,127,100); }
div.DivClassName
{
background-color: #F47F64;
}
.BgClassName
{
background-color: #F47F64;
}
</style>
border-color css
<style>
span { border-color: #F47F64; }
span { border-color: rgb(244,127,100); }
td.TdClassName
{
border-color: #F47F64;
}
.TagClassName
{
border-color: #F47F64;
}
</style>