Shades of Dark Salmon #F28E7D
Tints of Dark Salmon #F28E7D
RGB
CMYK
RGB Variations
Color information
#F28E7D (or 0xF28E7D) is known color: Dark Salmon. HEX triplet: F2, 8E and 7D. RGB value is (242,142,125). Sum of RGB (Red+Green+Blue) = 242+142+125=509 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.54% from 509); Green value is 142 (55.86% from 255 or 27.90% from 509); Blue value is 125 (49.22% from 255 or 24.56% from 509); Max value from RGB is 242 - color contains mainly: red. Hex color #F28E7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28E7D is #0D7182. Grayscale: #AAAAAA. Windows color (decimal): -881027 or 8228594. OLE color: 8228594.
HSL color Cylindrical-coordinate representation of color #F28E7D: hue angle of 8.72º 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 #F28E7D is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 142 | 125 | - |
| CMYK | 0 | 0.41 | 0.48 | 0.05 |
| HSL | 8.72º | 0.82% | 0.72% | - |
| HSV(B) | 8.72º | 0.48% | 0.95% | - |
| XYZ | 49.99 | 39.7 | 24.43 | - |
| YUV | 169.96 | 102.63 | 179.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 142 | 125 | 0 | 0.41 | 0.48 | 0.05 | 8.72 | 0.82 | 0.72 |
| Hex | F2 | 8E | 7D | 0 | 29 | 30 | 5 | 9 | 52 | 48 |
| Octal | 362 | 216 | 175 | 0 | 51 | 60 | 5 | 11 | 122 | 110 |
| Binary | 11110010 | 10001110 | 1111101 | 0 | 101001 | 110000 | 101 | 1001 | 1010010 | 1001000 |
Color Harmonies of #F28E7D
Complementary color
Monochromatic Colors of #F28E7D
Black with #F28E7D
Text Example
Text Example
White with #F28E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28E7D; }
p { color: rgb(242,142,125); }
H1.HeaderClassName
{
color: #F28E7D;
}
.AnyTagClassName
{
color: #F28E7D;
}
</style>
background-color css
<style>
a { background-color: #F28E7D; }
a { background-color: rgb(242,142,125); }
div.DivClassName
{
background-color: #F28E7D;
}
.BgClassName
{
background-color: #F28E7D;
}
</style>
border-color css
<style>
span { border-color: #F28E7D; }
span { border-color: rgb(242,142,125); }
td.TdClassName
{
border-color: #F28E7D;
}
.TagClassName
{
border-color: #F28E7D;
}
</style>