Shades of Dark Salmon #F19277
Tints of Dark Salmon #F19277
RGB
CMYK
RGB Variations
Color information
#F19277 (or 0xF19277) is known color: Dark Salmon. HEX triplet: F1, 92 and 77. RGB value is (241,146,119). Sum of RGB (Red+Green+Blue) = 241+146+119=506 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.63% from 506); Green value is 146 (57.42% from 255 or 28.85% from 506); Blue value is 119 (46.88% from 255 or 23.52% from 506); Max value from RGB is 241 - color contains mainly: red. Hex color #F19277 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19277 is #0E6D88. Grayscale: #ABABAB. Windows color (decimal): -945545 or 7836401. OLE color: 7836401.
HSL color Cylindrical-coordinate representation of color #F19277: hue angle of 13.28º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F19277 is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 146 | 119 | - |
| CMYK | 0 | 0.39 | 0.51 | 0.05 |
| HSL | 13.28º | 0.81% | 0.71% | - |
| HSV(B) | 13.28º | 0.51% | 0.95% | - |
| XYZ | 49.88 | 40.59 | 22.66 | - |
| YUV | 171.33 | 98.47 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 146 | 119 | 0 | 0.39 | 0.51 | 0.05 | 13.28 | 0.81 | 0.71 |
| Hex | F1 | 92 | 77 | 0 | 27 | 33 | 5 | D | 51 | 47 |
| Octal | 361 | 222 | 167 | 0 | 47 | 63 | 5 | 15 | 121 | 107 |
| Binary | 11110001 | 10010010 | 1110111 | 0 | 100111 | 110011 | 101 | 1101 | 1010001 | 1000111 |
Color Harmonies of #F19277
Complementary color
Monochromatic Colors of #F19277
Black with #F19277
Text Example
Text Example
White with #F19277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19277; }
p { color: rgb(241,146,119); }
H1.HeaderClassName
{
color: #F19277;
}
.AnyTagClassName
{
color: #F19277;
}
</style>
background-color css
<style>
a { background-color: #F19277; }
a { background-color: rgb(241,146,119); }
div.DivClassName
{
background-color: #F19277;
}
.BgClassName
{
background-color: #F19277;
}
</style>
border-color css
<style>
span { border-color: #F19277; }
span { border-color: rgb(241,146,119); }
td.TdClassName
{
border-color: #F19277;
}
.TagClassName
{
border-color: #F19277;
}
</style>