Shades of Dark Salmon #F28D76
Tints of Dark Salmon #F28D76
RGB
CMYK
RGB Variations
Color information
#F28D76 (or 0xF28D76) is known color: Dark Salmon. HEX triplet: F2, 8D and 76. RGB value is (242,141,118). Sum of RGB (Red+Green+Blue) = 242+141+118=501 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.30% from 501); Green value is 141 (55.47% from 255 or 28.14% from 501); Blue value is 118 (46.48% from 255 or 23.55% from 501); Max value from RGB is 242 - color contains mainly: red. Hex color #F28D76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28D76 is #0D7289. Grayscale: #A8A8A8. Windows color (decimal): -881290 or 7769586. OLE color: 7769586.
HSL color Cylindrical-coordinate representation of color #F28D76: hue angle of 11.13º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F28D76 is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 141 | 118 | - |
| CMYK | 0 | 0.42 | 0.51 | 0.05 |
| HSL | 11.13º | 0.83% | 0.71% | - |
| HSV(B) | 11.13º | 0.51% | 0.95% | - |
| XYZ | 49.41 | 39.24 | 22.11 | - |
| YUV | 168.58 | 99.46 | 180.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 141 | 118 | 0 | 0.42 | 0.51 | 0.05 | 11.13 | 0.83 | 0.71 |
| Hex | F2 | 8D | 76 | 0 | 2A | 33 | 5 | B | 53 | 47 |
| Octal | 362 | 215 | 166 | 0 | 52 | 63 | 5 | 13 | 123 | 107 |
| Binary | 11110010 | 10001101 | 1110110 | 0 | 101010 | 110011 | 101 | 1011 | 1010011 | 1000111 |
Color Harmonies of #F28D76
Complementary color
Monochromatic Colors of #F28D76
Black with #F28D76
Text Example
Text Example
White with #F28D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28D76; }
p { color: rgb(242,141,118); }
H1.HeaderClassName
{
color: #F28D76;
}
.AnyTagClassName
{
color: #F28D76;
}
</style>
background-color css
<style>
a { background-color: #F28D76; }
a { background-color: rgb(242,141,118); }
div.DivClassName
{
background-color: #F28D76;
}
.BgClassName
{
background-color: #F28D76;
}
</style>
border-color css
<style>
span { border-color: #F28D76; }
span { border-color: rgb(242,141,118); }
td.TdClassName
{
border-color: #F28D76;
}
.TagClassName
{
border-color: #F28D76;
}
</style>