Shades of Dark Salmon #F1906D
Tints of Dark Salmon #F1906D
RGB
CMYK
RGB Variations
Color information
#F1906D (or 0xF1906D) is known color: Dark Salmon. HEX triplet: F1, 90 and 6D. RGB value is (241,144,109). Sum of RGB (Red+Green+Blue) = 241+144+109=494 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.79% from 494); Green value is 144 (56.64% from 255 or 29.15% from 494); Blue value is 109 (42.97% from 255 or 22.06% from 494); Max value from RGB is 241 - color contains mainly: red. Hex color #F1906D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1906D is #0E6F92. Grayscale: #A9A9A9. Windows color (decimal): -946067 or 7180529. OLE color: 7180529.
HSL color Cylindrical-coordinate representation of color #F1906D: hue angle of 15.91º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F1906D is Cyan = 0, Magento = 0.40, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 144 | 109 | - |
| CMYK | 0 | 0.40 | 0.55 | 0.05 |
| HSL | 15.91º | 0.83% | 0.69% | - |
| HSV(B) | 15.91º | 0.55% | 0.95% | - |
| XYZ | 49.01 | 39.75 | 19.56 | - |
| YUV | 169.01 | 94.14 | 179.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 144 | 109 | 0 | 0.40 | 0.55 | 0.05 | 15.91 | 0.83 | 0.69 |
| Hex | F1 | 90 | 6D | 0 | 28 | 37 | 5 | 10 | 52 | 45 |
| Octal | 361 | 220 | 155 | 0 | 50 | 67 | 5 | 20 | 122 | 105 |
| Binary | 11110001 | 10010000 | 1101101 | 0 | 101000 | 110111 | 101 | 10000 | 1010010 | 1000101 |
Color Harmonies of #F1906D
Complementary color
Monochromatic Colors of #F1906D
Black with #F1906D
Text Example
Text Example
White with #F1906D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1906D; }
p { color: rgb(241,144,109); }
H1.HeaderClassName
{
color: #F1906D;
}
.AnyTagClassName
{
color: #F1906D;
}
</style>
background-color css
<style>
a { background-color: #F1906D; }
a { background-color: rgb(241,144,109); }
div.DivClassName
{
background-color: #F1906D;
}
.BgClassName
{
background-color: #F1906D;
}
</style>
border-color css
<style>
span { border-color: #F1906D; }
span { border-color: rgb(241,144,109); }
td.TdClassName
{
border-color: #F1906D;
}
.TagClassName
{
border-color: #F1906D;
}
</style>