Shades of Dark Salmon #F19B7D
Tints of Dark Salmon #F19B7D
RGB
CMYK
RGB Variations
Color information
#F19B7D (or 0xF19B7D) is known color: Dark Salmon. HEX triplet: F1, 9B and 7D. RGB value is (241,155,125). Sum of RGB (Red+Green+Blue) = 241+155+125=521 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.26% from 521); Green value is 155 (60.94% from 255 or 29.75% from 521); Blue value is 125 (49.22% from 255 or 23.99% from 521); Max value from RGB is 241 - color contains mainly: red. Hex color #F19B7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19B7D is #0E6482. Grayscale: #B1B1B1. Windows color (decimal): -943235 or 8231921. OLE color: 8231921.
HSL color Cylindrical-coordinate representation of color #F19B7D: hue angle of 15.52º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F19B7D is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 155 | 125 | - |
| CMYK | 0 | 0.36 | 0.48 | 0.05 |
| HSL | 15.52º | 0.81% | 0.72% | - |
| HSV(B) | 15.52º | 0.48% | 0.95% | - |
| XYZ | 51.7 | 43.62 | 25.1 | - |
| YUV | 177.29 | 98.49 | 173.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 155 | 125 | 0 | 0.36 | 0.48 | 0.05 | 15.52 | 0.81 | 0.72 |
| Hex | F1 | 9B | 7D | 0 | 24 | 30 | 5 | 10 | 51 | 48 |
| Octal | 361 | 233 | 175 | 0 | 44 | 60 | 5 | 20 | 121 | 110 |
| Binary | 11110001 | 10011011 | 1111101 | 0 | 100100 | 110000 | 101 | 10000 | 1010001 | 1001000 |
Color Harmonies of #F19B7D
Complementary color
Monochromatic Colors of #F19B7D
Black with #F19B7D
Text Example
Text Example
White with #F19B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19B7D; }
p { color: rgb(241,155,125); }
H1.HeaderClassName
{
color: #F19B7D;
}
.AnyTagClassName
{
color: #F19B7D;
}
</style>
background-color css
<style>
a { background-color: #F19B7D; }
a { background-color: rgb(241,155,125); }
div.DivClassName
{
background-color: #F19B7D;
}
.BgClassName
{
background-color: #F19B7D;
}
</style>
border-color css
<style>
span { border-color: #F19B7D; }
span { border-color: rgb(241,155,125); }
td.TdClassName
{
border-color: #F19B7D;
}
.TagClassName
{
border-color: #F19B7D;
}
</style>