Shades of Dark Salmon #F29277
Tints of Dark Salmon #F29277
RGB
CMYK
RGB Variations
Color information
#F29277 (or 0xF29277) is known color: Dark Salmon. HEX triplet: F2, 92 and 77. RGB value is (242,146,119). Sum of RGB (Red+Green+Blue) = 242+146+119=507 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.73% from 507); Green value is 146 (57.42% from 255 or 28.80% from 507); Blue value is 119 (46.88% from 255 or 23.47% from 507); Max value from RGB is 242 - color contains mainly: red. Hex color #F29277 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29277 is #0D6D88. Grayscale: #ABABAB. Windows color (decimal): -880009 or 7836402. OLE color: 7836402.
HSL color Cylindrical-coordinate representation of color #F29277: hue angle of 13.17º 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 #F29277 is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 146 | 119 | - |
| CMYK | 0 | 0.40 | 0.51 | 0.05 |
| HSL | 13.17º | 0.83% | 0.71% | - |
| HSV(B) | 13.17º | 0.51% | 0.95% | - |
| XYZ | 50.23 | 40.77 | 22.67 | - |
| YUV | 171.63 | 98.3 | 178.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 146 | 119 | 0 | 0.40 | 0.51 | 0.05 | 13.17 | 0.83 | 0.71 |
| Hex | F2 | 92 | 77 | 0 | 28 | 33 | 5 | D | 53 | 47 |
| Octal | 362 | 222 | 167 | 0 | 50 | 63 | 5 | 15 | 123 | 107 |
| Binary | 11110010 | 10010010 | 1110111 | 0 | 101000 | 110011 | 101 | 1101 | 1010011 | 1000111 |
Color Harmonies of #F29277
Complementary color
Monochromatic Colors of #F29277
Black with #F29277
Text Example
Text Example
White with #F29277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29277; }
p { color: rgb(242,146,119); }
H1.HeaderClassName
{
color: #F29277;
}
.AnyTagClassName
{
color: #F29277;
}
</style>
background-color css
<style>
a { background-color: #F29277; }
a { background-color: rgb(242,146,119); }
div.DivClassName
{
background-color: #F29277;
}
.BgClassName
{
background-color: #F29277;
}
</style>
border-color css
<style>
span { border-color: #F29277; }
span { border-color: rgb(242,146,119); }
td.TdClassName
{
border-color: #F29277;
}
.TagClassName
{
border-color: #F29277;
}
</style>