Shades of Dark Salmon #F28E76
Tints of Dark Salmon #F28E76
RGB
CMYK
RGB Variations
Color information
#F28E76 (or 0xF28E76) is known color: Dark Salmon. HEX triplet: F2, 8E and 76. RGB value is (242,142,118). Sum of RGB (Red+Green+Blue) = 242+142+118=502 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.21% from 502); Green value is 142 (55.86% from 255 or 28.29% from 502); Blue value is 118 (46.48% from 255 or 23.51% from 502); Max value from RGB is 242 - color contains mainly: red. Hex color #F28E76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28E76 is #0D7189. Grayscale: #A9A9A9. Windows color (decimal): -881034 or 7769842. OLE color: 7769842.
HSL color Cylindrical-coordinate representation of color #F28E76: hue angle of 11.61º 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 #F28E76 is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 142 | 118 | - |
| CMYK | 0 | 0.41 | 0.51 | 0.05 |
| HSL | 11.61º | 0.83% | 0.71% | - |
| HSV(B) | 11.61º | 0.51% | 0.95% | - |
| XYZ | 49.56 | 39.53 | 22.16 | - |
| YUV | 169.16 | 99.13 | 179.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 142 | 118 | 0 | 0.41 | 0.51 | 0.05 | 11.61 | 0.83 | 0.71 |
| Hex | F2 | 8E | 76 | 0 | 29 | 33 | 5 | C | 53 | 47 |
| Octal | 362 | 216 | 166 | 0 | 51 | 63 | 5 | 14 | 123 | 107 |
| Binary | 11110010 | 10001110 | 1110110 | 0 | 101001 | 110011 | 101 | 1100 | 1010011 | 1000111 |
Color Harmonies of #F28E76
Complementary color
Monochromatic Colors of #F28E76
Black with #F28E76
Text Example
Text Example
White with #F28E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28E76; }
p { color: rgb(242,142,118); }
H1.HeaderClassName
{
color: #F28E76;
}
.AnyTagClassName
{
color: #F28E76;
}
</style>
background-color css
<style>
a { background-color: #F28E76; }
a { background-color: rgb(242,142,118); }
div.DivClassName
{
background-color: #F28E76;
}
.BgClassName
{
background-color: #F28E76;
}
</style>
border-color css
<style>
span { border-color: #F28E76; }
span { border-color: rgb(242,142,118); }
td.TdClassName
{
border-color: #F28E76;
}
.TagClassName
{
border-color: #F28E76;
}
</style>