Shades of Salmon #F47668
Tints of Salmon #F47668
RGB
CMYK
RGB Variations
Color information
#F47668 (or 0xF47668) is known color: Salmon. HEX triplet: F4, 76 and 68. RGB value is (244,118,104). Sum of RGB (Red+Green+Blue) = 244+118+104=466 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.36% from 466); Green value is 118 (46.48% from 255 or 25.32% from 466); Blue value is 104 (41.02% from 255 or 22.32% from 466); Max value from RGB is 244 - color contains mainly: red. Hex color #F47668 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F47668 is #0B8997. Grayscale: #9A9A9A. Windows color (decimal): -756120 or 6846196. OLE color: 6846196.
HSL color Cylindrical-coordinate representation of color #F47668: hue angle of 6º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F47668 is Cyan = 0, Magento = 0.52, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 118 | 104 | - |
| CMYK | 0 | 0.52 | 0.57 | 0.04 |
| HSL | 6º | 0.86% | 0.68% | - |
| HSV(B) | 6º | 0.57% | 0.96% | - |
| XYZ | 46.29 | 33.19 | 17.06 | - |
| YUV | 154.08 | 99.74 | 192.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 118 | 104 | 0 | 0.52 | 0.57 | 0.04 | 6 | 0.86 | 0.68 |
| Hex | F4 | 76 | 68 | 0 | 34 | 39 | 4 | 6 | 56 | 44 |
| Octal | 364 | 166 | 150 | 0 | 64 | 71 | 4 | 6 | 126 | 104 |
| Binary | 11110100 | 1110110 | 1101000 | 0 | 110100 | 111001 | 100 | 110 | 1010110 | 1000100 |
Color Harmonies of #F47668
Complementary color
Monochromatic Colors of #F47668
Black with #F47668
Text Example
Text Example
White with #F47668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47668; }
p { color: rgb(244,118,104); }
H1.HeaderClassName
{
color: #F47668;
}
.AnyTagClassName
{
color: #F47668;
}
</style>
background-color css
<style>
a { background-color: #F47668; }
a { background-color: rgb(244,118,104); }
div.DivClassName
{
background-color: #F47668;
}
.BgClassName
{
background-color: #F47668;
}
</style>
border-color css
<style>
span { border-color: #F47668; }
span { border-color: rgb(244,118,104); }
td.TdClassName
{
border-color: #F47668;
}
.TagClassName
{
border-color: #F47668;
}
</style>