Shades of Dark Salmon #F18C7B
Tints of Dark Salmon #F18C7B
RGB
CMYK
RGB Variations
Color information
#F18C7B (or 0xF18C7B) is known color: Dark Salmon. HEX triplet: F1, 8C and 7B. RGB value is (241,140,123). Sum of RGB (Red+Green+Blue) = 241+140+123=504 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.82% from 504); Green value is 140 (55.08% from 255 or 27.78% from 504); Blue value is 123 (48.44% from 255 or 24.40% from 504); Max value from RGB is 241 - color contains mainly: red. Hex color #F18C7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18C7B is #0E7384. Grayscale: #A8A8A8. Windows color (decimal): -947077 or 8097009. OLE color: 8097009.
HSL color Cylindrical-coordinate representation of color #F18C7B: hue angle of 8.64º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F18C7B is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 140 | 123 | - |
| CMYK | 0 | 0.42 | 0.49 | 0.05 |
| HSL | 8.64º | 0.81% | 0.71% | - |
| HSV(B) | 8.64º | 0.49% | 0.95% | - |
| XYZ | 49.23 | 38.89 | 23.65 | - |
| YUV | 168.26 | 102.46 | 179.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 140 | 123 | 0 | 0.42 | 0.49 | 0.05 | 8.64 | 0.81 | 0.71 |
| Hex | F1 | 8C | 7B | 0 | 2A | 31 | 5 | 9 | 51 | 47 |
| Octal | 361 | 214 | 173 | 0 | 52 | 61 | 5 | 11 | 121 | 107 |
| Binary | 11110001 | 10001100 | 1111011 | 0 | 101010 | 110001 | 101 | 1001 | 1010001 | 1000111 |
Color Harmonies of #F18C7B
Complementary color
Monochromatic Colors of #F18C7B
Black with #F18C7B
Text Example
Text Example
White with #F18C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18C7B; }
p { color: rgb(241,140,123); }
H1.HeaderClassName
{
color: #F18C7B;
}
.AnyTagClassName
{
color: #F18C7B;
}
</style>
background-color css
<style>
a { background-color: #F18C7B; }
a { background-color: rgb(241,140,123); }
div.DivClassName
{
background-color: #F18C7B;
}
.BgClassName
{
background-color: #F18C7B;
}
</style>
border-color css
<style>
span { border-color: #F18C7B; }
span { border-color: rgb(241,140,123); }
td.TdClassName
{
border-color: #F18C7B;
}
.TagClassName
{
border-color: #F18C7B;
}
</style>