Shades of Dark Salmon #F19E7B
Tints of Dark Salmon #F19E7B
RGB
CMYK
RGB Variations
Color information
#F19E7B (or 0xF19E7B) is known color: Dark Salmon. HEX triplet: F1, 9E and 7B. RGB value is (241,158,123). Sum of RGB (Red+Green+Blue) = 241+158+123=522 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.17% from 522); Green value is 158 (62.11% from 255 or 30.27% from 522); Blue value is 123 (48.44% from 255 or 23.56% from 522); Max value from RGB is 241 - color contains mainly: red. Hex color #F19E7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19E7B is #0E6184. Grayscale: #B3B3B3. Windows color (decimal): -942469 or 8101617. OLE color: 8101617.
HSL color Cylindrical-coordinate representation of color #F19E7B: hue angle of 17.8º 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 #F19E7B is Cyan = 0, Magento = 0.34, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 158 | 123 | - |
| CMYK | 0 | 0.34 | 0.49 | 0.05 |
| HSL | 17.8º | 0.81% | 0.71% | - |
| HSV(B) | 17.8º | 0.49% | 0.95% | - |
| XYZ | 52.08 | 44.58 | 24.6 | - |
| YUV | 178.83 | 96.5 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 158 | 123 | 0 | 0.34 | 0.49 | 0.05 | 17.8 | 0.81 | 0.71 |
| Hex | F1 | 9E | 7B | 0 | 22 | 31 | 5 | 12 | 51 | 47 |
| Octal | 361 | 236 | 173 | 0 | 42 | 61 | 5 | 22 | 121 | 107 |
| Binary | 11110001 | 10011110 | 1111011 | 0 | 100010 | 110001 | 101 | 10010 | 1010001 | 1000111 |
Color Harmonies of #F19E7B
Complementary color
Monochromatic Colors of #F19E7B
Black with #F19E7B
Text Example
Text Example
White with #F19E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19E7B; }
p { color: rgb(241,158,123); }
H1.HeaderClassName
{
color: #F19E7B;
}
.AnyTagClassName
{
color: #F19E7B;
}
</style>
background-color css
<style>
a { background-color: #F19E7B; }
a { background-color: rgb(241,158,123); }
div.DivClassName
{
background-color: #F19E7B;
}
.BgClassName
{
background-color: #F19E7B;
}
</style>
border-color css
<style>
span { border-color: #F19E7B; }
span { border-color: rgb(241,158,123); }
td.TdClassName
{
border-color: #F19E7B;
}
.TagClassName
{
border-color: #F19E7B;
}
</style>