Shades of Dark Salmon #F29080
Tints of Dark Salmon #F29080
RGB
CMYK
RGB Variations
Color information
#F29080 (or 0xF29080) is known color: Dark Salmon. HEX triplet: F2, 90 and 80. RGB value is (242,144,128). Sum of RGB (Red+Green+Blue) = 242+144+128=514 (68% of max value = 765). Red value is 242 (94.92% from 255 or 47.08% from 514); Green value is 144 (56.64% from 255 or 28.02% from 514); Blue value is 128 (50.39% from 255 or 24.90% from 514); Max value from RGB is 242 - color contains mainly: red. Hex color #F29080 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29080 is #0D6F7F. Grayscale: #ABABAB. Windows color (decimal): -880512 or 8425714. OLE color: 8425714.
HSL color Cylindrical-coordinate representation of color #F29080: hue angle of 8.42º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F29080 is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 144 | 128 | - |
| CMYK | 0 | 0.40 | 0.47 | 0.05 |
| HSL | 8.42º | 0.81% | 0.73% | - |
| HSV(B) | 8.42º | 0.47% | 0.95% | - |
| XYZ | 50.49 | 40.38 | 25.56 | - |
| YUV | 171.48 | 103.47 | 178.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 144 | 128 | 0 | 0.40 | 0.47 | 0.05 | 8.42 | 0.81 | 0.73 |
| Hex | F2 | 90 | 80 | 0 | 28 | 2F | 5 | 8 | 51 | 49 |
| Octal | 362 | 220 | 200 | 0 | 50 | 57 | 5 | 10 | 121 | 111 |
| Binary | 11110010 | 10010000 | 10000000 | 0 | 101000 | 101111 | 101 | 1000 | 1010001 | 1001001 |
Color Harmonies of #F29080
Complementary color
Monochromatic Colors of #F29080
Black with #F29080
Text Example
Text Example
White with #F29080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29080; }
p { color: rgb(242,144,128); }
H1.HeaderClassName
{
color: #F29080;
}
.AnyTagClassName
{
color: #F29080;
}
</style>
background-color css
<style>
a { background-color: #F29080; }
a { background-color: rgb(242,144,128); }
div.DivClassName
{
background-color: #F29080;
}
.BgClassName
{
background-color: #F29080;
}
</style>
border-color css
<style>
span { border-color: #F29080; }
span { border-color: rgb(242,144,128); }
td.TdClassName
{
border-color: #F29080;
}
.TagClassName
{
border-color: #F29080;
}
</style>