Shades of Salmon #F58875
Tints of Salmon #F58875
RGB
CMYK
RGB Variations
Color information
#F58875 (or 0xF58875) is known color: Salmon. HEX triplet: F5, 88 and 75. RGB value is (245,136,117). Sum of RGB (Red+Green+Blue) = 245+136+117=498 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.20% from 498); Green value is 136 (53.52% from 255 or 27.31% from 498); Blue value is 117 (46.09% from 255 or 23.49% from 498); Max value from RGB is 245 - color contains mainly: red. Hex color #F58875 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58875 is #0A778A. Grayscale: #A6A6A6. Windows color (decimal): -685963 or 7702773. OLE color: 7702773.
HSL color Cylindrical-coordinate representation of color #F58875: hue angle of 8.91º 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 #F58875 is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 136 | 117 | - |
| CMYK | 0 | 0.44 | 0.52 | 0.04 |
| HSL | 8.91º | 0.86% | 0.71% | - |
| HSV(B) | 8.91º | 0.52% | 0.96% | - |
| XYZ | 49.67 | 38.31 | 21.61 | - |
| YUV | 166.43 | 100.11 | 184.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 136 | 117 | 0 | 0.44 | 0.52 | 0.04 | 8.91 | 0.86 | 0.71 |
| Hex | F5 | 88 | 75 | 0 | 2C | 34 | 4 | 9 | 56 | 47 |
| Octal | 365 | 210 | 165 | 0 | 54 | 64 | 4 | 11 | 126 | 107 |
| Binary | 11110101 | 10001000 | 1110101 | 0 | 101100 | 110100 | 100 | 1001 | 1010110 | 1000111 |
Color Harmonies of #F58875
Complementary color
Monochromatic Colors of #F58875
Black with #F58875
Text Example
Text Example
White with #F58875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58875; }
p { color: rgb(245,136,117); }
H1.HeaderClassName
{
color: #F58875;
}
.AnyTagClassName
{
color: #F58875;
}
</style>
background-color css
<style>
a { background-color: #F58875; }
a { background-color: rgb(245,136,117); }
div.DivClassName
{
background-color: #F58875;
}
.BgClassName
{
background-color: #F58875;
}
</style>
border-color css
<style>
span { border-color: #F58875; }
span { border-color: rgb(245,136,117); }
td.TdClassName
{
border-color: #F58875;
}
.TagClassName
{
border-color: #F58875;
}
</style>