Shades of Dark Salmon #F29177
Tints of Dark Salmon #F29177
RGB
CMYK
RGB Variations
Color information
#F29177 (or 0xF29177) is known color: Dark Salmon. HEX triplet: F2, 91 and 77. RGB value is (242,145,119). Sum of RGB (Red+Green+Blue) = 242+145+119=506 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.83% from 506); Green value is 145 (57.03% from 255 or 28.66% from 506); Blue value is 119 (46.88% from 255 or 23.52% from 506); Max value from RGB is 242 - color contains mainly: red. Hex color #F29177 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29177 is #0D6E88. Grayscale: #ABABAB. Windows color (decimal): -880265 or 7836146. OLE color: 7836146.
HSL color Cylindrical-coordinate representation of color #F29177: hue angle of 12.68º 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 #F29177 is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 145 | 119 | - |
| CMYK | 0 | 0.40 | 0.51 | 0.05 |
| HSL | 12.68º | 0.83% | 0.71% | - |
| HSV(B) | 12.68º | 0.51% | 0.95% | - |
| XYZ | 50.07 | 40.46 | 22.62 | - |
| YUV | 171.04 | 98.64 | 178.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 145 | 119 | 0 | 0.40 | 0.51 | 0.05 | 12.68 | 0.83 | 0.71 |
| Hex | F2 | 91 | 77 | 0 | 28 | 33 | 5 | D | 53 | 47 |
| Octal | 362 | 221 | 167 | 0 | 50 | 63 | 5 | 15 | 123 | 107 |
| Binary | 11110010 | 10010001 | 1110111 | 0 | 101000 | 110011 | 101 | 1101 | 1010011 | 1000111 |
Color Harmonies of #F29177
Complementary color
Monochromatic Colors of #F29177
Black with #F29177
Text Example
Text Example
White with #F29177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29177; }
p { color: rgb(242,145,119); }
H1.HeaderClassName
{
color: #F29177;
}
.AnyTagClassName
{
color: #F29177;
}
</style>
background-color css
<style>
a { background-color: #F29177; }
a { background-color: rgb(242,145,119); }
div.DivClassName
{
background-color: #F29177;
}
.BgClassName
{
background-color: #F29177;
}
</style>
border-color css
<style>
span { border-color: #F29177; }
span { border-color: rgb(242,145,119); }
td.TdClassName
{
border-color: #F29177;
}
.TagClassName
{
border-color: #F29177;
}
</style>