Shades of Salmon #F07E6A
Tints of Salmon #F07E6A
RGB
CMYK
RGB Variations
Color information
#F07E6A (or 0xF07E6A) is known color: Salmon. HEX triplet: F0, 7E and 6A. RGB value is (240,126,106). Sum of RGB (Red+Green+Blue) = 240+126+106=472 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.85% from 472); Green value is 126 (49.61% from 255 or 26.69% from 472); Blue value is 106 (41.80% from 255 or 22.46% from 472); Max value from RGB is 240 - color contains mainly: red. Hex color #F07E6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07E6A is #0F8195. Grayscale: #9D9D9D. Windows color (decimal): -1016214 or 6979312. OLE color: 6979312.
HSL color Cylindrical-coordinate representation of color #F07E6A: hue angle of 8.96º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F07E6A is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 126 | 106 | - |
| CMYK | 0 | 0.48 | 0.56 | 0.06 |
| HSL | 8.96º | 0.82% | 0.68% | - |
| HSV(B) | 8.96º | 0.56% | 0.94% | - |
| XYZ | 46 | 34.49 | 17.87 | - |
| YUV | 157.81 | 98.77 | 186.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 126 | 106 | 0 | 0.48 | 0.56 | 0.06 | 8.96 | 0.82 | 0.68 |
| Hex | F0 | 7E | 6A | 0 | 30 | 38 | 6 | 9 | 52 | 44 |
| Octal | 360 | 176 | 152 | 0 | 60 | 70 | 6 | 11 | 122 | 104 |
| Binary | 11110000 | 1111110 | 1101010 | 0 | 110000 | 111000 | 110 | 1001 | 1010010 | 1000100 |
Color Harmonies of #F07E6A
Complementary color
Monochromatic Colors of #F07E6A
Black with #F07E6A
Text Example
Text Example
White with #F07E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07E6A; }
p { color: rgb(240,126,106); }
H1.HeaderClassName
{
color: #F07E6A;
}
.AnyTagClassName
{
color: #F07E6A;
}
</style>
background-color css
<style>
a { background-color: #F07E6A; }
a { background-color: rgb(240,126,106); }
div.DivClassName
{
background-color: #F07E6A;
}
.BgClassName
{
background-color: #F07E6A;
}
</style>
border-color css
<style>
span { border-color: #F07E6A; }
span { border-color: rgb(240,126,106); }
td.TdClassName
{
border-color: #F07E6A;
}
.TagClassName
{
border-color: #F07E6A;
}
</style>