Shades of Salmon #F58165
Tints of Salmon #F58165
RGB
CMYK
RGB Variations
Color information
#F58165 (or 0xF58165) is known color: Salmon. HEX triplet: F5, 81 and 65. RGB value is (245,129,101). Sum of RGB (Red+Green+Blue) = 245+129+101=475 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.58% from 475); Green value is 129 (50.78% from 255 or 27.16% from 475); Blue value is 101 (39.84% from 255 or 21.26% from 475); Max value from RGB is 245 - color contains mainly: red. Hex color #F58165 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58165 is #0A7E9A. Grayscale: #A0A0A0. Windows color (decimal): -687771 or 6652405. OLE color: 6652405.
HSL color Cylindrical-coordinate representation of color #F58165: hue angle of 11.67º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F58165 is Cyan = 0, Magento = 0.47, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 129 | 101 | - |
| CMYK | 0 | 0.47 | 0.59 | 0.04 |
| HSL | 11.67º | 0.88% | 0.68% | - |
| HSV(B) | 11.67º | 0.59% | 0.96% | - |
| XYZ | 47.86 | 36.05 | 16.75 | - |
| YUV | 160.49 | 94.43 | 188.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 129 | 101 | 0 | 0.47 | 0.59 | 0.04 | 11.67 | 0.88 | 0.68 |
| Hex | F5 | 81 | 65 | 0 | 2F | 3B | 4 | C | 58 | 44 |
| Octal | 365 | 201 | 145 | 0 | 57 | 73 | 4 | 14 | 130 | 104 |
| Binary | 11110101 | 10000001 | 1100101 | 0 | 101111 | 111011 | 100 | 1100 | 1011000 | 1000100 |
Color Harmonies of #F58165
Complementary color
Monochromatic Colors of #F58165
Black with #F58165
Text Example
Text Example
White with #F58165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58165; }
p { color: rgb(245,129,101); }
H1.HeaderClassName
{
color: #F58165;
}
.AnyTagClassName
{
color: #F58165;
}
</style>
background-color css
<style>
a { background-color: #F58165; }
a { background-color: rgb(245,129,101); }
div.DivClassName
{
background-color: #F58165;
}
.BgClassName
{
background-color: #F58165;
}
</style>
border-color css
<style>
span { border-color: #F58165; }
span { border-color: rgb(245,129,101); }
td.TdClassName
{
border-color: #F58165;
}
.TagClassName
{
border-color: #F58165;
}
</style>