Shades of Dark Salmon #F1997E
Tints of Dark Salmon #F1997E
RGB
CMYK
RGB Variations
Color information
#F1997E (or 0xF1997E) is known color: Dark Salmon. HEX triplet: F1, 99 and 7E. RGB value is (241,153,126). Sum of RGB (Red+Green+Blue) = 241+153+126=520 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.35% from 520); Green value is 153 (60.16% from 255 or 29.42% from 520); Blue value is 126 (49.61% from 255 or 24.23% from 520); Max value from RGB is 241 - color contains mainly: red. Hex color #F1997E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1997E is #0E6681. Grayscale: #B0B0B0. Windows color (decimal): -943746 or 8296945. OLE color: 8296945.
HSL color Cylindrical-coordinate representation of color #F1997E: hue angle of 14.09º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F1997E is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 153 | 126 | - |
| CMYK | 0 | 0.37 | 0.48 | 0.05 |
| HSL | 14.09º | 0.8% | 0.72% | - |
| HSV(B) | 14.09º | 0.48% | 0.95% | - |
| XYZ | 51.43 | 42.99 | 25.33 | - |
| YUV | 176.23 | 99.65 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 153 | 126 | 0 | 0.37 | 0.48 | 0.05 | 14.09 | 0.8 | 0.72 |
| Hex | F1 | 99 | 7E | 0 | 25 | 30 | 5 | E | 50 | 48 |
| Octal | 361 | 231 | 176 | 0 | 45 | 60 | 5 | 16 | 120 | 110 |
| Binary | 11110001 | 10011001 | 1111110 | 0 | 100101 | 110000 | 101 | 1110 | 1010000 | 1001000 |
Color Harmonies of #F1997E
Complementary color
Monochromatic Colors of #F1997E
Black with #F1997E
Text Example
Text Example
White with #F1997E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1997E; }
p { color: rgb(241,153,126); }
H1.HeaderClassName
{
color: #F1997E;
}
.AnyTagClassName
{
color: #F1997E;
}
</style>
background-color css
<style>
a { background-color: #F1997E; }
a { background-color: rgb(241,153,126); }
div.DivClassName
{
background-color: #F1997E;
}
.BgClassName
{
background-color: #F1997E;
}
</style>
border-color css
<style>
span { border-color: #F1997E; }
span { border-color: rgb(241,153,126); }
td.TdClassName
{
border-color: #F1997E;
}
.TagClassName
{
border-color: #F1997E;
}
</style>