Shades of Salmon #F07D6E
Tints of Salmon #F07D6E
RGB
CMYK
RGB Variations
Color information
#F07D6E (or 0xF07D6E) is known color: Salmon. HEX triplet: F0, 7D and 6E. RGB value is (240,125,110). Sum of RGB (Red+Green+Blue) = 240+125+110=475 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.53% from 475); Green value is 125 (49.22% from 255 or 26.32% from 475); Blue value is 110 (43.36% from 255 or 23.16% from 475); Max value from RGB is 240 - color contains mainly: red. Hex color #F07D6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07D6E is #0F8291. Grayscale: #9D9D9D. Windows color (decimal): -1016466 or 7241200. OLE color: 7241200.
HSL color Cylindrical-coordinate representation of color #F07D6E: hue angle of 6.92º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F07D6E is Cyan = 0, Magento = 0.48, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 125 | 110 | - |
| CMYK | 0 | 0.48 | 0.54 | 0.06 |
| HSL | 6.92º | 0.81% | 0.69% | - |
| HSV(B) | 6.92º | 0.54% | 0.94% | - |
| XYZ | 46.08 | 34.32 | 18.95 | - |
| YUV | 157.68 | 101.1 | 186.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 125 | 110 | 0 | 0.48 | 0.54 | 0.06 | 6.92 | 0.81 | 0.69 |
| Hex | F0 | 7D | 6E | 0 | 30 | 36 | 6 | 7 | 51 | 45 |
| Octal | 360 | 175 | 156 | 0 | 60 | 66 | 6 | 7 | 121 | 105 |
| Binary | 11110000 | 1111101 | 1101110 | 0 | 110000 | 110110 | 110 | 111 | 1010001 | 1000101 |
Color Harmonies of #F07D6E
Complementary color
Monochromatic Colors of #F07D6E
Black with #F07D6E
Text Example
Text Example
White with #F07D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07D6E; }
p { color: rgb(240,125,110); }
H1.HeaderClassName
{
color: #F07D6E;
}
.AnyTagClassName
{
color: #F07D6E;
}
</style>
background-color css
<style>
a { background-color: #F07D6E; }
a { background-color: rgb(240,125,110); }
div.DivClassName
{
background-color: #F07D6E;
}
.BgClassName
{
background-color: #F07D6E;
}
</style>
border-color css
<style>
span { border-color: #F07D6E; }
span { border-color: rgb(240,125,110); }
td.TdClassName
{
border-color: #F07D6E;
}
.TagClassName
{
border-color: #F07D6E;
}
</style>