Shades of Salmon #F58074
Tints of Salmon #F58074
RGB
CMYK
RGB Variations
Color information
#F58074 (or 0xF58074) is known color: Salmon. HEX triplet: F5, 80 and 74. RGB value is (245,128,116). Sum of RGB (Red+Green+Blue) = 245+128+116=489 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.10% from 489); Green value is 128 (50.39% from 255 or 26.18% from 489); Blue value is 116 (45.70% from 255 or 23.72% from 489); Max value from RGB is 245 - color contains mainly: red. Hex color #F58074 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58074 is #0A7F8B. Grayscale: #A1A1A1. Windows color (decimal): -688012 or 7635189. OLE color: 7635189.
HSL color Cylindrical-coordinate representation of color #F58074: hue angle of 5.58º 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 #F58074 is Cyan = 0, Magento = 0.48, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 128 | 116 | - |
| CMYK | 0 | 0.48 | 0.53 | 0.04 |
| HSL | 5.58º | 0.87% | 0.71% | - |
| HSV(B) | 5.58º | 0.53% | 0.96% | - |
| XYZ | 48.53 | 36.11 | 20.94 | - |
| YUV | 161.62 | 102.26 | 187.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 128 | 116 | 0 | 0.48 | 0.53 | 0.04 | 5.58 | 0.87 | 0.71 |
| Hex | F5 | 80 | 74 | 0 | 30 | 35 | 4 | 6 | 57 | 47 |
| Octal | 365 | 200 | 164 | 0 | 60 | 65 | 4 | 6 | 127 | 107 |
| Binary | 11110101 | 10000000 | 1110100 | 0 | 110000 | 110101 | 100 | 110 | 1010111 | 1000111 |
Color Harmonies of #F58074
Complementary color
Monochromatic Colors of #F58074
Black with #F58074
Text Example
Text Example
White with #F58074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58074; }
p { color: rgb(245,128,116); }
H1.HeaderClassName
{
color: #F58074;
}
.AnyTagClassName
{
color: #F58074;
}
</style>
background-color css
<style>
a { background-color: #F58074; }
a { background-color: rgb(245,128,116); }
div.DivClassName
{
background-color: #F58074;
}
.BgClassName
{
background-color: #F58074;
}
</style>
border-color css
<style>
span { border-color: #F58074; }
span { border-color: rgb(245,128,116); }
td.TdClassName
{
border-color: #F58074;
}
.TagClassName
{
border-color: #F58074;
}
</style>