Shades of Salmon #F47674
Tints of Salmon #F47674
RGB
CMYK
RGB Variations
Color information
#F47674 (or 0xF47674) is known color: Salmon. HEX triplet: F4, 76 and 74. RGB value is (244,118,116). Sum of RGB (Red+Green+Blue) = 244+118+116=478 (63% of max value = 765). Red value is 244 (95.70% from 255 or 51.05% from 478); Green value is 118 (46.48% from 255 or 24.69% from 478); Blue value is 116 (45.70% from 255 or 24.27% from 478); Max value from RGB is 244 - color contains mainly: red. Hex color #F47674 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F47674 is #0B898B. Grayscale: #9B9B9B. Windows color (decimal): -756108 or 7632628. OLE color: 7632628.
HSL color Cylindrical-coordinate representation of color #F47674: hue angle of 0.94º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F47674 is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 118 | 116 | - |
| CMYK | 0 | 0.52 | 0.52 | 0.04 |
| HSL | 0.94º | 0.85% | 0.71% | - |
| HSV(B) | 0.94º | 0.52% | 0.96% | - |
| XYZ | 46.94 | 33.45 | 20.51 | - |
| YUV | 155.45 | 105.74 | 191.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 118 | 116 | 0 | 0.52 | 0.52 | 0.04 | 0.94 | 0.85 | 0.71 |
| Hex | F4 | 76 | 74 | 0 | 34 | 34 | 4 | 1 | 55 | 47 |
| Octal | 364 | 166 | 164 | 0 | 64 | 64 | 4 | 1 | 125 | 107 |
| Binary | 11110100 | 1110110 | 1110100 | 0 | 110100 | 110100 | 100 | 1 | 1010101 | 1000111 |
Color Harmonies of #F47674
Complementary color
Monochromatic Colors of #F47674
Black with #F47674
Text Example
Text Example
White with #F47674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47674; }
p { color: rgb(244,118,116); }
H1.HeaderClassName
{
color: #F47674;
}
.AnyTagClassName
{
color: #F47674;
}
</style>
background-color css
<style>
a { background-color: #F47674; }
a { background-color: rgb(244,118,116); }
div.DivClassName
{
background-color: #F47674;
}
.BgClassName
{
background-color: #F47674;
}
</style>
border-color css
<style>
span { border-color: #F47674; }
span { border-color: rgb(244,118,116); }
td.TdClassName
{
border-color: #F47674;
}
.TagClassName
{
border-color: #F47674;
}
</style>