Shades of Salmon #F58575
Tints of Salmon #F58575
RGB
CMYK
RGB Variations
Color information
#F58575 (or 0xF58575) is known color: Salmon. HEX triplet: F5, 85 and 75. RGB value is (245,133,117). Sum of RGB (Red+Green+Blue) = 245+133+117=495 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.49% from 495); Green value is 133 (52.34% from 255 or 26.87% from 495); Blue value is 117 (46.09% from 255 or 23.64% from 495); Max value from RGB is 245 - color contains mainly: red. Hex color #F58575 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58575 is #0A7A8A. Grayscale: #A4A4A4. Windows color (decimal): -686731 or 7702005. OLE color: 7702005.
HSL color Cylindrical-coordinate representation of color #F58575: hue angle of 7.5º 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 #F58575 is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 133 | 117 | - |
| CMYK | 0 | 0.46 | 0.52 | 0.04 |
| HSL | 7.5º | 0.86% | 0.71% | - |
| HSV(B) | 7.5º | 0.52% | 0.96% | - |
| XYZ | 49.25 | 37.47 | 21.47 | - |
| YUV | 164.66 | 101.11 | 185.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 133 | 117 | 0 | 0.46 | 0.52 | 0.04 | 7.5 | 0.86 | 0.71 |
| Hex | F5 | 85 | 75 | 0 | 2E | 34 | 4 | 8 | 56 | 47 |
| Octal | 365 | 205 | 165 | 0 | 56 | 64 | 4 | 10 | 126 | 107 |
| Binary | 11110101 | 10000101 | 1110101 | 0 | 101110 | 110100 | 100 | 1000 | 1010110 | 1000111 |
Color Harmonies of #F58575
Complementary color
Monochromatic Colors of #F58575
Black with #F58575
Text Example
Text Example
White with #F58575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58575; }
p { color: rgb(245,133,117); }
H1.HeaderClassName
{
color: #F58575;
}
.AnyTagClassName
{
color: #F58575;
}
</style>
background-color css
<style>
a { background-color: #F58575; }
a { background-color: rgb(245,133,117); }
div.DivClassName
{
background-color: #F58575;
}
.BgClassName
{
background-color: #F58575;
}
</style>
border-color css
<style>
span { border-color: #F58575; }
span { border-color: rgb(245,133,117); }
td.TdClassName
{
border-color: #F58575;
}
.TagClassName
{
border-color: #F58575;
}
</style>