Shades of Dark Salmon #F29982
Tints of Dark Salmon #F29982
RGB
CMYK
RGB Variations
Color information
#F29982 (or 0xF29982) is known color: Dark Salmon. HEX triplet: F2, 99 and 82. RGB value is (242,153,130). Sum of RGB (Red+Green+Blue) = 242+153+130=525 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.10% from 525); Green value is 153 (60.16% from 255 or 29.14% from 525); Blue value is 130 (51.17% from 255 or 24.76% from 525); Max value from RGB is 242 - color contains mainly: red. Hex color #F29982 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29982 is #0D667D. Grayscale: #B1B1B1. Windows color (decimal): -878206 or 8559090. OLE color: 8559090.
HSL color Cylindrical-coordinate representation of color #F29982: hue angle of 12.32º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F29982 is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 153 | 130 | - |
| CMYK | 0 | 0.37 | 0.46 | 0.05 |
| HSL | 12.32º | 0.81% | 0.73% | - |
| HSV(B) | 12.32º | 0.46% | 0.95% | - |
| XYZ | 52.04 | 43.27 | 26.73 | - |
| YUV | 176.99 | 101.49 | 174.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 153 | 130 | 0 | 0.37 | 0.46 | 0.05 | 12.32 | 0.81 | 0.73 |
| Hex | F2 | 99 | 82 | 0 | 25 | 2E | 5 | C | 51 | 49 |
| Octal | 362 | 231 | 202 | 0 | 45 | 56 | 5 | 14 | 121 | 111 |
| Binary | 11110010 | 10011001 | 10000010 | 0 | 100101 | 101110 | 101 | 1100 | 1010001 | 1001001 |
Color Harmonies of #F29982
Complementary color
Monochromatic Colors of #F29982
Black with #F29982
Text Example
Text Example
White with #F29982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29982; }
p { color: rgb(242,153,130); }
H1.HeaderClassName
{
color: #F29982;
}
.AnyTagClassName
{
color: #F29982;
}
</style>
background-color css
<style>
a { background-color: #F29982; }
a { background-color: rgb(242,153,130); }
div.DivClassName
{
background-color: #F29982;
}
.BgClassName
{
background-color: #F29982;
}
</style>
border-color css
<style>
span { border-color: #F29982; }
span { border-color: rgb(242,153,130); }
td.TdClassName
{
border-color: #F29982;
}
.TagClassName
{
border-color: #F29982;
}
</style>