Shades of Dark Salmon #F5977A
Tints of Dark Salmon #F5977A
RGB
CMYK
RGB Variations
Color information
#F5977A (or 0xF5977A) is known color: Dark Salmon. HEX triplet: F5, 97 and 7A. RGB value is (245,151,122). Sum of RGB (Red+Green+Blue) = 245+151+122=518 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.30% from 518); Green value is 151 (59.38% from 255 or 29.15% from 518); Blue value is 122 (48.05% from 255 or 23.55% from 518); Max value from RGB is 245 - color contains mainly: red. Hex color #F5977A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5977A is #0A6885. Grayscale: #B0B0B0. Windows color (decimal): -682118 or 8034293. OLE color: 8034293.
HSL color Cylindrical-coordinate representation of color #F5977A: hue angle of 14.15º 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 #F5977A is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 151 | 122 | - |
| CMYK | 0 | 0.38 | 0.50 | 0.04 |
| HSL | 14.15º | 0.86% | 0.72% | - |
| HSV(B) | 14.15º | 0.5% | 0.96% | - |
| XYZ | 52.24 | 42.95 | 23.95 | - |
| YUV | 175.8 | 97.64 | 177.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 151 | 122 | 0 | 0.38 | 0.50 | 0.04 | 14.15 | 0.86 | 0.72 |
| Hex | F5 | 97 | 7A | 0 | 26 | 32 | 4 | E | 56 | 48 |
| Octal | 365 | 227 | 172 | 0 | 46 | 62 | 4 | 16 | 126 | 110 |
| Binary | 11110101 | 10010111 | 1111010 | 0 | 100110 | 110010 | 100 | 1110 | 1010110 | 1001000 |
Color Harmonies of #F5977A
Complementary color
Monochromatic Colors of #F5977A
Black with #F5977A
Text Example
Text Example
White with #F5977A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5977A; }
p { color: rgb(245,151,122); }
H1.HeaderClassName
{
color: #F5977A;
}
.AnyTagClassName
{
color: #F5977A;
}
</style>
background-color css
<style>
a { background-color: #F5977A; }
a { background-color: rgb(245,151,122); }
div.DivClassName
{
background-color: #F5977A;
}
.BgClassName
{
background-color: #F5977A;
}
</style>
border-color css
<style>
span { border-color: #F5977A; }
span { border-color: rgb(245,151,122); }
td.TdClassName
{
border-color: #F5977A;
}
.TagClassName
{
border-color: #F5977A;
}
</style>