Shades of Salmon #F58275
Tints of Salmon #F58275
RGB
CMYK
RGB Variations
Color information
#F58275 (or 0xF58275) is known color: Salmon. HEX triplet: F5, 82 and 75. RGB value is (245,130,117). Sum of RGB (Red+Green+Blue) = 245+130+117=492 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.80% from 492); Green value is 130 (51.17% from 255 or 26.42% from 492); Blue value is 117 (46.09% from 255 or 23.78% from 492); Max value from RGB is 245 - color contains mainly: red. Hex color #F58275 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58275 is #0A7D8A. Grayscale: #A3A3A3. Windows color (decimal): -687499 or 7701237. OLE color: 7701237.
HSL color Cylindrical-coordinate representation of color #F58275: hue angle of 6.09º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F58275 is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 130 | 117 | - |
| CMYK | 0 | 0.47 | 0.52 | 0.04 |
| HSL | 6.09º | 0.86% | 0.71% | - |
| HSV(B) | 6.09º | 0.52% | 0.96% | - |
| XYZ | 48.85 | 36.66 | 21.33 | - |
| YUV | 162.9 | 102.1 | 186.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 130 | 117 | 0 | 0.47 | 0.52 | 0.04 | 6.09 | 0.86 | 0.71 |
| Hex | F5 | 82 | 75 | 0 | 2F | 34 | 4 | 6 | 56 | 47 |
| Octal | 365 | 202 | 165 | 0 | 57 | 64 | 4 | 6 | 126 | 107 |
| Binary | 11110101 | 10000010 | 1110101 | 0 | 101111 | 110100 | 100 | 110 | 1010110 | 1000111 |
Color Harmonies of #F58275
Complementary color
Monochromatic Colors of #F58275
Black with #F58275
Text Example
Text Example
White with #F58275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58275; }
p { color: rgb(245,130,117); }
H1.HeaderClassName
{
color: #F58275;
}
.AnyTagClassName
{
color: #F58275;
}
</style>
background-color css
<style>
a { background-color: #F58275; }
a { background-color: rgb(245,130,117); }
div.DivClassName
{
background-color: #F58275;
}
.BgClassName
{
background-color: #F58275;
}
</style>
border-color css
<style>
span { border-color: #F58275; }
span { border-color: rgb(245,130,117); }
td.TdClassName
{
border-color: #F58275;
}
.TagClassName
{
border-color: #F58275;
}
</style>