Shades of Dark Salmon #F1916D
Tints of Dark Salmon #F1916D
RGB
CMYK
RGB Variations
Color information
#F1916D (or 0xF1916D) is known color: Dark Salmon. HEX triplet: F1, 91 and 6D. RGB value is (241,145,109). Sum of RGB (Red+Green+Blue) = 241+145+109=495 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.69% from 495); Green value is 145 (57.03% from 255 or 29.29% from 495); Blue value is 109 (42.97% from 255 or 22.02% from 495); Max value from RGB is 241 - color contains mainly: red. Hex color #F1916D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1916D is #0E6E92. Grayscale: #A9A9A9. Windows color (decimal): -945811 or 7180785. OLE color: 7180785.
HSL color Cylindrical-coordinate representation of color #F1916D: hue angle of 16.36º 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 #F1916D is Cyan = 0, Magento = 0.40, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 145 | 109 | - |
| CMYK | 0 | 0.40 | 0.55 | 0.05 |
| HSL | 16.36º | 0.83% | 0.69% | - |
| HSV(B) | 16.36º | 0.55% | 0.95% | - |
| XYZ | 49.16 | 40.06 | 19.61 | - |
| YUV | 169.6 | 93.8 | 178.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 145 | 109 | 0 | 0.40 | 0.55 | 0.05 | 16.36 | 0.83 | 0.69 |
| Hex | F1 | 91 | 6D | 0 | 28 | 37 | 5 | 10 | 52 | 45 |
| Octal | 361 | 221 | 155 | 0 | 50 | 67 | 5 | 20 | 122 | 105 |
| Binary | 11110001 | 10010001 | 1101101 | 0 | 101000 | 110111 | 101 | 10000 | 1010010 | 1000101 |
Color Harmonies of #F1916D
Complementary color
Monochromatic Colors of #F1916D
Black with #F1916D
Text Example
Text Example
White with #F1916D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1916D; }
p { color: rgb(241,145,109); }
H1.HeaderClassName
{
color: #F1916D;
}
.AnyTagClassName
{
color: #F1916D;
}
</style>
background-color css
<style>
a { background-color: #F1916D; }
a { background-color: rgb(241,145,109); }
div.DivClassName
{
background-color: #F1916D;
}
.BgClassName
{
background-color: #F1916D;
}
</style>
border-color css
<style>
span { border-color: #F1916D; }
span { border-color: rgb(241,145,109); }
td.TdClassName
{
border-color: #F1916D;
}
.TagClassName
{
border-color: #F1916D;
}
</style>