Shades of Dark Salmon #F19382
Tints of Dark Salmon #F19382
RGB
CMYK
RGB Variations
Color information
#F19382 (or 0xF19382) is known color: Dark Salmon. HEX triplet: F1, 93 and 82. RGB value is (241,147,130). Sum of RGB (Red+Green+Blue) = 241+147+130=518 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.53% from 518); Green value is 147 (57.81% from 255 or 28.38% from 518); Blue value is 130 (51.17% from 255 or 25.10% from 518); Max value from RGB is 241 - color contains mainly: red. Hex color #F19382 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19382 is #0E6C7D. Grayscale: #ADADAD. Windows color (decimal): -945278 or 8557553. OLE color: 8557553.
HSL color Cylindrical-coordinate representation of color #F19382: hue angle of 9.19º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F19382 is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 147 | 130 | - |
| CMYK | 0 | 0.39 | 0.46 | 0.05 |
| HSL | 9.19º | 0.8% | 0.73% | - |
| HSV(B) | 9.19º | 0.46% | 0.95% | - |
| XYZ | 50.74 | 41.18 | 26.39 | - |
| YUV | 173.17 | 103.64 | 176.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 147 | 130 | 0 | 0.39 | 0.46 | 0.05 | 9.19 | 0.8 | 0.73 |
| Hex | F1 | 93 | 82 | 0 | 27 | 2E | 5 | 9 | 50 | 49 |
| Octal | 361 | 223 | 202 | 0 | 47 | 56 | 5 | 11 | 120 | 111 |
| Binary | 11110001 | 10010011 | 10000010 | 0 | 100111 | 101110 | 101 | 1001 | 1010000 | 1001001 |
Color Harmonies of #F19382
Complementary color
Monochromatic Colors of #F19382
Black with #F19382
Text Example
Text Example
White with #F19382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19382; }
p { color: rgb(241,147,130); }
H1.HeaderClassName
{
color: #F19382;
}
.AnyTagClassName
{
color: #F19382;
}
</style>
background-color css
<style>
a { background-color: #F19382; }
a { background-color: rgb(241,147,130); }
div.DivClassName
{
background-color: #F19382;
}
.BgClassName
{
background-color: #F19382;
}
</style>
border-color css
<style>
span { border-color: #F19382; }
span { border-color: rgb(241,147,130); }
td.TdClassName
{
border-color: #F19382;
}
.TagClassName
{
border-color: #F19382;
}
</style>