Shades of Dark Salmon #F1997C
Tints of Dark Salmon #F1997C
RGB
CMYK
RGB Variations
Color information
#F1997C (or 0xF1997C) is known color: Dark Salmon. HEX triplet: F1, 99 and 7C. RGB value is (241,153,124). Sum of RGB (Red+Green+Blue) = 241+153+124=518 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.53% from 518); Green value is 153 (60.16% from 255 or 29.54% from 518); Blue value is 124 (48.83% from 255 or 23.94% from 518); Max value from RGB is 241 - color contains mainly: red. Hex color #F1997C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1997C is #0E6683. Grayscale: #B0B0B0. Windows color (decimal): -943748 or 8165873. OLE color: 8165873.
HSL color Cylindrical-coordinate representation of color #F1997C: hue angle of 14.87º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F1997C is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 153 | 124 | - |
| CMYK | 0 | 0.37 | 0.49 | 0.05 |
| HSL | 14.87º | 0.81% | 0.72% | - |
| HSV(B) | 14.87º | 0.49% | 0.95% | - |
| XYZ | 51.3 | 42.94 | 24.65 | - |
| YUV | 176.01 | 98.65 | 174.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 153 | 124 | 0 | 0.37 | 0.49 | 0.05 | 14.87 | 0.81 | 0.72 |
| Hex | F1 | 99 | 7C | 0 | 25 | 31 | 5 | F | 51 | 48 |
| Octal | 361 | 231 | 174 | 0 | 45 | 61 | 5 | 17 | 121 | 110 |
| Binary | 11110001 | 10011001 | 1111100 | 0 | 100101 | 110001 | 101 | 1111 | 1010001 | 1001000 |
Color Harmonies of #F1997C
Complementary color
Monochromatic Colors of #F1997C
Black with #F1997C
Text Example
Text Example
White with #F1997C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1997C; }
p { color: rgb(241,153,124); }
H1.HeaderClassName
{
color: #F1997C;
}
.AnyTagClassName
{
color: #F1997C;
}
</style>
background-color css
<style>
a { background-color: #F1997C; }
a { background-color: rgb(241,153,124); }
div.DivClassName
{
background-color: #F1997C;
}
.BgClassName
{
background-color: #F1997C;
}
</style>
border-color css
<style>
span { border-color: #F1997C; }
span { border-color: rgb(241,153,124); }
td.TdClassName
{
border-color: #F1997C;
}
.TagClassName
{
border-color: #F1997C;
}
</style>