Shades of Dark Salmon #F1996E
Tints of Dark Salmon #F1996E
RGB
CMYK
RGB Variations
Color information
#F1996E (or 0xF1996E) is known color: Dark Salmon. HEX triplet: F1, 99 and 6E. RGB value is (241,153,110). Sum of RGB (Red+Green+Blue) = 241+153+110=504 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.82% from 504); Green value is 153 (60.16% from 255 or 30.36% from 504); Blue value is 110 (43.36% from 255 or 21.83% from 504); Max value from RGB is 241 - color contains mainly: red. Hex color #F1996E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1996E is #0E6691. Grayscale: #AEAEAE. Windows color (decimal): -943762 or 7248369. OLE color: 7248369.
HSL color Cylindrical-coordinate representation of color #F1996E: hue angle of 19.69º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F1996E is Cyan = 0, Magento = 0.37, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 153 | 110 | - |
| CMYK | 0 | 0.37 | 0.54 | 0.05 |
| HSL | 19.69º | 0.82% | 0.69% | - |
| HSV(B) | 19.69º | 0.54% | 0.95% | - |
| XYZ | 50.48 | 42.61 | 20.32 | - |
| YUV | 174.41 | 91.65 | 175.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 153 | 110 | 0 | 0.37 | 0.54 | 0.05 | 19.69 | 0.82 | 0.69 |
| Hex | F1 | 99 | 6E | 0 | 25 | 36 | 5 | 14 | 52 | 45 |
| Octal | 361 | 231 | 156 | 0 | 45 | 66 | 5 | 24 | 122 | 105 |
| Binary | 11110001 | 10011001 | 1101110 | 0 | 100101 | 110110 | 101 | 10100 | 1010010 | 1000101 |
Color Harmonies of #F1996E
Complementary color
Monochromatic Colors of #F1996E
Black with #F1996E
Text Example
Text Example
White with #F1996E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1996E; }
p { color: rgb(241,153,110); }
H1.HeaderClassName
{
color: #F1996E;
}
.AnyTagClassName
{
color: #F1996E;
}
</style>
background-color css
<style>
a { background-color: #F1996E; }
a { background-color: rgb(241,153,110); }
div.DivClassName
{
background-color: #F1996E;
}
.BgClassName
{
background-color: #F1996E;
}
</style>
border-color css
<style>
span { border-color: #F1996E; }
span { border-color: rgb(241,153,110); }
td.TdClassName
{
border-color: #F1996E;
}
.TagClassName
{
border-color: #F1996E;
}
</style>