Shades of Salmon #F58B7C
Tints of Salmon #F58B7C
RGB
CMYK
RGB Variations
Color information
#F58B7C (or 0xF58B7C) is known color: Salmon. HEX triplet: F5, 8B and 7C. RGB value is (245,139,124). Sum of RGB (Red+Green+Blue) = 245+139+124=508 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.23% from 508); Green value is 139 (54.69% from 255 or 27.36% from 508); Blue value is 124 (48.83% from 255 or 24.41% from 508); Max value from RGB is 245 - color contains mainly: red. Hex color #F58B7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58B7C is #0A7483. Grayscale: #A9A9A9. Windows color (decimal): -685188 or 8162293. OLE color: 8162293.
HSL color Cylindrical-coordinate representation of color #F58B7C: hue angle of 7.44º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F58B7C is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 139 | 124 | - |
| CMYK | 0 | 0.43 | 0.49 | 0.04 |
| HSL | 7.44º | 0.86% | 0.72% | - |
| HSV(B) | 7.44º | 0.49% | 0.96% | - |
| XYZ | 50.53 | 39.33 | 24 | - |
| YUV | 168.98 | 102.62 | 182.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 139 | 124 | 0 | 0.43 | 0.49 | 0.04 | 7.44 | 0.86 | 0.72 |
| Hex | F5 | 8B | 7C | 0 | 2B | 31 | 4 | 7 | 56 | 48 |
| Octal | 365 | 213 | 174 | 0 | 53 | 61 | 4 | 7 | 126 | 110 |
| Binary | 11110101 | 10001011 | 1111100 | 0 | 101011 | 110001 | 100 | 111 | 1010110 | 1001000 |
Color Harmonies of #F58B7C
Complementary color
Monochromatic Colors of #F58B7C
Black with #F58B7C
Text Example
Text Example
White with #F58B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58B7C; }
p { color: rgb(245,139,124); }
H1.HeaderClassName
{
color: #F58B7C;
}
.AnyTagClassName
{
color: #F58B7C;
}
</style>
background-color css
<style>
a { background-color: #F58B7C; }
a { background-color: rgb(245,139,124); }
div.DivClassName
{
background-color: #F58B7C;
}
.BgClassName
{
background-color: #F58B7C;
}
</style>
border-color css
<style>
span { border-color: #F58B7C; }
span { border-color: rgb(245,139,124); }
td.TdClassName
{
border-color: #F58B7C;
}
.TagClassName
{
border-color: #F58B7C;
}
</style>