Shades of Dark Salmon #F19474
Tints of Dark Salmon #F19474
RGB
CMYK
RGB Variations
Color information
#F19474 (or 0xF19474) is known color: Dark Salmon. HEX triplet: F1, 94 and 74. RGB value is (241,148,116). Sum of RGB (Red+Green+Blue) = 241+148+116=505 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.72% from 505); Green value is 148 (58.20% from 255 or 29.31% from 505); Blue value is 116 (45.70% from 255 or 22.97% from 505); Max value from RGB is 241 - color contains mainly: red. Hex color #F19474 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19474 is #0E6B8B. Grayscale: #ACACAC. Windows color (decimal): -945036 or 7640305. OLE color: 7640305.
HSL color Cylindrical-coordinate representation of color #F19474: hue angle of 15.36º 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 #F19474 is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 148 | 116 | - |
| CMYK | 0 | 0.39 | 0.52 | 0.05 |
| HSL | 15.36º | 0.82% | 0.7% | - |
| HSV(B) | 15.36º | 0.52% | 0.95% | - |
| XYZ | 50.02 | 41.14 | 21.83 | - |
| YUV | 172.16 | 96.31 | 177.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 148 | 116 | 0 | 0.39 | 0.52 | 0.05 | 15.36 | 0.82 | 0.7 |
| Hex | F1 | 94 | 74 | 0 | 27 | 34 | 5 | F | 52 | 46 |
| Octal | 361 | 224 | 164 | 0 | 47 | 64 | 5 | 17 | 122 | 106 |
| Binary | 11110001 | 10010100 | 1110100 | 0 | 100111 | 110100 | 101 | 1111 | 1010010 | 1000110 |
Color Harmonies of #F19474
Complementary color
Monochromatic Colors of #F19474
Black with #F19474
Text Example
Text Example
White with #F19474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19474; }
p { color: rgb(241,148,116); }
H1.HeaderClassName
{
color: #F19474;
}
.AnyTagClassName
{
color: #F19474;
}
</style>
background-color css
<style>
a { background-color: #F19474; }
a { background-color: rgb(241,148,116); }
div.DivClassName
{
background-color: #F19474;
}
.BgClassName
{
background-color: #F19474;
}
</style>
border-color css
<style>
span { border-color: #F19474; }
span { border-color: rgb(241,148,116); }
td.TdClassName
{
border-color: #F19474;
}
.TagClassName
{
border-color: #F19474;
}
</style>