Shades of Dark Salmon #F19783
Tints of Dark Salmon #F19783
RGB
CMYK
RGB Variations
Color information
#F19783 (or 0xF19783) is known color: Dark Salmon. HEX triplet: F1, 97 and 83. RGB value is (241,151,131). Sum of RGB (Red+Green+Blue) = 241+151+131=523 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.08% from 523); Green value is 151 (59.38% from 255 or 28.87% from 523); Blue value is 131 (51.56% from 255 or 25.05% from 523); Max value from RGB is 241 - color contains mainly: red. Hex color #F19783 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19783 is #0E687C. Grayscale: #AFAFAF. Windows color (decimal): -944253 or 8624113. OLE color: 8624113.
HSL color Cylindrical-coordinate representation of color #F19783: hue angle of 10.91º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F19783 is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 151 | 131 | - |
| CMYK | 0 | 0.37 | 0.46 | 0.05 |
| HSL | 10.91º | 0.8% | 0.73% | - |
| HSV(B) | 10.91º | 0.46% | 0.95% | - |
| XYZ | 51.44 | 42.47 | 26.96 | - |
| YUV | 175.63 | 102.82 | 174.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 151 | 131 | 0 | 0.37 | 0.46 | 0.05 | 10.91 | 0.8 | 0.73 |
| Hex | F1 | 97 | 83 | 0 | 25 | 2E | 5 | B | 50 | 49 |
| Octal | 361 | 227 | 203 | 0 | 45 | 56 | 5 | 13 | 120 | 111 |
| Binary | 11110001 | 10010111 | 10000011 | 0 | 100101 | 101110 | 101 | 1011 | 1010000 | 1001001 |
Color Harmonies of #F19783
Complementary color
Monochromatic Colors of #F19783
Black with #F19783
Text Example
Text Example
White with #F19783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19783; }
p { color: rgb(241,151,131); }
H1.HeaderClassName
{
color: #F19783;
}
.AnyTagClassName
{
color: #F19783;
}
</style>
background-color css
<style>
a { background-color: #F19783; }
a { background-color: rgb(241,151,131); }
div.DivClassName
{
background-color: #F19783;
}
.BgClassName
{
background-color: #F19783;
}
</style>
border-color css
<style>
span { border-color: #F19783; }
span { border-color: rgb(241,151,131); }
td.TdClassName
{
border-color: #F19783;
}
.TagClassName
{
border-color: #F19783;
}
</style>