Shades of Salmon #F58778
Tints of Salmon #F58778
RGB
CMYK
RGB Variations
Color information
#F58778 (or 0xF58778) is known color: Salmon. HEX triplet: F5, 87 and 78. RGB value is (245,135,120). Sum of RGB (Red+Green+Blue) = 245+135+120=500 (66% of max value = 765). Red value is 245 (96.09% from 255 or 49% from 500); Green value is 135 (53.12% from 255 or 27% from 500); Blue value is 120 (47.27% from 255 or 24% from 500); Max value from RGB is 245 - color contains mainly: red. Hex color #F58778 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58778 is #0A7887. Grayscale: #A6A6A6. Windows color (decimal): -686216 or 7899125. OLE color: 7899125.
HSL color Cylindrical-coordinate representation of color #F58778: hue angle of 7.2º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F58778 is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 135 | 120 | - |
| CMYK | 0 | 0.45 | 0.51 | 0.04 |
| HSL | 7.2º | 0.86% | 0.72% | - |
| HSV(B) | 7.2º | 0.51% | 0.96% | - |
| XYZ | 49.71 | 38.1 | 22.5 | - |
| YUV | 166.18 | 101.94 | 184.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 135 | 120 | 0 | 0.45 | 0.51 | 0.04 | 7.2 | 0.86 | 0.72 |
| Hex | F5 | 87 | 78 | 0 | 2D | 33 | 4 | 7 | 56 | 48 |
| Octal | 365 | 207 | 170 | 0 | 55 | 63 | 4 | 7 | 126 | 110 |
| Binary | 11110101 | 10000111 | 1111000 | 0 | 101101 | 110011 | 100 | 111 | 1010110 | 1001000 |
Color Harmonies of #F58778
Complementary color
Monochromatic Colors of #F58778
Black with #F58778
Text Example
Text Example
White with #F58778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58778; }
p { color: rgb(245,135,120); }
H1.HeaderClassName
{
color: #F58778;
}
.AnyTagClassName
{
color: #F58778;
}
</style>
background-color css
<style>
a { background-color: #F58778; }
a { background-color: rgb(245,135,120); }
div.DivClassName
{
background-color: #F58778;
}
.BgClassName
{
background-color: #F58778;
}
</style>
border-color css
<style>
span { border-color: #F58778; }
span { border-color: rgb(245,135,120); }
td.TdClassName
{
border-color: #F58778;
}
.TagClassName
{
border-color: #F58778;
}
</style>