Shades of Dark Salmon #F19478
Tints of Dark Salmon #F19478
RGB
CMYK
RGB Variations
Color information
#F19478 (or 0xF19478) is known color: Dark Salmon. HEX triplet: F1, 94 and 78. RGB value is (241,148,120). Sum of RGB (Red+Green+Blue) = 241+148+120=509 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.35% from 509); Green value is 148 (58.20% from 255 or 29.08% from 509); Blue value is 120 (47.27% from 255 or 23.58% from 509); Max value from RGB is 241 - color contains mainly: red. Hex color #F19478 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19478 is #0E6B87. Grayscale: #ACACAC. Windows color (decimal): -945032 or 7902449. OLE color: 7902449.
HSL color Cylindrical-coordinate representation of color #F19478: hue angle of 13.88º 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 #F19478 is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 148 | 120 | - |
| CMYK | 0 | 0.39 | 0.50 | 0.05 |
| HSL | 13.88º | 0.81% | 0.71% | - |
| HSV(B) | 13.88º | 0.5% | 0.95% | - |
| XYZ | 50.26 | 41.24 | 23.08 | - |
| YUV | 172.62 | 98.31 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 148 | 120 | 0 | 0.39 | 0.50 | 0.05 | 13.88 | 0.81 | 0.71 |
| Hex | F1 | 94 | 78 | 0 | 27 | 32 | 5 | E | 51 | 47 |
| Octal | 361 | 224 | 170 | 0 | 47 | 62 | 5 | 16 | 121 | 107 |
| Binary | 11110001 | 10010100 | 1111000 | 0 | 100111 | 110010 | 101 | 1110 | 1010001 | 1000111 |
Color Harmonies of #F19478
Complementary color
Monochromatic Colors of #F19478
Black with #F19478
Text Example
Text Example
White with #F19478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19478; }
p { color: rgb(241,148,120); }
H1.HeaderClassName
{
color: #F19478;
}
.AnyTagClassName
{
color: #F19478;
}
</style>
background-color css
<style>
a { background-color: #F19478; }
a { background-color: rgb(241,148,120); }
div.DivClassName
{
background-color: #F19478;
}
.BgClassName
{
background-color: #F19478;
}
</style>
border-color css
<style>
span { border-color: #F19478; }
span { border-color: rgb(241,148,120); }
td.TdClassName
{
border-color: #F19478;
}
.TagClassName
{
border-color: #F19478;
}
</style>