Shades of Salmon #F5706F
Tints of Salmon #F5706F
RGB
CMYK
RGB Variations
Color information
#F5706F (or 0xF5706F) is known color: Salmon. HEX triplet: F5, 70 and 6F. RGB value is (245,112,111). Sum of RGB (Red+Green+Blue) = 245+112+111=468 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.35% from 468); Green value is 112 (44.14% from 255 or 23.93% from 468); Blue value is 111 (43.75% from 255 or 23.72% from 468); Max value from RGB is 245 - color contains mainly: red. Hex color #F5706F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5706F is #0A8F90. Grayscale: #979797. Windows color (decimal): -692113 or 7303413. OLE color: 7303413.
HSL color Cylindrical-coordinate representation of color #F5706F: hue angle of 0.45º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F5706F is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 112 | 111 | - |
| CMYK | 0 | 0.54 | 0.55 | 0.04 |
| HSL | 0.45º | 0.87% | 0.7% | - |
| HSV(B) | 0.45º | 0.55% | 0.96% | - |
| XYZ | 46.32 | 32.15 | 18.8 | - |
| YUV | 151.65 | 105.06 | 194.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 112 | 111 | 0 | 0.54 | 0.55 | 0.04 | 0.45 | 0.87 | 0.7 |
| Hex | F5 | 70 | 6F | 0 | 36 | 37 | 4 | 0 | 57 | 46 |
| Octal | 365 | 160 | 157 | 0 | 66 | 67 | 4 | 0 | 127 | 106 |
| Binary | 11110101 | 1110000 | 1101111 | 0 | 110110 | 110111 | 100 | 0 | 1010111 | 1000110 |
Color Harmonies of #F5706F
Complementary color
Monochromatic Colors of #F5706F
Black with #F5706F
Text Example
Text Example
White with #F5706F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5706F; }
p { color: rgb(245,112,111); }
H1.HeaderClassName
{
color: #F5706F;
}
.AnyTagClassName
{
color: #F5706F;
}
</style>
background-color css
<style>
a { background-color: #F5706F; }
a { background-color: rgb(245,112,111); }
div.DivClassName
{
background-color: #F5706F;
}
.BgClassName
{
background-color: #F5706F;
}
</style>
border-color css
<style>
span { border-color: #F5706F; }
span { border-color: rgb(245,112,111); }
td.TdClassName
{
border-color: #F5706F;
}
.TagClassName
{
border-color: #F5706F;
}
</style>