Shades of Dark Salmon #F19679
Tints of Dark Salmon #F19679
RGB
CMYK
RGB Variations
Color information
#F19679 (or 0xF19679) is known color: Dark Salmon. HEX triplet: F1, 96 and 79. RGB value is (241,150,121). Sum of RGB (Red+Green+Blue) = 241+150+121=512 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.07% from 512); Green value is 150 (58.98% from 255 or 29.30% from 512); Blue value is 121 (47.66% from 255 or 23.63% from 512); Max value from RGB is 241 - color contains mainly: red. Hex color #F19679 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19679 is #0E6986. Grayscale: #AEAEAE. Windows color (decimal): -944519 or 7968497. OLE color: 7968497.
HSL color Cylindrical-coordinate representation of color #F19679: hue angle of 14.5º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F19679 is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 150 | 121 | - |
| CMYK | 0 | 0.38 | 0.50 | 0.05 |
| HSL | 14.5º | 0.81% | 0.71% | - |
| HSV(B) | 14.5º | 0.5% | 0.95% | - |
| XYZ | 50.63 | 41.89 | 23.51 | - |
| YUV | 173.9 | 98.15 | 175.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 150 | 121 | 0 | 0.38 | 0.50 | 0.05 | 14.5 | 0.81 | 0.71 |
| Hex | F1 | 96 | 79 | 0 | 26 | 32 | 5 | E | 51 | 47 |
| Octal | 361 | 226 | 171 | 0 | 46 | 62 | 5 | 16 | 121 | 107 |
| Binary | 11110001 | 10010110 | 1111001 | 0 | 100110 | 110010 | 101 | 1110 | 1010001 | 1000111 |
Color Harmonies of #F19679
Complementary color
Monochromatic Colors of #F19679
Black with #F19679
Text Example
Text Example
White with #F19679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19679; }
p { color: rgb(241,150,121); }
H1.HeaderClassName
{
color: #F19679;
}
.AnyTagClassName
{
color: #F19679;
}
</style>
background-color css
<style>
a { background-color: #F19679; }
a { background-color: rgb(241,150,121); }
div.DivClassName
{
background-color: #F19679;
}
.BgClassName
{
background-color: #F19679;
}
</style>
border-color css
<style>
span { border-color: #F19679; }
span { border-color: rgb(241,150,121); }
td.TdClassName
{
border-color: #F19679;
}
.TagClassName
{
border-color: #F19679;
}
</style>