Shades of Dark Salmon #F29576
Tints of Dark Salmon #F29576
RGB
CMYK
RGB Variations
Color information
#F29576 (or 0xF29576) is known color: Dark Salmon. HEX triplet: F2, 95 and 76. RGB value is (242,149,118). Sum of RGB (Red+Green+Blue) = 242+149+118=509 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.54% from 509); Green value is 149 (58.59% from 255 or 29.27% from 509); Blue value is 118 (46.48% from 255 or 23.18% from 509); Max value from RGB is 242 - color contains mainly: red. Hex color #F29576 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29576 is #0D6A89. Grayscale: #ADADAD. Windows color (decimal): -879242 or 7771634. OLE color: 7771634.
HSL color Cylindrical-coordinate representation of color #F29576: hue angle of 15º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F29576 is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 149 | 118 | - |
| CMYK | 0 | 0.38 | 0.51 | 0.05 |
| HSL | 15º | 0.83% | 0.71% | - |
| HSV(B) | 15º | 0.51% | 0.95% | - |
| XYZ | 50.64 | 41.68 | 22.52 | - |
| YUV | 173.27 | 96.81 | 177.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 149 | 118 | 0 | 0.38 | 0.51 | 0.05 | 15 | 0.83 | 0.71 |
| Hex | F2 | 95 | 76 | 0 | 26 | 33 | 5 | F | 53 | 47 |
| Octal | 362 | 225 | 166 | 0 | 46 | 63 | 5 | 17 | 123 | 107 |
| Binary | 11110010 | 10010101 | 1110110 | 0 | 100110 | 110011 | 101 | 1111 | 1010011 | 1000111 |
Color Harmonies of #F29576
Complementary color
Monochromatic Colors of #F29576
Black with #F29576
Text Example
Text Example
White with #F29576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29576; }
p { color: rgb(242,149,118); }
H1.HeaderClassName
{
color: #F29576;
}
.AnyTagClassName
{
color: #F29576;
}
</style>
background-color css
<style>
a { background-color: #F29576; }
a { background-color: rgb(242,149,118); }
div.DivClassName
{
background-color: #F29576;
}
.BgClassName
{
background-color: #F29576;
}
</style>
border-color css
<style>
span { border-color: #F29576; }
span { border-color: rgb(242,149,118); }
td.TdClassName
{
border-color: #F29576;
}
.TagClassName
{
border-color: #F29576;
}
</style>