Shades of Salmon #F58164
Tints of Salmon #F58164
RGB
CMYK
RGB Variations
Color information
#F58164 (or 0xF58164) is known color: Salmon. HEX triplet: F5, 81 and 64. RGB value is (245,129,100). Sum of RGB (Red+Green+Blue) = 245+129+100=474 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.69% from 474); Green value is 129 (50.78% from 255 or 27.22% from 474); Blue value is 100 (39.45% from 255 or 21.10% from 474); Max value from RGB is 245 - color contains mainly: red. Hex color #F58164 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58164 is #0A7E9B. Grayscale: #A0A0A0. Windows color (decimal): -687772 or 6586869. OLE color: 6586869.
HSL color Cylindrical-coordinate representation of color #F58164: hue angle of 12º 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 #F58164 is Cyan = 0, Magento = 0.47, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 129 | 100 | - |
| CMYK | 0 | 0.47 | 0.59 | 0.04 |
| HSL | 12º | 0.88% | 0.68% | - |
| HSV(B) | 12º | 0.59% | 0.96% | - |
| XYZ | 47.81 | 36.03 | 16.49 | - |
| YUV | 160.38 | 93.93 | 188.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 129 | 100 | 0 | 0.47 | 0.59 | 0.04 | 12 | 0.88 | 0.68 |
| Hex | F5 | 81 | 64 | 0 | 2F | 3B | 4 | C | 58 | 44 |
| Octal | 365 | 201 | 144 | 0 | 57 | 73 | 4 | 14 | 130 | 104 |
| Binary | 11110101 | 10000001 | 1100100 | 0 | 101111 | 111011 | 100 | 1100 | 1011000 | 1000100 |
Color Harmonies of #F58164
Complementary color
Monochromatic Colors of #F58164
Black with #F58164
Text Example
Text Example
White with #F58164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58164; }
p { color: rgb(245,129,100); }
H1.HeaderClassName
{
color: #F58164;
}
.AnyTagClassName
{
color: #F58164;
}
</style>
background-color css
<style>
a { background-color: #F58164; }
a { background-color: rgb(245,129,100); }
div.DivClassName
{
background-color: #F58164;
}
.BgClassName
{
background-color: #F58164;
}
</style>
border-color css
<style>
span { border-color: #F58164; }
span { border-color: rgb(245,129,100); }
td.TdClassName
{
border-color: #F58164;
}
.TagClassName
{
border-color: #F58164;
}
</style>