Shades of Dark Salmon #F18E71
Tints of Dark Salmon #F18E71
RGB
CMYK
RGB Variations
Color information
#F18E71 (or 0xF18E71) is known color: Dark Salmon. HEX triplet: F1, 8E and 71. RGB value is (241,142,113). Sum of RGB (Red+Green+Blue) = 241+142+113=496 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.59% from 496); Green value is 142 (55.86% from 255 or 28.63% from 496); Blue value is 113 (44.53% from 255 or 22.78% from 496); Max value from RGB is 241 - color contains mainly: red. Hex color #F18E71 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18E71 is #0E718E. Grayscale: #A8A8A8. Windows color (decimal): -946575 or 7442161. OLE color: 7442161.
HSL color Cylindrical-coordinate representation of color #F18E71: hue angle of 13.59º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F18E71 is Cyan = 0, Magento = 0.41, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 142 | 113 | - |
| CMYK | 0 | 0.41 | 0.53 | 0.05 |
| HSL | 13.59º | 0.82% | 0.69% | - |
| HSV(B) | 13.59º | 0.53% | 0.95% | - |
| XYZ | 48.93 | 39.24 | 20.62 | - |
| YUV | 168.3 | 96.8 | 179.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 142 | 113 | 0 | 0.41 | 0.53 | 0.05 | 13.59 | 0.82 | 0.69 |
| Hex | F1 | 8E | 71 | 0 | 29 | 35 | 5 | E | 52 | 45 |
| Octal | 361 | 216 | 161 | 0 | 51 | 65 | 5 | 16 | 122 | 105 |
| Binary | 11110001 | 10001110 | 1110001 | 0 | 101001 | 110101 | 101 | 1110 | 1010010 | 1000101 |
Color Harmonies of #F18E71
Complementary color
Monochromatic Colors of #F18E71
Black with #F18E71
Text Example
Text Example
White with #F18E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18E71; }
p { color: rgb(241,142,113); }
H1.HeaderClassName
{
color: #F18E71;
}
.AnyTagClassName
{
color: #F18E71;
}
</style>
background-color css
<style>
a { background-color: #F18E71; }
a { background-color: rgb(241,142,113); }
div.DivClassName
{
background-color: #F18E71;
}
.BgClassName
{
background-color: #F18E71;
}
</style>
border-color css
<style>
span { border-color: #F18E71; }
span { border-color: rgb(241,142,113); }
td.TdClassName
{
border-color: #F18E71;
}
.TagClassName
{
border-color: #F18E71;
}
</style>