Shades of Dark Salmon #F28D71
Tints of Dark Salmon #F28D71
RGB
CMYK
RGB Variations
Color information
#F28D71 (or 0xF28D71) is known color: Dark Salmon. HEX triplet: F2, 8D and 71. RGB value is (242,141,113). Sum of RGB (Red+Green+Blue) = 242+141+113=496 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.79% from 496); Green value is 141 (55.47% from 255 or 28.43% from 496); Blue value is 113 (44.53% from 255 or 22.78% from 496); Max value from RGB is 242 - color contains mainly: red. Hex color #F28D71 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28D71 is #0D728E. Grayscale: #A8A8A8. Windows color (decimal): -881295 or 7441906. OLE color: 7441906.
HSL color Cylindrical-coordinate representation of color #F28D71: hue angle of 13.02º 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 #F28D71 is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 141 | 113 | - |
| CMYK | 0 | 0.42 | 0.53 | 0.05 |
| HSL | 13.02º | 0.83% | 0.7% | - |
| HSV(B) | 13.02º | 0.53% | 0.95% | - |
| XYZ | 49.12 | 39.12 | 20.58 | - |
| YUV | 168.01 | 96.96 | 180.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 141 | 113 | 0 | 0.42 | 0.53 | 0.05 | 13.02 | 0.83 | 0.7 |
| Hex | F2 | 8D | 71 | 0 | 2A | 35 | 5 | D | 53 | 46 |
| Octal | 362 | 215 | 161 | 0 | 52 | 65 | 5 | 15 | 123 | 106 |
| Binary | 11110010 | 10001101 | 1110001 | 0 | 101010 | 110101 | 101 | 1101 | 1010011 | 1000110 |
Color Harmonies of #F28D71
Complementary color
Monochromatic Colors of #F28D71
Black with #F28D71
Text Example
Text Example
White with #F28D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28D71; }
p { color: rgb(242,141,113); }
H1.HeaderClassName
{
color: #F28D71;
}
.AnyTagClassName
{
color: #F28D71;
}
</style>
background-color css
<style>
a { background-color: #F28D71; }
a { background-color: rgb(242,141,113); }
div.DivClassName
{
background-color: #F28D71;
}
.BgClassName
{
background-color: #F28D71;
}
</style>
border-color css
<style>
span { border-color: #F28D71; }
span { border-color: rgb(242,141,113); }
td.TdClassName
{
border-color: #F28D71;
}
.TagClassName
{
border-color: #F28D71;
}
</style>