Shades of Dark Salmon #F1927B
Tints of Dark Salmon #F1927B
RGB
CMYK
RGB Variations
Color information
#F1927B (or 0xF1927B) is known color: Dark Salmon. HEX triplet: F1, 92 and 7B. RGB value is (241,146,123). Sum of RGB (Red+Green+Blue) = 241+146+123=510 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.25% from 510); Green value is 146 (57.42% from 255 or 28.63% from 510); Blue value is 123 (48.44% from 255 or 24.12% from 510); Max value from RGB is 241 - color contains mainly: red. Hex color #F1927B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1927B is #0E6D84. Grayscale: #ABABAB. Windows color (decimal): -945541 or 8098545. OLE color: 8098545.
HSL color Cylindrical-coordinate representation of color #F1927B: hue angle of 11.69º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F1927B is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 146 | 123 | - |
| CMYK | 0 | 0.39 | 0.49 | 0.05 |
| HSL | 11.69º | 0.81% | 0.71% | - |
| HSV(B) | 11.69º | 0.49% | 0.95% | - |
| XYZ | 50.13 | 40.69 | 23.95 | - |
| YUV | 171.78 | 100.47 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 146 | 123 | 0 | 0.39 | 0.49 | 0.05 | 11.69 | 0.81 | 0.71 |
| Hex | F1 | 92 | 7B | 0 | 27 | 31 | 5 | C | 51 | 47 |
| Octal | 361 | 222 | 173 | 0 | 47 | 61 | 5 | 14 | 121 | 107 |
| Binary | 11110001 | 10010010 | 1111011 | 0 | 100111 | 110001 | 101 | 1100 | 1010001 | 1000111 |
Color Harmonies of #F1927B
Complementary color
Monochromatic Colors of #F1927B
Black with #F1927B
Text Example
Text Example
White with #F1927B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1927B; }
p { color: rgb(241,146,123); }
H1.HeaderClassName
{
color: #F1927B;
}
.AnyTagClassName
{
color: #F1927B;
}
</style>
background-color css
<style>
a { background-color: #F1927B; }
a { background-color: rgb(241,146,123); }
div.DivClassName
{
background-color: #F1927B;
}
.BgClassName
{
background-color: #F1927B;
}
</style>
border-color css
<style>
span { border-color: #F1927B; }
span { border-color: rgb(241,146,123); }
td.TdClassName
{
border-color: #F1927B;
}
.TagClassName
{
border-color: #F1927B;
}
</style>