Shades of Salmon #F58C7A
Tints of Salmon #F58C7A
RGB
CMYK
RGB Variations
Color information
#F58C7A (or 0xF58C7A) is known color: Salmon. HEX triplet: F5, 8C and 7A. RGB value is (245,140,122). Sum of RGB (Red+Green+Blue) = 245+140+122=507 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.32% from 507); Green value is 140 (55.08% from 255 or 27.61% from 507); Blue value is 122 (48.05% from 255 or 24.06% from 507); Max value from RGB is 245 - color contains mainly: red. Hex color #F58C7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58C7A is #0A7385. Grayscale: #A9A9A9. Windows color (decimal): -684934 or 8031477. OLE color: 8031477.
HSL color Cylindrical-coordinate representation of color #F58C7A: hue angle of 8.78º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F58C7A is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 140 | 122 | - |
| CMYK | 0 | 0.43 | 0.50 | 0.04 |
| HSL | 8.78º | 0.86% | 0.72% | - |
| HSV(B) | 8.78º | 0.5% | 0.96% | - |
| XYZ | 50.55 | 39.57 | 23.39 | - |
| YUV | 169.34 | 101.29 | 181.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 140 | 122 | 0 | 0.43 | 0.50 | 0.04 | 8.78 | 0.86 | 0.72 |
| Hex | F5 | 8C | 7A | 0 | 2B | 32 | 4 | 9 | 56 | 48 |
| Octal | 365 | 214 | 172 | 0 | 53 | 62 | 4 | 11 | 126 | 110 |
| Binary | 11110101 | 10001100 | 1111010 | 0 | 101011 | 110010 | 100 | 1001 | 1010110 | 1001000 |
Color Harmonies of #F58C7A
Complementary color
Monochromatic Colors of #F58C7A
Black with #F58C7A
Text Example
Text Example
White with #F58C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58C7A; }
p { color: rgb(245,140,122); }
H1.HeaderClassName
{
color: #F58C7A;
}
.AnyTagClassName
{
color: #F58C7A;
}
</style>
background-color css
<style>
a { background-color: #F58C7A; }
a { background-color: rgb(245,140,122); }
div.DivClassName
{
background-color: #F58C7A;
}
.BgClassName
{
background-color: #F58C7A;
}
</style>
border-color css
<style>
span { border-color: #F58C7A; }
span { border-color: rgb(245,140,122); }
td.TdClassName
{
border-color: #F58C7A;
}
.TagClassName
{
border-color: #F58C7A;
}
</style>