Shades of Dark Salmon #F4997A
Tints of Dark Salmon #F4997A
RGB
CMYK
RGB Variations
Color information
#F4997A (or 0xF4997A) is known color: Dark Salmon. HEX triplet: F4, 99 and 7A. RGB value is (244,153,122). Sum of RGB (Red+Green+Blue) = 244+153+122=519 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.01% from 519); Green value is 153 (60.16% from 255 or 29.48% from 519); Blue value is 122 (48.05% from 255 or 23.51% from 519); Max value from RGB is 244 - color contains mainly: red. Hex color #F4997A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4997A is #0B6685. Grayscale: #B0B0B0. Windows color (decimal): -747142 or 8034804. OLE color: 8034804.
HSL color Cylindrical-coordinate representation of color #F4997A: hue angle of 15.25º degrees, saturation: 0.85, 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 #F4997A is Cyan = 0, Magento = 0.37, Yellow = 0.5 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 153 | 122 | - |
| CMYK | 0 | 0.37 | 0.5 | 0.04 |
| HSL | 15.25º | 0.85% | 0.72% | - |
| HSV(B) | 15.25º | 0.5% | 0.96% | - |
| XYZ | 52.21 | 43.42 | 24.04 | - |
| YUV | 176.68 | 97.15 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 153 | 122 | 0 | 0.37 | 0.5 | 0.04 | 15.25 | 0.85 | 0.72 |
| Hex | F4 | 99 | 7A | 0 | 25 | 32 | 4 | F | 55 | 48 |
| Octal | 364 | 231 | 172 | 0 | 45 | 62 | 4 | 17 | 125 | 110 |
| Binary | 11110100 | 10011001 | 1111010 | 0 | 100101 | 110010 | 100 | 1111 | 1010101 | 1001000 |
Color Harmonies of #F4997A
Complementary color
Monochromatic Colors of #F4997A
Black with #F4997A
Text Example
Text Example
White with #F4997A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4997A; }
p { color: rgb(244,153,122); }
H1.HeaderClassName
{
color: #F4997A;
}
.AnyTagClassName
{
color: #F4997A;
}
</style>
background-color css
<style>
a { background-color: #F4997A; }
a { background-color: rgb(244,153,122); }
div.DivClassName
{
background-color: #F4997A;
}
.BgClassName
{
background-color: #F4997A;
}
</style>
border-color css
<style>
span { border-color: #F4997A; }
span { border-color: rgb(244,153,122); }
td.TdClassName
{
border-color: #F4997A;
}
.TagClassName
{
border-color: #F4997A;
}
</style>