Shades of Dark Salmon #F19E7A
Tints of Dark Salmon #F19E7A
RGB
CMYK
RGB Variations
Color information
#F19E7A (or 0xF19E7A) is known color: Dark Salmon. HEX triplet: F1, 9E and 7A. RGB value is (241,158,122). Sum of RGB (Red+Green+Blue) = 241+158+122=521 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.26% from 521); Green value is 158 (62.11% from 255 or 30.33% from 521); Blue value is 122 (48.05% from 255 or 23.42% from 521); Max value from RGB is 241 - color contains mainly: red. Hex color #F19E7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19E7A is #0E6185. Grayscale: #B2B2B2. Windows color (decimal): -942470 or 8036081. OLE color: 8036081.
HSL color Cylindrical-coordinate representation of color #F19E7A: hue angle of 18.15º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F19E7A is Cyan = 0, Magento = 0.34, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 158 | 122 | - |
| CMYK | 0 | 0.34 | 0.49 | 0.05 |
| HSL | 18.15º | 0.81% | 0.71% | - |
| HSV(B) | 18.15º | 0.49% | 0.95% | - |
| XYZ | 52.02 | 44.56 | 24.27 | - |
| YUV | 178.71 | 96 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 158 | 122 | 0 | 0.34 | 0.49 | 0.05 | 18.15 | 0.81 | 0.71 |
| Hex | F1 | 9E | 7A | 0 | 22 | 31 | 5 | 12 | 51 | 47 |
| Octal | 361 | 236 | 172 | 0 | 42 | 61 | 5 | 22 | 121 | 107 |
| Binary | 11110001 | 10011110 | 1111010 | 0 | 100010 | 110001 | 101 | 10010 | 1010001 | 1000111 |
Color Harmonies of #F19E7A
Complementary color
Monochromatic Colors of #F19E7A
Black with #F19E7A
Text Example
Text Example
White with #F19E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19E7A; }
p { color: rgb(241,158,122); }
H1.HeaderClassName
{
color: #F19E7A;
}
.AnyTagClassName
{
color: #F19E7A;
}
</style>
background-color css
<style>
a { background-color: #F19E7A; }
a { background-color: rgb(241,158,122); }
div.DivClassName
{
background-color: #F19E7A;
}
.BgClassName
{
background-color: #F19E7A;
}
</style>
border-color css
<style>
span { border-color: #F19E7A; }
span { border-color: rgb(241,158,122); }
td.TdClassName
{
border-color: #F19E7A;
}
.TagClassName
{
border-color: #F19E7A;
}
</style>