Shades of Dark Salmon #F19875
Tints of Dark Salmon #F19875
RGB
CMYK
RGB Variations
Color information
#F19875 (or 0xF19875) is known color: Dark Salmon. HEX triplet: F1, 98 and 75. RGB value is (241,152,117). Sum of RGB (Red+Green+Blue) = 241+152+117=510 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.25% from 510); Green value is 152 (59.77% from 255 or 29.80% from 510); Blue value is 117 (46.09% from 255 or 22.94% from 510); Max value from RGB is 241 - color contains mainly: red. Hex color #F19875 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19875 is #0E678A. Grayscale: #AEAEAE. Windows color (decimal): -944011 or 7706865. OLE color: 7706865.
HSL color Cylindrical-coordinate representation of color #F19875: hue angle of 16.94º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F19875 is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 152 | 117 | - |
| CMYK | 0 | 0.37 | 0.51 | 0.05 |
| HSL | 16.94º | 0.82% | 0.7% | - |
| HSV(B) | 16.94º | 0.51% | 0.95% | - |
| XYZ | 50.71 | 42.44 | 22.35 | - |
| YUV | 174.62 | 95.49 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 152 | 117 | 0 | 0.37 | 0.51 | 0.05 | 16.94 | 0.82 | 0.7 |
| Hex | F1 | 98 | 75 | 0 | 25 | 33 | 5 | 11 | 52 | 46 |
| Octal | 361 | 230 | 165 | 0 | 45 | 63 | 5 | 21 | 122 | 106 |
| Binary | 11110001 | 10011000 | 1110101 | 0 | 100101 | 110011 | 101 | 10001 | 1010010 | 1000110 |
Color Harmonies of #F19875
Complementary color
Monochromatic Colors of #F19875
Black with #F19875
Text Example
Text Example
White with #F19875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19875; }
p { color: rgb(241,152,117); }
H1.HeaderClassName
{
color: #F19875;
}
.AnyTagClassName
{
color: #F19875;
}
</style>
background-color css
<style>
a { background-color: #F19875; }
a { background-color: rgb(241,152,117); }
div.DivClassName
{
background-color: #F19875;
}
.BgClassName
{
background-color: #F19875;
}
</style>
border-color css
<style>
span { border-color: #F19875; }
span { border-color: rgb(241,152,117); }
td.TdClassName
{
border-color: #F19875;
}
.TagClassName
{
border-color: #F19875;
}
</style>