Shades of Dark Salmon #F28D74
Tints of Dark Salmon #F28D74
RGB
CMYK
RGB Variations
Color information
#F28D74 (or 0xF28D74) is known color: Dark Salmon. HEX triplet: F2, 8D and 74. RGB value is (242,141,116). Sum of RGB (Red+Green+Blue) = 242+141+116=499 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.50% from 499); Green value is 141 (55.47% from 255 or 28.26% from 499); Blue value is 116 (45.70% from 255 or 23.25% from 499); Max value from RGB is 242 - color contains mainly: red. Hex color #F28D74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28D74 is #0D728B. Grayscale: #A8A8A8. Windows color (decimal): -881292 or 7638514. OLE color: 7638514.
HSL color Cylindrical-coordinate representation of color #F28D74: hue angle of 11.9º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F28D74 is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 141 | 116 | - |
| CMYK | 0 | 0.42 | 0.52 | 0.05 |
| HSL | 11.9º | 0.83% | 0.7% | - |
| HSV(B) | 11.9º | 0.52% | 0.95% | - |
| XYZ | 49.3 | 39.19 | 21.49 | - |
| YUV | 168.35 | 98.46 | 180.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 141 | 116 | 0 | 0.42 | 0.52 | 0.05 | 11.9 | 0.83 | 0.7 |
| Hex | F2 | 8D | 74 | 0 | 2A | 34 | 5 | C | 53 | 46 |
| Octal | 362 | 215 | 164 | 0 | 52 | 64 | 5 | 14 | 123 | 106 |
| Binary | 11110010 | 10001101 | 1110100 | 0 | 101010 | 110100 | 101 | 1100 | 1010011 | 1000110 |
Color Harmonies of #F28D74
Complementary color
Monochromatic Colors of #F28D74
Black with #F28D74
Text Example
Text Example
White with #F28D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28D74; }
p { color: rgb(242,141,116); }
H1.HeaderClassName
{
color: #F28D74;
}
.AnyTagClassName
{
color: #F28D74;
}
</style>
background-color css
<style>
a { background-color: #F28D74; }
a { background-color: rgb(242,141,116); }
div.DivClassName
{
background-color: #F28D74;
}
.BgClassName
{
background-color: #F28D74;
}
</style>
border-color css
<style>
span { border-color: #F28D74; }
span { border-color: rgb(242,141,116); }
td.TdClassName
{
border-color: #F28D74;
}
.TagClassName
{
border-color: #F28D74;
}
</style>