Shades of Salmon #F88D6D
Tints of Salmon #F88D6D
RGB
CMYK
RGB Variations
Color information
#F88D6D (or 0xF88D6D) is known color: Salmon. HEX triplet: F8, 8D and 6D. RGB value is (248,141,109). Sum of RGB (Red+Green+Blue) = 248+141+109=498 (65% of max value = 765). Red value is 248 (97.27% from 255 or 49.80% from 498); Green value is 141 (55.47% from 255 or 28.31% from 498); Blue value is 109 (42.97% from 255 or 21.89% from 498); Max value from RGB is 248 - color contains mainly: red. Hex color #F88D6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F88D6D is #077292. Grayscale: #A9A9A9. Windows color (decimal): -488083 or 7179768. OLE color: 7179768.
HSL color Cylindrical-coordinate representation of color #F88D6D: hue angle of 13.81º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F88D6D is Cyan = 0, Magento = 0.43, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 141 | 109 | - |
| CMYK | 0 | 0.43 | 0.56 | 0.03 |
| HSL | 13.81º | 0.91% | 0.7% | - |
| HSV(B) | 13.81º | 0.56% | 0.97% | - |
| XYZ | 51 | 40.11 | 19.52 | - |
| YUV | 169.35 | 93.95 | 184.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 141 | 109 | 0 | 0.43 | 0.56 | 0.03 | 13.81 | 0.91 | 0.7 |
| Hex | F8 | 8D | 6D | 0 | 2B | 38 | 3 | E | 5B | 46 |
| Octal | 370 | 215 | 155 | 0 | 53 | 70 | 3 | 16 | 133 | 106 |
| Binary | 11111000 | 10001101 | 1101101 | 0 | 101011 | 111000 | 11 | 1110 | 1011011 | 1000110 |
Color Harmonies of #F88D6D
Complementary color
Monochromatic Colors of #F88D6D
Black with #F88D6D
Text Example
Text Example
White with #F88D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F88D6D; }
p { color: rgb(248,141,109); }
H1.HeaderClassName
{
color: #F88D6D;
}
.AnyTagClassName
{
color: #F88D6D;
}
</style>
background-color css
<style>
a { background-color: #F88D6D; }
a { background-color: rgb(248,141,109); }
div.DivClassName
{
background-color: #F88D6D;
}
.BgClassName
{
background-color: #F88D6D;
}
</style>
border-color css
<style>
span { border-color: #F88D6D; }
span { border-color: rgb(248,141,109); }
td.TdClassName
{
border-color: #F88D6D;
}
.TagClassName
{
border-color: #F88D6D;
}
</style>