Shades of Dark Salmon #F18C6B
Tints of Dark Salmon #F18C6B
RGB
CMYK
RGB Variations
Color information
#F18C6B (or 0xF18C6B) is known color: Dark Salmon. HEX triplet: F1, 8C and 6B. RGB value is (241,140,107). Sum of RGB (Red+Green+Blue) = 241+140+107=488 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.39% from 488); Green value is 140 (55.08% from 255 or 28.69% from 488); Blue value is 107 (42.19% from 255 or 21.93% from 488); Max value from RGB is 241 - color contains mainly: red. Hex color #F18C6B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18C6B is #0E7394. Grayscale: #A6A6A6. Windows color (decimal): -947093 or 7048433. OLE color: 7048433.
HSL color Cylindrical-coordinate representation of color #F18C6B: hue angle of 14.78º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F18C6B is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 140 | 107 | - |
| CMYK | 0 | 0.42 | 0.56 | 0.05 |
| HSL | 14.78º | 0.83% | 0.68% | - |
| HSV(B) | 14.78º | 0.56% | 0.95% | - |
| XYZ | 48.31 | 38.52 | 18.8 | - |
| YUV | 166.44 | 94.46 | 181.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 140 | 107 | 0 | 0.42 | 0.56 | 0.05 | 14.78 | 0.83 | 0.68 |
| Hex | F1 | 8C | 6B | 0 | 2A | 38 | 5 | F | 53 | 44 |
| Octal | 361 | 214 | 153 | 0 | 52 | 70 | 5 | 17 | 123 | 104 |
| Binary | 11110001 | 10001100 | 1101011 | 0 | 101010 | 111000 | 101 | 1111 | 1010011 | 1000100 |
Color Harmonies of #F18C6B
Complementary color
Monochromatic Colors of #F18C6B
Black with #F18C6B
Text Example
Text Example
White with #F18C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18C6B; }
p { color: rgb(241,140,107); }
H1.HeaderClassName
{
color: #F18C6B;
}
.AnyTagClassName
{
color: #F18C6B;
}
</style>
background-color css
<style>
a { background-color: #F18C6B; }
a { background-color: rgb(241,140,107); }
div.DivClassName
{
background-color: #F18C6B;
}
.BgClassName
{
background-color: #F18C6B;
}
</style>
border-color css
<style>
span { border-color: #F18C6B; }
span { border-color: rgb(241,140,107); }
td.TdClassName
{
border-color: #F18C6B;
}
.TagClassName
{
border-color: #F18C6B;
}
</style>