Shades of Dark Salmon #F29C78
Tints of Dark Salmon #F29C78
RGB
CMYK
RGB Variations
Color information
#F29C78 (or 0xF29C78) is known color: Dark Salmon. HEX triplet: F2, 9C and 78. RGB value is (242,156,120). Sum of RGB (Red+Green+Blue) = 242+156+120=518 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.72% from 518); Green value is 156 (61.33% from 255 or 30.12% from 518); Blue value is 120 (47.27% from 255 or 23.17% from 518); Max value from RGB is 242 - color contains mainly: red. Hex color #F29C78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29C78 is #0D6387. Grayscale: #B1B1B1. Windows color (decimal): -877448 or 7904498. OLE color: 7904498.
HSL color Cylindrical-coordinate representation of color #F29C78: hue angle of 17.7º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F29C78 is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 156 | 120 | - |
| CMYK | 0 | 0.36 | 0.50 | 0.05 |
| HSL | 17.7º | 0.82% | 0.71% | - |
| HSV(B) | 17.7º | 0.5% | 0.95% | - |
| XYZ | 51.9 | 44.01 | 23.53 | - |
| YUV | 177.61 | 95.49 | 173.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 156 | 120 | 0 | 0.36 | 0.50 | 0.05 | 17.7 | 0.82 | 0.71 |
| Hex | F2 | 9C | 78 | 0 | 24 | 32 | 5 | 12 | 52 | 47 |
| Octal | 362 | 234 | 170 | 0 | 44 | 62 | 5 | 22 | 122 | 107 |
| Binary | 11110010 | 10011100 | 1111000 | 0 | 100100 | 110010 | 101 | 10010 | 1010010 | 1000111 |
Color Harmonies of #F29C78
Complementary color
Monochromatic Colors of #F29C78
Black with #F29C78
Text Example
Text Example
White with #F29C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29C78; }
p { color: rgb(242,156,120); }
H1.HeaderClassName
{
color: #F29C78;
}
.AnyTagClassName
{
color: #F29C78;
}
</style>
background-color css
<style>
a { background-color: #F29C78; }
a { background-color: rgb(242,156,120); }
div.DivClassName
{
background-color: #F29C78;
}
.BgClassName
{
background-color: #F29C78;
}
</style>
border-color css
<style>
span { border-color: #F29C78; }
span { border-color: rgb(242,156,120); }
td.TdClassName
{
border-color: #F29C78;
}
.TagClassName
{
border-color: #F29C78;
}
</style>