Shades of Salmon #F58066
Tints of Salmon #F58066
RGB
CMYK
RGB Variations
Color information
#F58066 (or 0xF58066) is known color: Salmon. HEX triplet: F5, 80 and 66. RGB value is (245,128,102). Sum of RGB (Red+Green+Blue) = 245+128+102=475 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.58% from 475); Green value is 128 (50.39% from 255 or 26.95% from 475); Blue value is 102 (40.23% from 255 or 21.47% from 475); Max value from RGB is 245 - color contains mainly: red. Hex color #F58066 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58066 is #0A7F99. Grayscale: #A0A0A0. Windows color (decimal): -688026 or 6717685. OLE color: 6717685.
HSL color Cylindrical-coordinate representation of color #F58066: hue angle of 10.91º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F58066 is Cyan = 0, Magento = 0.48, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 128 | 102 | - |
| CMYK | 0 | 0.48 | 0.58 | 0.04 |
| HSL | 10.91º | 0.88% | 0.68% | - |
| HSV(B) | 10.91º | 0.58% | 0.96% | - |
| XYZ | 47.77 | 35.81 | 16.96 | - |
| YUV | 160.02 | 95.26 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 128 | 102 | 0 | 0.48 | 0.58 | 0.04 | 10.91 | 0.88 | 0.68 |
| Hex | F5 | 80 | 66 | 0 | 30 | 3A | 4 | B | 58 | 44 |
| Octal | 365 | 200 | 146 | 0 | 60 | 72 | 4 | 13 | 130 | 104 |
| Binary | 11110101 | 10000000 | 1100110 | 0 | 110000 | 111010 | 100 | 1011 | 1011000 | 1000100 |
Color Harmonies of #F58066
Complementary color
Monochromatic Colors of #F58066
Black with #F58066
Text Example
Text Example
White with #F58066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58066; }
p { color: rgb(245,128,102); }
H1.HeaderClassName
{
color: #F58066;
}
.AnyTagClassName
{
color: #F58066;
}
</style>
background-color css
<style>
a { background-color: #F58066; }
a { background-color: rgb(245,128,102); }
div.DivClassName
{
background-color: #F58066;
}
.BgClassName
{
background-color: #F58066;
}
</style>
border-color css
<style>
span { border-color: #F58066; }
span { border-color: rgb(245,128,102); }
td.TdClassName
{
border-color: #F58066;
}
.TagClassName
{
border-color: #F58066;
}
</style>