Shades of Dark Salmon #F28D6D
Tints of Dark Salmon #F28D6D
RGB
CMYK
RGB Variations
Color information
#F28D6D (or 0xF28D6D) is known color: Dark Salmon. HEX triplet: F2, 8D and 6D. RGB value is (242,141,109). Sum of RGB (Red+Green+Blue) = 242+141+109=492 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.19% from 492); Green value is 141 (55.47% from 255 or 28.66% from 492); Blue value is 109 (42.97% from 255 or 22.15% from 492); Max value from RGB is 242 - color contains mainly: red. Hex color #F28D6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28D6D is #0D7292. Grayscale: #A7A7A7. Windows color (decimal): -881299 or 7179762. OLE color: 7179762.
HSL color Cylindrical-coordinate representation of color #F28D6D: hue angle of 14.44º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F28D6D is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 141 | 109 | - |
| CMYK | 0 | 0.42 | 0.55 | 0.05 |
| HSL | 14.44º | 0.84% | 0.69% | - |
| HSV(B) | 14.44º | 0.55% | 0.95% | - |
| XYZ | 48.9 | 39.03 | 19.42 | - |
| YUV | 167.55 | 94.96 | 181.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 141 | 109 | 0 | 0.42 | 0.55 | 0.05 | 14.44 | 0.84 | 0.69 |
| Hex | F2 | 8D | 6D | 0 | 2A | 37 | 5 | E | 54 | 45 |
| Octal | 362 | 215 | 155 | 0 | 52 | 67 | 5 | 16 | 124 | 105 |
| Binary | 11110010 | 10001101 | 1101101 | 0 | 101010 | 110111 | 101 | 1110 | 1010100 | 1000101 |
Color Harmonies of #F28D6D
Complementary color
Monochromatic Colors of #F28D6D
Black with #F28D6D
Text Example
Text Example
White with #F28D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28D6D; }
p { color: rgb(242,141,109); }
H1.HeaderClassName
{
color: #F28D6D;
}
.AnyTagClassName
{
color: #F28D6D;
}
</style>
background-color css
<style>
a { background-color: #F28D6D; }
a { background-color: rgb(242,141,109); }
div.DivClassName
{
background-color: #F28D6D;
}
.BgClassName
{
background-color: #F28D6D;
}
</style>
border-color css
<style>
span { border-color: #F28D6D; }
span { border-color: rgb(242,141,109); }
td.TdClassName
{
border-color: #F28D6D;
}
.TagClassName
{
border-color: #F28D6D;
}
</style>