Shades of Dark Salmon #F29D80
Tints of Dark Salmon #F29D80
RGB
CMYK
RGB Variations
Color information
#F29D80 (or 0xF29D80) is known color: Dark Salmon. HEX triplet: F2, 9D and 80. RGB value is (242,157,128). Sum of RGB (Red+Green+Blue) = 242+157+128=527 (69% of max value = 765). Red value is 242 (94.92% from 255 or 45.92% from 527); Green value is 157 (61.72% from 255 or 29.79% from 527); Blue value is 128 (50.39% from 255 or 24.29% from 527); Max value from RGB is 242 - color contains mainly: red. Hex color #F29D80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29D80 is #0D627F. Grayscale: #B3B3B3. Windows color (decimal): -877184 or 8429042. OLE color: 8429042.
HSL color Cylindrical-coordinate representation of color #F29D80: hue angle of 15.26º 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 #F29D80 is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 157 | 128 | - |
| CMYK | 0 | 0.35 | 0.47 | 0.05 |
| HSL | 15.26º | 0.81% | 0.73% | - |
| HSV(B) | 15.26º | 0.47% | 0.95% | - |
| XYZ | 52.57 | 44.55 | 26.25 | - |
| YUV | 179.11 | 99.16 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 157 | 128 | 0 | 0.35 | 0.47 | 0.05 | 15.26 | 0.81 | 0.73 |
| Hex | F2 | 9D | 80 | 0 | 23 | 2F | 5 | F | 51 | 49 |
| Octal | 362 | 235 | 200 | 0 | 43 | 57 | 5 | 17 | 121 | 111 |
| Binary | 11110010 | 10011101 | 10000000 | 0 | 100011 | 101111 | 101 | 1111 | 1010001 | 1001001 |
Color Harmonies of #F29D80
Complementary color
Monochromatic Colors of #F29D80
Black with #F29D80
Text Example
Text Example
White with #F29D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29D80; }
p { color: rgb(242,157,128); }
H1.HeaderClassName
{
color: #F29D80;
}
.AnyTagClassName
{
color: #F29D80;
}
</style>
background-color css
<style>
a { background-color: #F29D80; }
a { background-color: rgb(242,157,128); }
div.DivClassName
{
background-color: #F29D80;
}
.BgClassName
{
background-color: #F29D80;
}
</style>
border-color css
<style>
span { border-color: #F29D80; }
span { border-color: rgb(242,157,128); }
td.TdClassName
{
border-color: #F29D80;
}
.TagClassName
{
border-color: #F29D80;
}
</style>