Shades of Salmon #F58273
Tints of Salmon #F58273
RGB
CMYK
RGB Variations
Color information
#F58273 (or 0xF58273) is known color: Salmon. HEX triplet: F5, 82 and 73. RGB value is (245,130,115). Sum of RGB (Red+Green+Blue) = 245+130+115=490 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50% from 490); Green value is 130 (51.17% from 255 or 26.53% from 490); Blue value is 115 (45.31% from 255 or 23.47% from 490); Max value from RGB is 245 - color contains mainly: red. Hex color #F58273 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58273 is #0A7D8C. Grayscale: #A2A2A2. Windows color (decimal): -687501 or 7570165. OLE color: 7570165.
HSL color Cylindrical-coordinate representation of color #F58273: hue angle of 6.92º degrees, saturation: 0.87, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F58273 is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 130 | 115 | - |
| CMYK | 0 | 0.47 | 0.53 | 0.04 |
| HSL | 6.92º | 0.87% | 0.71% | - |
| HSV(B) | 6.92º | 0.53% | 0.96% | - |
| XYZ | 48.73 | 36.62 | 20.72 | - |
| YUV | 162.68 | 101.1 | 186.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 130 | 115 | 0 | 0.47 | 0.53 | 0.04 | 6.92 | 0.87 | 0.71 |
| Hex | F5 | 82 | 73 | 0 | 2F | 35 | 4 | 7 | 57 | 47 |
| Octal | 365 | 202 | 163 | 0 | 57 | 65 | 4 | 7 | 127 | 107 |
| Binary | 11110101 | 10000010 | 1110011 | 0 | 101111 | 110101 | 100 | 111 | 1010111 | 1000111 |
Color Harmonies of #F58273
Complementary color
Monochromatic Colors of #F58273
Black with #F58273
Text Example
Text Example
White with #F58273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58273; }
p { color: rgb(245,130,115); }
H1.HeaderClassName
{
color: #F58273;
}
.AnyTagClassName
{
color: #F58273;
}
</style>
background-color css
<style>
a { background-color: #F58273; }
a { background-color: rgb(245,130,115); }
div.DivClassName
{
background-color: #F58273;
}
.BgClassName
{
background-color: #F58273;
}
</style>
border-color css
<style>
span { border-color: #F58273; }
span { border-color: rgb(245,130,115); }
td.TdClassName
{
border-color: #F58273;
}
.TagClassName
{
border-color: #F58273;
}
</style>