Shades of Dark Salmon #F28D72
Tints of Dark Salmon #F28D72
RGB
CMYK
RGB Variations
Color information
#F28D72 (or 0xF28D72) is known color: Dark Salmon. HEX triplet: F2, 8D and 72. RGB value is (242,141,114). Sum of RGB (Red+Green+Blue) = 242+141+114=497 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.69% from 497); Green value is 141 (55.47% from 255 or 28.37% from 497); Blue value is 114 (44.92% from 255 or 22.94% from 497); Max value from RGB is 242 - color contains mainly: red. Hex color #F28D72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28D72 is #0D728D. Grayscale: #A8A8A8. Windows color (decimal): -881294 or 7507442. OLE color: 7507442.
HSL color Cylindrical-coordinate representation of color #F28D72: hue angle of 12.66º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F28D72 is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 141 | 114 | - |
| CMYK | 0 | 0.42 | 0.53 | 0.05 |
| HSL | 12.66º | 0.83% | 0.7% | - |
| HSV(B) | 12.66º | 0.53% | 0.95% | - |
| XYZ | 49.18 | 39.14 | 20.88 | - |
| YUV | 168.12 | 97.46 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 141 | 114 | 0 | 0.42 | 0.53 | 0.05 | 12.66 | 0.83 | 0.7 |
| Hex | F2 | 8D | 72 | 0 | 2A | 35 | 5 | D | 53 | 46 |
| Octal | 362 | 215 | 162 | 0 | 52 | 65 | 5 | 15 | 123 | 106 |
| Binary | 11110010 | 10001101 | 1110010 | 0 | 101010 | 110101 | 101 | 1101 | 1010011 | 1000110 |
Color Harmonies of #F28D72
Complementary color
Monochromatic Colors of #F28D72
Black with #F28D72
Text Example
Text Example
White with #F28D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28D72; }
p { color: rgb(242,141,114); }
H1.HeaderClassName
{
color: #F28D72;
}
.AnyTagClassName
{
color: #F28D72;
}
</style>
background-color css
<style>
a { background-color: #F28D72; }
a { background-color: rgb(242,141,114); }
div.DivClassName
{
background-color: #F28D72;
}
.BgClassName
{
background-color: #F28D72;
}
</style>
border-color css
<style>
span { border-color: #F28D72; }
span { border-color: rgb(242,141,114); }
td.TdClassName
{
border-color: #F28D72;
}
.TagClassName
{
border-color: #F28D72;
}
</style>