Shades of Dark Salmon #F1926D
Tints of Dark Salmon #F1926D
RGB
CMYK
RGB Variations
Color information
#F1926D (or 0xF1926D) is known color: Dark Salmon. HEX triplet: F1, 92 and 6D. RGB value is (241,146,109). Sum of RGB (Red+Green+Blue) = 241+146+109=496 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.59% from 496); Green value is 146 (57.42% from 255 or 29.44% from 496); Blue value is 109 (42.97% from 255 or 21.98% from 496); Max value from RGB is 241 - color contains mainly: red. Hex color #F1926D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1926D is #0E6D92. Grayscale: #AAAAAA. Windows color (decimal): -945555 or 7181041. OLE color: 7181041.
HSL color Cylindrical-coordinate representation of color #F1926D: hue angle of 16.82º 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 #F1926D is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 146 | 109 | - |
| CMYK | 0 | 0.39 | 0.55 | 0.05 |
| HSL | 16.82º | 0.83% | 0.69% | - |
| HSV(B) | 16.82º | 0.55% | 0.95% | - |
| XYZ | 49.31 | 40.36 | 19.66 | - |
| YUV | 170.19 | 93.47 | 178.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 146 | 109 | 0 | 0.39 | 0.55 | 0.05 | 16.82 | 0.83 | 0.69 |
| Hex | F1 | 92 | 6D | 0 | 27 | 37 | 5 | 11 | 52 | 45 |
| Octal | 361 | 222 | 155 | 0 | 47 | 67 | 5 | 21 | 122 | 105 |
| Binary | 11110001 | 10010010 | 1101101 | 0 | 100111 | 110111 | 101 | 10001 | 1010010 | 1000101 |
Color Harmonies of #F1926D
Complementary color
Monochromatic Colors of #F1926D
Black with #F1926D
Text Example
Text Example
White with #F1926D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1926D; }
p { color: rgb(241,146,109); }
H1.HeaderClassName
{
color: #F1926D;
}
.AnyTagClassName
{
color: #F1926D;
}
</style>
background-color css
<style>
a { background-color: #F1926D; }
a { background-color: rgb(241,146,109); }
div.DivClassName
{
background-color: #F1926D;
}
.BgClassName
{
background-color: #F1926D;
}
</style>
border-color css
<style>
span { border-color: #F1926D; }
span { border-color: rgb(241,146,109); }
td.TdClassName
{
border-color: #F1926D;
}
.TagClassName
{
border-color: #F1926D;
}
</style>