Shades of Dark Salmon #F29B7B
Tints of Dark Salmon #F29B7B
RGB
CMYK
RGB Variations
Color information
#F29B7B (or 0xF29B7B) is known color: Dark Salmon. HEX triplet: F2, 9B and 7B. RGB value is (242,155,123). Sum of RGB (Red+Green+Blue) = 242+155+123=520 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.54% from 520); Green value is 155 (60.94% from 255 or 29.81% from 520); Blue value is 123 (48.44% from 255 or 23.65% from 520); Max value from RGB is 242 - color contains mainly: red. Hex color #F29B7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29B7B is #0D6484. Grayscale: #B1B1B1. Windows color (decimal): -877701 or 8100850. OLE color: 8100850.
HSL color Cylindrical-coordinate representation of color #F29B7B: hue angle of 16.13º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F29B7B is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 155 | 123 | - |
| CMYK | 0 | 0.36 | 0.49 | 0.05 |
| HSL | 16.13º | 0.82% | 0.72% | - |
| HSV(B) | 16.13º | 0.49% | 0.95% | - |
| XYZ | 51.91 | 43.75 | 24.45 | - |
| YUV | 177.37 | 97.32 | 174.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 155 | 123 | 0 | 0.36 | 0.49 | 0.05 | 16.13 | 0.82 | 0.72 |
| Hex | F2 | 9B | 7B | 0 | 24 | 31 | 5 | 10 | 52 | 48 |
| Octal | 362 | 233 | 173 | 0 | 44 | 61 | 5 | 20 | 122 | 110 |
| Binary | 11110010 | 10011011 | 1111011 | 0 | 100100 | 110001 | 101 | 10000 | 1010010 | 1001000 |
Color Harmonies of #F29B7B
Complementary color
Monochromatic Colors of #F29B7B
Black with #F29B7B
Text Example
Text Example
White with #F29B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29B7B; }
p { color: rgb(242,155,123); }
H1.HeaderClassName
{
color: #F29B7B;
}
.AnyTagClassName
{
color: #F29B7B;
}
</style>
background-color css
<style>
a { background-color: #F29B7B; }
a { background-color: rgb(242,155,123); }
div.DivClassName
{
background-color: #F29B7B;
}
.BgClassName
{
background-color: #F29B7B;
}
</style>
border-color css
<style>
span { border-color: #F29B7B; }
span { border-color: rgb(242,155,123); }
td.TdClassName
{
border-color: #F29B7B;
}
.TagClassName
{
border-color: #F29B7B;
}
</style>