Shades of Dark Salmon #F19970
Tints of Dark Salmon #F19970
RGB
CMYK
RGB Variations
Color information
#F19970 (or 0xF19970) is known color: Dark Salmon. HEX triplet: F1, 99 and 70. RGB value is (241,153,112). Sum of RGB (Red+Green+Blue) = 241+153+112=506 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.63% from 506); Green value is 153 (60.16% from 255 or 30.24% from 506); Blue value is 112 (44.14% from 255 or 22.13% from 506); Max value from RGB is 241 - color contains mainly: red. Hex color #F19970 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19970 is #0E668F. Grayscale: #AEAEAE. Windows color (decimal): -943760 or 7379441. OLE color: 7379441.
HSL color Cylindrical-coordinate representation of color #F19970: hue angle of 19.07º 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 #F19970 is Cyan = 0, Magento = 0.37, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 153 | 112 | - |
| CMYK | 0 | 0.37 | 0.54 | 0.05 |
| HSL | 19.07º | 0.82% | 0.69% | - |
| HSV(B) | 19.07º | 0.54% | 0.95% | - |
| XYZ | 50.59 | 42.65 | 20.9 | - |
| YUV | 174.64 | 92.65 | 175.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 153 | 112 | 0 | 0.37 | 0.54 | 0.05 | 19.07 | 0.82 | 0.69 |
| Hex | F1 | 99 | 70 | 0 | 25 | 36 | 5 | 13 | 52 | 45 |
| Octal | 361 | 231 | 160 | 0 | 45 | 66 | 5 | 23 | 122 | 105 |
| Binary | 11110001 | 10011001 | 1110000 | 0 | 100101 | 110110 | 101 | 10011 | 1010010 | 1000101 |
Color Harmonies of #F19970
Complementary color
Monochromatic Colors of #F19970
Black with #F19970
Text Example
Text Example
White with #F19970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19970; }
p { color: rgb(241,153,112); }
H1.HeaderClassName
{
color: #F19970;
}
.AnyTagClassName
{
color: #F19970;
}
</style>
background-color css
<style>
a { background-color: #F19970; }
a { background-color: rgb(241,153,112); }
div.DivClassName
{
background-color: #F19970;
}
.BgClassName
{
background-color: #F19970;
}
</style>
border-color css
<style>
span { border-color: #F19970; }
span { border-color: rgb(241,153,112); }
td.TdClassName
{
border-color: #F19970;
}
.TagClassName
{
border-color: #F19970;
}
</style>