Shades of Salmon #F8887D
Tints of Salmon #F8887D
RGB
CMYK
RGB Variations
Color information
#F8887D (or 0xF8887D) is known color: Salmon. HEX triplet: F8, 88 and 7D. RGB value is (248,136,125). Sum of RGB (Red+Green+Blue) = 248+136+125=509 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.72% from 509); Green value is 136 (53.52% from 255 or 26.72% from 509); Blue value is 125 (49.22% from 255 or 24.56% from 509); Max value from RGB is 248 - color contains mainly: red. Hex color #F8887D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8887D is #077782. Grayscale: #A8A8A8. Windows color (decimal): -489347 or 8227064. OLE color: 8227064.
HSL color Cylindrical-coordinate representation of color #F8887D: hue angle of 5.37º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F8887D is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 136 | 125 | - |
| CMYK | 0 | 0.45 | 0.50 | 0.03 |
| HSL | 5.37º | 0.9% | 0.73% | - |
| HSV(B) | 5.37º | 0.5% | 0.97% | - |
| XYZ | 51.22 | 39.05 | 24.24 | - |
| YUV | 168.23 | 103.61 | 184.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 136 | 125 | 0 | 0.45 | 0.50 | 0.03 | 5.37 | 0.9 | 0.73 |
| Hex | F8 | 88 | 7D | 0 | 2D | 32 | 3 | 5 | 5A | 49 |
| Octal | 370 | 210 | 175 | 0 | 55 | 62 | 3 | 5 | 132 | 111 |
| Binary | 11111000 | 10001000 | 1111101 | 0 | 101101 | 110010 | 11 | 101 | 1011010 | 1001001 |
Color Harmonies of #F8887D
Complementary color
Monochromatic Colors of #F8887D
Black with #F8887D
Text Example
Text Example
White with #F8887D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8887D; }
p { color: rgb(248,136,125); }
H1.HeaderClassName
{
color: #F8887D;
}
.AnyTagClassName
{
color: #F8887D;
}
</style>
background-color css
<style>
a { background-color: #F8887D; }
a { background-color: rgb(248,136,125); }
div.DivClassName
{
background-color: #F8887D;
}
.BgClassName
{
background-color: #F8887D;
}
</style>
border-color css
<style>
span { border-color: #F8887D; }
span { border-color: rgb(248,136,125); }
td.TdClassName
{
border-color: #F8887D;
}
.TagClassName
{
border-color: #F8887D;
}
</style>