Shades of Salmon #F4766E
Tints of Salmon #F4766E
RGB
CMYK
RGB Variations
Color information
#F4766E (or 0xF4766E) is known color: Salmon. HEX triplet: F4, 76 and 6E. RGB value is (244,118,110). Sum of RGB (Red+Green+Blue) = 244+118+110=472 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.69% from 472); Green value is 118 (46.48% from 255 or 25% from 472); Blue value is 110 (43.36% from 255 or 23.31% from 472); Max value from RGB is 244 - color contains mainly: red. Hex color #F4766E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F4766E is #0B8991. Grayscale: #9A9A9A. Windows color (decimal): -756114 or 7239412. OLE color: 7239412.
HSL color Cylindrical-coordinate representation of color #F4766E: hue angle of 3.58º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F4766E is Cyan = 0, Magento = 0.52, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 118 | 110 | - |
| CMYK | 0 | 0.52 | 0.55 | 0.04 |
| HSL | 3.58º | 0.86% | 0.69% | - |
| HSV(B) | 3.58º | 0.55% | 0.96% | - |
| XYZ | 46.6 | 33.32 | 18.73 | - |
| YUV | 154.76 | 102.74 | 191.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 118 | 110 | 0 | 0.52 | 0.55 | 0.04 | 3.58 | 0.86 | 0.69 |
| Hex | F4 | 76 | 6E | 0 | 34 | 37 | 4 | 4 | 56 | 45 |
| Octal | 364 | 166 | 156 | 0 | 64 | 67 | 4 | 4 | 126 | 105 |
| Binary | 11110100 | 1110110 | 1101110 | 0 | 110100 | 110111 | 100 | 100 | 1010110 | 1000101 |
Color Harmonies of #F4766E
Complementary color
Monochromatic Colors of #F4766E
Black with #F4766E
Text Example
Text Example
White with #F4766E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4766E; }
p { color: rgb(244,118,110); }
H1.HeaderClassName
{
color: #F4766E;
}
.AnyTagClassName
{
color: #F4766E;
}
</style>
background-color css
<style>
a { background-color: #F4766E; }
a { background-color: rgb(244,118,110); }
div.DivClassName
{
background-color: #F4766E;
}
.BgClassName
{
background-color: #F4766E;
}
</style>
border-color css
<style>
span { border-color: #F4766E; }
span { border-color: rgb(244,118,110); }
td.TdClassName
{
border-color: #F4766E;
}
.TagClassName
{
border-color: #F4766E;
}
</style>