Shades of Dark Salmon #F19580
Tints of Dark Salmon #F19580
RGB
CMYK
RGB Variations
Color information
#F19580 (or 0xF19580) is known color: Dark Salmon. HEX triplet: F1, 95 and 80. RGB value is (241,149,128). Sum of RGB (Red+Green+Blue) = 241+149+128=518 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.53% from 518); Green value is 149 (58.59% from 255 or 28.76% from 518); Blue value is 128 (50.39% from 255 or 24.71% from 518); Max value from RGB is 241 - color contains mainly: red. Hex color #F19580 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19580 is #0E6A7F. Grayscale: #AEAEAE. Windows color (decimal): -944768 or 8426993. OLE color: 8426993.
HSL color Cylindrical-coordinate representation of color #F19580: hue angle of 11.15º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F19580 is Cyan = 0, Magento = 0.38, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 149 | 128 | - |
| CMYK | 0 | 0.38 | 0.47 | 0.05 |
| HSL | 11.15º | 0.8% | 0.72% | - |
| HSV(B) | 11.15º | 0.47% | 0.95% | - |
| XYZ | 50.92 | 41.75 | 25.8 | - |
| YUV | 174.11 | 101.98 | 175.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 149 | 128 | 0 | 0.38 | 0.47 | 0.05 | 11.15 | 0.8 | 0.72 |
| Hex | F1 | 95 | 80 | 0 | 26 | 2F | 5 | B | 50 | 48 |
| Octal | 361 | 225 | 200 | 0 | 46 | 57 | 5 | 13 | 120 | 110 |
| Binary | 11110001 | 10010101 | 10000000 | 0 | 100110 | 101111 | 101 | 1011 | 1010000 | 1001000 |
Color Harmonies of #F19580
Complementary color
Monochromatic Colors of #F19580
Black with #F19580
Text Example
Text Example
White with #F19580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19580; }
p { color: rgb(241,149,128); }
H1.HeaderClassName
{
color: #F19580;
}
.AnyTagClassName
{
color: #F19580;
}
</style>
background-color css
<style>
a { background-color: #F19580; }
a { background-color: rgb(241,149,128); }
div.DivClassName
{
background-color: #F19580;
}
.BgClassName
{
background-color: #F19580;
}
</style>
border-color css
<style>
span { border-color: #F19580; }
span { border-color: rgb(241,149,128); }
td.TdClassName
{
border-color: #F19580;
}
.TagClassName
{
border-color: #F19580;
}
</style>