Shades of Salmon #F4776F
Tints of Salmon #F4776F
RGB
CMYK
RGB Variations
Color information
#F4776F (or 0xF4776F) is known color: Salmon. HEX triplet: F4, 77 and 6F. RGB value is (244,119,111). Sum of RGB (Red+Green+Blue) = 244+119+111=474 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.48% from 474); Green value is 119 (46.88% from 255 or 25.11% from 474); Blue value is 111 (43.75% from 255 or 23.42% from 474); Max value from RGB is 244 - color contains mainly: red. Hex color #F4776F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F4776F is #0B8890. Grayscale: #9B9B9B. Windows color (decimal): -755857 or 7305204. OLE color: 7305204.
HSL color Cylindrical-coordinate representation of color #F4776F: hue angle of 3.61º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F4776F is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 119 | 111 | - |
| CMYK | 0 | 0.51 | 0.55 | 0.04 |
| HSL | 3.61º | 0.86% | 0.7% | - |
| HSV(B) | 3.61º | 0.55% | 0.96% | - |
| XYZ | 46.77 | 33.57 | 19.05 | - |
| YUV | 155.46 | 102.91 | 191.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 119 | 111 | 0 | 0.51 | 0.55 | 0.04 | 3.61 | 0.86 | 0.7 |
| Hex | F4 | 77 | 6F | 0 | 33 | 37 | 4 | 4 | 56 | 46 |
| Octal | 364 | 167 | 157 | 0 | 63 | 67 | 4 | 4 | 126 | 106 |
| Binary | 11110100 | 1110111 | 1101111 | 0 | 110011 | 110111 | 100 | 100 | 1010110 | 1000110 |
Color Harmonies of #F4776F
Complementary color
Monochromatic Colors of #F4776F
Black with #F4776F
Text Example
Text Example
White with #F4776F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4776F; }
p { color: rgb(244,119,111); }
H1.HeaderClassName
{
color: #F4776F;
}
.AnyTagClassName
{
color: #F4776F;
}
</style>
background-color css
<style>
a { background-color: #F4776F; }
a { background-color: rgb(244,119,111); }
div.DivClassName
{
background-color: #F4776F;
}
.BgClassName
{
background-color: #F4776F;
}
</style>
border-color css
<style>
span { border-color: #F4776F; }
span { border-color: rgb(244,119,111); }
td.TdClassName
{
border-color: #F4776F;
}
.TagClassName
{
border-color: #F4776F;
}
</style>