Shades of Dark Salmon #F19574
Tints of Dark Salmon #F19574
RGB
CMYK
RGB Variations
Color information
#F19574 (or 0xF19574) is known color: Dark Salmon. HEX triplet: F1, 95 and 74. RGB value is (241,149,116). Sum of RGB (Red+Green+Blue) = 241+149+116=506 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.63% from 506); Green value is 149 (58.59% from 255 or 29.45% from 506); Blue value is 116 (45.70% from 255 or 22.92% from 506); Max value from RGB is 241 - color contains mainly: red. Hex color #F19574 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19574 is #0E6A8B. Grayscale: #ACACAC. Windows color (decimal): -944780 or 7640561. OLE color: 7640561.
HSL color Cylindrical-coordinate representation of color #F19574: hue angle of 15.84º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F19574 is Cyan = 0, Magento = 0.38, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 149 | 116 | - |
| CMYK | 0 | 0.38 | 0.52 | 0.05 |
| HSL | 15.84º | 0.82% | 0.7% | - |
| HSV(B) | 15.84º | 0.52% | 0.95% | - |
| XYZ | 50.18 | 41.46 | 21.88 | - |
| YUV | 172.75 | 95.98 | 176.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 149 | 116 | 0 | 0.38 | 0.52 | 0.05 | 15.84 | 0.82 | 0.7 |
| Hex | F1 | 95 | 74 | 0 | 26 | 34 | 5 | 10 | 52 | 46 |
| Octal | 361 | 225 | 164 | 0 | 46 | 64 | 5 | 20 | 122 | 106 |
| Binary | 11110001 | 10010101 | 1110100 | 0 | 100110 | 110100 | 101 | 10000 | 1010010 | 1000110 |
Color Harmonies of #F19574
Complementary color
Monochromatic Colors of #F19574
Black with #F19574
Text Example
Text Example
White with #F19574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19574; }
p { color: rgb(241,149,116); }
H1.HeaderClassName
{
color: #F19574;
}
.AnyTagClassName
{
color: #F19574;
}
</style>
background-color css
<style>
a { background-color: #F19574; }
a { background-color: rgb(241,149,116); }
div.DivClassName
{
background-color: #F19574;
}
.BgClassName
{
background-color: #F19574;
}
</style>
border-color css
<style>
span { border-color: #F19574; }
span { border-color: rgb(241,149,116); }
td.TdClassName
{
border-color: #F19574;
}
.TagClassName
{
border-color: #F19574;
}
</style>