Shades of Dark Salmon #F5997A
Tints of Dark Salmon #F5997A
RGB
CMYK
RGB Variations
Color information
#F5997A (or 0xF5997A) is known color: Dark Salmon. HEX triplet: F5, 99 and 7A. RGB value is (245,153,122). Sum of RGB (Red+Green+Blue) = 245+153+122=520 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.12% from 520); Green value is 153 (60.16% from 255 or 29.42% from 520); Blue value is 122 (48.05% from 255 or 23.46% from 520); Max value from RGB is 245 - color contains mainly: red. Hex color #F5997A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5997A is #0A6685. Grayscale: #B1B1B1. Windows color (decimal): -681606 or 8034805. OLE color: 8034805.
HSL color Cylindrical-coordinate representation of color #F5997A: hue angle of 15.12º 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 #F5997A is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 153 | 122 | - |
| CMYK | 0 | 0.38 | 0.50 | 0.04 |
| HSL | 15.12º | 0.86% | 0.72% | - |
| HSV(B) | 15.12º | 0.5% | 0.96% | - |
| XYZ | 52.56 | 43.6 | 24.06 | - |
| YUV | 176.97 | 96.98 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 153 | 122 | 0 | 0.38 | 0.50 | 0.04 | 15.12 | 0.86 | 0.72 |
| Hex | F5 | 99 | 7A | 0 | 26 | 32 | 4 | F | 56 | 48 |
| Octal | 365 | 231 | 172 | 0 | 46 | 62 | 4 | 17 | 126 | 110 |
| Binary | 11110101 | 10011001 | 1111010 | 0 | 100110 | 110010 | 100 | 1111 | 1010110 | 1001000 |
Color Harmonies of #F5997A
Complementary color
Monochromatic Colors of #F5997A
Black with #F5997A
Text Example
Text Example
White with #F5997A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5997A; }
p { color: rgb(245,153,122); }
H1.HeaderClassName
{
color: #F5997A;
}
.AnyTagClassName
{
color: #F5997A;
}
</style>
background-color css
<style>
a { background-color: #F5997A; }
a { background-color: rgb(245,153,122); }
div.DivClassName
{
background-color: #F5997A;
}
.BgClassName
{
background-color: #F5997A;
}
</style>
border-color css
<style>
span { border-color: #F5997A; }
span { border-color: rgb(245,153,122); }
td.TdClassName
{
border-color: #F5997A;
}
.TagClassName
{
border-color: #F5997A;
}
</style>