Shades of Dark Salmon #F29B81
Tints of Dark Salmon #F29B81
RGB
CMYK
RGB Variations
Color information
#F29B81 (or 0xF29B81) is known color: Dark Salmon. HEX triplet: F2, 9B and 81. RGB value is (242,155,129). Sum of RGB (Red+Green+Blue) = 242+155+129=526 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.01% from 526); Green value is 155 (60.94% from 255 or 29.47% from 526); Blue value is 129 (50.78% from 255 or 24.52% from 526); Max value from RGB is 242 - color contains mainly: red. Hex color #F29B81 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29B81 is #0D647E. Grayscale: #B2B2B2. Windows color (decimal): -877695 or 8494066. OLE color: 8494066.
HSL color Cylindrical-coordinate representation of color #F29B81: hue angle of 13.81º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F29B81 is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 155 | 129 | - |
| CMYK | 0 | 0.36 | 0.47 | 0.05 |
| HSL | 13.81º | 0.81% | 0.73% | - |
| HSV(B) | 13.81º | 0.47% | 0.95% | - |
| XYZ | 52.3 | 43.9 | 26.49 | - |
| YUV | 178.05 | 100.32 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 155 | 129 | 0 | 0.36 | 0.47 | 0.05 | 13.81 | 0.81 | 0.73 |
| Hex | F2 | 9B | 81 | 0 | 24 | 2F | 5 | E | 51 | 49 |
| Octal | 362 | 233 | 201 | 0 | 44 | 57 | 5 | 16 | 121 | 111 |
| Binary | 11110010 | 10011011 | 10000001 | 0 | 100100 | 101111 | 101 | 1110 | 1010001 | 1001001 |
Color Harmonies of #F29B81
Complementary color
Monochromatic Colors of #F29B81
Black with #F29B81
Text Example
Text Example
White with #F29B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29B81; }
p { color: rgb(242,155,129); }
H1.HeaderClassName
{
color: #F29B81;
}
.AnyTagClassName
{
color: #F29B81;
}
</style>
background-color css
<style>
a { background-color: #F29B81; }
a { background-color: rgb(242,155,129); }
div.DivClassName
{
background-color: #F29B81;
}
.BgClassName
{
background-color: #F29B81;
}
</style>
border-color css
<style>
span { border-color: #F29B81; }
span { border-color: rgb(242,155,129); }
td.TdClassName
{
border-color: #F29B81;
}
.TagClassName
{
border-color: #F29B81;
}
</style>