Shades of Dark Salmon #F28D7E
Tints of Dark Salmon #F28D7E
RGB
CMYK
RGB Variations
Color information
#F28D7E (or 0xF28D7E) is known color: Dark Salmon. HEX triplet: F2, 8D and 7E. RGB value is (242,141,126). Sum of RGB (Red+Green+Blue) = 242+141+126=509 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.54% from 509); Green value is 141 (55.47% from 255 or 27.70% from 509); Blue value is 126 (49.61% from 255 or 24.75% from 509); Max value from RGB is 242 - color contains mainly: red. Hex color #F28D7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28D7E is #0D7281. Grayscale: #A9A9A9. Windows color (decimal): -881282 or 8293874. OLE color: 8293874.
HSL color Cylindrical-coordinate representation of color #F28D7E: hue angle of 7.76º 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 #F28D7E is Cyan = 0, Magento = 0.42, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 141 | 126 | - |
| CMYK | 0 | 0.42 | 0.48 | 0.05 |
| HSL | 7.76º | 0.82% | 0.72% | - |
| HSV(B) | 7.76º | 0.48% | 0.95% | - |
| XYZ | 49.91 | 39.43 | 24.72 | - |
| YUV | 169.49 | 103.46 | 179.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 141 | 126 | 0 | 0.42 | 0.48 | 0.05 | 7.76 | 0.82 | 0.72 |
| Hex | F2 | 8D | 7E | 0 | 2A | 30 | 5 | 8 | 52 | 48 |
| Octal | 362 | 215 | 176 | 0 | 52 | 60 | 5 | 10 | 122 | 110 |
| Binary | 11110010 | 10001101 | 1111110 | 0 | 101010 | 110000 | 101 | 1000 | 1010010 | 1001000 |
Color Harmonies of #F28D7E
Complementary color
Monochromatic Colors of #F28D7E
Black with #F28D7E
Text Example
Text Example
White with #F28D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28D7E; }
p { color: rgb(242,141,126); }
H1.HeaderClassName
{
color: #F28D7E;
}
.AnyTagClassName
{
color: #F28D7E;
}
</style>
background-color css
<style>
a { background-color: #F28D7E; }
a { background-color: rgb(242,141,126); }
div.DivClassName
{
background-color: #F28D7E;
}
.BgClassName
{
background-color: #F28D7E;
}
</style>
border-color css
<style>
span { border-color: #F28D7E; }
span { border-color: rgb(242,141,126); }
td.TdClassName
{
border-color: #F28D7E;
}
.TagClassName
{
border-color: #F28D7E;
}
</style>