Shades of Dark Salmon #F29880
Tints of Dark Salmon #F29880
RGB
CMYK
RGB Variations
Color information
#F29880 (or 0xF29880) is known color: Dark Salmon. HEX triplet: F2, 98 and 80. RGB value is (242,152,128). Sum of RGB (Red+Green+Blue) = 242+152+128=522 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.36% from 522); Green value is 152 (59.77% from 255 or 29.12% from 522); Blue value is 128 (50.39% from 255 or 24.52% from 522); Max value from RGB is 242 - color contains mainly: red. Hex color #F29880 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29880 is #0D677F. Grayscale: #B0B0B0. Windows color (decimal): -878464 or 8427762. OLE color: 8427762.
HSL color Cylindrical-coordinate representation of color #F29880: hue angle of 12.63º 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 #F29880 is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 152 | 128 | - |
| CMYK | 0 | 0.37 | 0.47 | 0.05 |
| HSL | 12.63º | 0.81% | 0.73% | - |
| HSV(B) | 12.63º | 0.47% | 0.95% | - |
| XYZ | 51.74 | 42.89 | 25.97 | - |
| YUV | 176.17 | 100.82 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 152 | 128 | 0 | 0.37 | 0.47 | 0.05 | 12.63 | 0.81 | 0.73 |
| Hex | F2 | 98 | 80 | 0 | 25 | 2F | 5 | D | 51 | 49 |
| Octal | 362 | 230 | 200 | 0 | 45 | 57 | 5 | 15 | 121 | 111 |
| Binary | 11110010 | 10011000 | 10000000 | 0 | 100101 | 101111 | 101 | 1101 | 1010001 | 1001001 |
Color Harmonies of #F29880
Complementary color
Monochromatic Colors of #F29880
Black with #F29880
Text Example
Text Example
White with #F29880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29880; }
p { color: rgb(242,152,128); }
H1.HeaderClassName
{
color: #F29880;
}
.AnyTagClassName
{
color: #F29880;
}
</style>
background-color css
<style>
a { background-color: #F29880; }
a { background-color: rgb(242,152,128); }
div.DivClassName
{
background-color: #F29880;
}
.BgClassName
{
background-color: #F29880;
}
</style>
border-color css
<style>
span { border-color: #F29880; }
span { border-color: rgb(242,152,128); }
td.TdClassName
{
border-color: #F29880;
}
.TagClassName
{
border-color: #F29880;
}
</style>