Shades of Dark Salmon #F18F70
Tints of Dark Salmon #F18F70
RGB
CMYK
RGB Variations
Color information
#F18F70 (or 0xF18F70) is known color: Dark Salmon. HEX triplet: F1, 8F and 70. RGB value is (241,143,112). Sum of RGB (Red+Green+Blue) = 241+143+112=496 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.59% from 496); Green value is 143 (56.25% from 255 or 28.83% from 496); Blue value is 112 (44.14% from 255 or 22.58% from 496); Max value from RGB is 241 - color contains mainly: red. Hex color #F18F70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18F70 is #0E708F. Grayscale: #A8A8A8. Windows color (decimal): -946320 or 7376881. OLE color: 7376881.
HSL color Cylindrical-coordinate representation of color #F18F70: hue angle of 14.42º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F18F70 is Cyan = 0, Magento = 0.41, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 143 | 112 | - |
| CMYK | 0 | 0.41 | 0.54 | 0.05 |
| HSL | 14.42º | 0.82% | 0.69% | - |
| HSV(B) | 14.42º | 0.54% | 0.95% | - |
| XYZ | 49.02 | 39.52 | 20.37 | - |
| YUV | 168.77 | 95.97 | 179.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 143 | 112 | 0 | 0.41 | 0.54 | 0.05 | 14.42 | 0.82 | 0.69 |
| Hex | F1 | 8F | 70 | 0 | 29 | 36 | 5 | E | 52 | 45 |
| Octal | 361 | 217 | 160 | 0 | 51 | 66 | 5 | 16 | 122 | 105 |
| Binary | 11110001 | 10001111 | 1110000 | 0 | 101001 | 110110 | 101 | 1110 | 1010010 | 1000101 |
Color Harmonies of #F18F70
Complementary color
Monochromatic Colors of #F18F70
Black with #F18F70
Text Example
Text Example
White with #F18F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18F70; }
p { color: rgb(241,143,112); }
H1.HeaderClassName
{
color: #F18F70;
}
.AnyTagClassName
{
color: #F18F70;
}
</style>
background-color css
<style>
a { background-color: #F18F70; }
a { background-color: rgb(241,143,112); }
div.DivClassName
{
background-color: #F18F70;
}
.BgClassName
{
background-color: #F18F70;
}
</style>
border-color css
<style>
span { border-color: #F18F70; }
span { border-color: rgb(241,143,112); }
td.TdClassName
{
border-color: #F18F70;
}
.TagClassName
{
border-color: #F18F70;
}
</style>