Shades of Salmon #F07D70
Tints of Salmon #F07D70
RGB
CMYK
RGB Variations
Color information
#F07D70 (or 0xF07D70) is known color: Salmon. HEX triplet: F0, 7D and 70. RGB value is (240,125,112). Sum of RGB (Red+Green+Blue) = 240+125+112=477 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.31% from 477); Green value is 125 (49.22% from 255 or 26.21% from 477); Blue value is 112 (44.14% from 255 or 23.48% from 477); Max value from RGB is 240 - color contains mainly: red. Hex color #F07D70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07D70 is #0F828F. Grayscale: #9E9E9E. Windows color (decimal): -1016464 or 7372272. OLE color: 7372272.
HSL color Cylindrical-coordinate representation of color #F07D70: hue angle of 6.09º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F07D70 is Cyan = 0, Magento = 0.48, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 125 | 112 | - |
| CMYK | 0 | 0.48 | 0.53 | 0.06 |
| HSL | 6.09º | 0.81% | 0.69% | - |
| HSV(B) | 6.09º | 0.53% | 0.94% | - |
| XYZ | 46.19 | 34.36 | 19.53 | - |
| YUV | 157.9 | 102.1 | 186.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 125 | 112 | 0 | 0.48 | 0.53 | 0.06 | 6.09 | 0.81 | 0.69 |
| Hex | F0 | 7D | 70 | 0 | 30 | 35 | 6 | 6 | 51 | 45 |
| Octal | 360 | 175 | 160 | 0 | 60 | 65 | 6 | 6 | 121 | 105 |
| Binary | 11110000 | 1111101 | 1110000 | 0 | 110000 | 110101 | 110 | 110 | 1010001 | 1000101 |
Color Harmonies of #F07D70
Complementary color
Monochromatic Colors of #F07D70
Black with #F07D70
Text Example
Text Example
White with #F07D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07D70; }
p { color: rgb(240,125,112); }
H1.HeaderClassName
{
color: #F07D70;
}
.AnyTagClassName
{
color: #F07D70;
}
</style>
background-color css
<style>
a { background-color: #F07D70; }
a { background-color: rgb(240,125,112); }
div.DivClassName
{
background-color: #F07D70;
}
.BgClassName
{
background-color: #F07D70;
}
</style>
border-color css
<style>
span { border-color: #F07D70; }
span { border-color: rgb(240,125,112); }
td.TdClassName
{
border-color: #F07D70;
}
.TagClassName
{
border-color: #F07D70;
}
</style>