Shades of Dark Salmon #F19B7B
Tints of Dark Salmon #F19B7B
RGB
CMYK
RGB Variations
Color information
#F19B7B (or 0xF19B7B) is known color: Dark Salmon. HEX triplet: F1, 9B and 7B. RGB value is (241,155,123). Sum of RGB (Red+Green+Blue) = 241+155+123=519 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.44% from 519); Green value is 155 (60.94% from 255 or 29.87% from 519); Blue value is 123 (48.44% from 255 or 23.70% from 519); Max value from RGB is 241 - color contains mainly: red. Hex color #F19B7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19B7B is #0E6484. Grayscale: #B1B1B1. Windows color (decimal): -943237 or 8100849. OLE color: 8100849.
HSL color Cylindrical-coordinate representation of color #F19B7B: hue angle of 16.27º 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 #F19B7B is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 155 | 123 | - |
| CMYK | 0 | 0.36 | 0.49 | 0.05 |
| HSL | 16.27º | 0.81% | 0.71% | - |
| HSV(B) | 16.27º | 0.49% | 0.95% | - |
| XYZ | 51.57 | 43.57 | 24.43 | - |
| YUV | 177.07 | 97.49 | 173.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 155 | 123 | 0 | 0.36 | 0.49 | 0.05 | 16.27 | 0.81 | 0.71 |
| Hex | F1 | 9B | 7B | 0 | 24 | 31 | 5 | 10 | 51 | 47 |
| Octal | 361 | 233 | 173 | 0 | 44 | 61 | 5 | 20 | 121 | 107 |
| Binary | 11110001 | 10011011 | 1111011 | 0 | 100100 | 110001 | 101 | 10000 | 1010001 | 1000111 |
Color Harmonies of #F19B7B
Complementary color
Monochromatic Colors of #F19B7B
Black with #F19B7B
Text Example
Text Example
White with #F19B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19B7B; }
p { color: rgb(241,155,123); }
H1.HeaderClassName
{
color: #F19B7B;
}
.AnyTagClassName
{
color: #F19B7B;
}
</style>
background-color css
<style>
a { background-color: #F19B7B; }
a { background-color: rgb(241,155,123); }
div.DivClassName
{
background-color: #F19B7B;
}
.BgClassName
{
background-color: #F19B7B;
}
</style>
border-color css
<style>
span { border-color: #F19B7B; }
span { border-color: rgb(241,155,123); }
td.TdClassName
{
border-color: #F19B7B;
}
.TagClassName
{
border-color: #F19B7B;
}
</style>