Shades of Salmon #F07869
Tints of Salmon #F07869
RGB
CMYK
RGB Variations
Color information
#F07869 (or 0xF07869) is known color: Salmon. HEX triplet: F0, 78 and 69. RGB value is (240,120,105). Sum of RGB (Red+Green+Blue) = 240+120+105=465 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.61% from 465); Green value is 120 (47.27% from 255 or 25.81% from 465); Blue value is 105 (41.41% from 255 or 22.58% from 465); Max value from RGB is 240 - color contains mainly: red. Hex color #F07869 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07869 is #0F8796. Grayscale: #9A9A9A. Windows color (decimal): -1017751 or 6912240. OLE color: 6912240.
HSL color Cylindrical-coordinate representation of color #F07869: hue angle of 6.67º 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 #F07869 is Cyan = 0, Magento = 0.5, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 120 | 105 | - |
| CMYK | 0 | 0.5 | 0.56 | 0.06 |
| HSL | 6.67º | 0.82% | 0.68% | - |
| HSV(B) | 6.67º | 0.56% | 0.94% | - |
| XYZ | 45.2 | 32.98 | 17.35 | - |
| YUV | 154.17 | 100.26 | 189.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 120 | 105 | 0 | 0.5 | 0.56 | 0.06 | 6.67 | 0.82 | 0.68 |
| Hex | F0 | 78 | 69 | 0 | 32 | 38 | 6 | 7 | 52 | 44 |
| Octal | 360 | 170 | 151 | 0 | 62 | 70 | 6 | 7 | 122 | 104 |
| Binary | 11110000 | 1111000 | 1101001 | 0 | 110010 | 111000 | 110 | 111 | 1010010 | 1000100 |
Color Harmonies of #F07869
Complementary color
Monochromatic Colors of #F07869
Black with #F07869
Text Example
Text Example
White with #F07869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07869; }
p { color: rgb(240,120,105); }
H1.HeaderClassName
{
color: #F07869;
}
.AnyTagClassName
{
color: #F07869;
}
</style>
background-color css
<style>
a { background-color: #F07869; }
a { background-color: rgb(240,120,105); }
div.DivClassName
{
background-color: #F07869;
}
.BgClassName
{
background-color: #F07869;
}
</style>
border-color css
<style>
span { border-color: #F07869; }
span { border-color: rgb(240,120,105); }
td.TdClassName
{
border-color: #F07869;
}
.TagClassName
{
border-color: #F07869;
}
</style>