Shades of Dark Salmon #F19C7A
Tints of Dark Salmon #F19C7A
RGB
CMYK
RGB Variations
Color information
#F19C7A (or 0xF19C7A) is known color: Dark Salmon. HEX triplet: F1, 9C and 7A. RGB value is (241,156,122). Sum of RGB (Red+Green+Blue) = 241+156+122=519 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.44% from 519); Green value is 156 (61.33% from 255 or 30.06% from 519); Blue value is 122 (48.05% from 255 or 23.51% from 519); Max value from RGB is 241 - color contains mainly: red. Hex color #F19C7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19C7A is #0E6385. Grayscale: #B1B1B1. Windows color (decimal): -942982 or 8035569. OLE color: 8035569.
HSL color Cylindrical-coordinate representation of color #F19C7A: hue angle of 17.14º 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 #F19C7A is Cyan = 0, Magento = 0.35, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 156 | 122 | - |
| CMYK | 0 | 0.35 | 0.49 | 0.05 |
| HSL | 17.14º | 0.81% | 0.71% | - |
| HSV(B) | 17.14º | 0.49% | 0.95% | - |
| XYZ | 51.68 | 43.88 | 24.16 | - |
| YUV | 177.54 | 96.66 | 173.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 156 | 122 | 0 | 0.35 | 0.49 | 0.05 | 17.14 | 0.81 | 0.71 |
| Hex | F1 | 9C | 7A | 0 | 23 | 31 | 5 | 11 | 51 | 47 |
| Octal | 361 | 234 | 172 | 0 | 43 | 61 | 5 | 21 | 121 | 107 |
| Binary | 11110001 | 10011100 | 1111010 | 0 | 100011 | 110001 | 101 | 10001 | 1010001 | 1000111 |
Color Harmonies of #F19C7A
Complementary color
Monochromatic Colors of #F19C7A
Black with #F19C7A
Text Example
Text Example
White with #F19C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19C7A; }
p { color: rgb(241,156,122); }
H1.HeaderClassName
{
color: #F19C7A;
}
.AnyTagClassName
{
color: #F19C7A;
}
</style>
background-color css
<style>
a { background-color: #F19C7A; }
a { background-color: rgb(241,156,122); }
div.DivClassName
{
background-color: #F19C7A;
}
.BgClassName
{
background-color: #F19C7A;
}
</style>
border-color css
<style>
span { border-color: #F19C7A; }
span { border-color: rgb(241,156,122); }
td.TdClassName
{
border-color: #F19C7A;
}
.TagClassName
{
border-color: #F19C7A;
}
</style>