Shades of Dark Salmon #F28E7E
Tints of Dark Salmon #F28E7E
RGB
CMYK
RGB Variations
Color information
#F28E7E (or 0xF28E7E) is known color: Dark Salmon. HEX triplet: F2, 8E and 7E. RGB value is (242,142,126). Sum of RGB (Red+Green+Blue) = 242+142+126=510 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.45% from 510); Green value is 142 (55.86% from 255 or 27.84% from 510); Blue value is 126 (49.61% from 255 or 24.71% from 510); Max value from RGB is 242 - color contains mainly: red. Hex color #F28E7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28E7E is #0D7181. Grayscale: #AAAAAA. Windows color (decimal): -881026 or 8294130. OLE color: 8294130.
HSL color Cylindrical-coordinate representation of color #F28E7E: hue angle of 8.28º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F28E7E is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 142 | 126 | - |
| CMYK | 0 | 0.41 | 0.48 | 0.05 |
| HSL | 8.28º | 0.82% | 0.72% | - |
| HSV(B) | 8.28º | 0.48% | 0.95% | - |
| XYZ | 50.06 | 39.73 | 24.77 | - |
| YUV | 170.08 | 103.13 | 179.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 142 | 126 | 0 | 0.41 | 0.48 | 0.05 | 8.28 | 0.82 | 0.72 |
| Hex | F2 | 8E | 7E | 0 | 29 | 30 | 5 | 8 | 52 | 48 |
| Octal | 362 | 216 | 176 | 0 | 51 | 60 | 5 | 10 | 122 | 110 |
| Binary | 11110010 | 10001110 | 1111110 | 0 | 101001 | 110000 | 101 | 1000 | 1010010 | 1001000 |
Color Harmonies of #F28E7E
Complementary color
Monochromatic Colors of #F28E7E
Black with #F28E7E
Text Example
Text Example
White with #F28E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28E7E; }
p { color: rgb(242,142,126); }
H1.HeaderClassName
{
color: #F28E7E;
}
.AnyTagClassName
{
color: #F28E7E;
}
</style>
background-color css
<style>
a { background-color: #F28E7E; }
a { background-color: rgb(242,142,126); }
div.DivClassName
{
background-color: #F28E7E;
}
.BgClassName
{
background-color: #F28E7E;
}
</style>
border-color css
<style>
span { border-color: #F28E7E; }
span { border-color: rgb(242,142,126); }
td.TdClassName
{
border-color: #F28E7E;
}
.TagClassName
{
border-color: #F28E7E;
}
</style>