Shades of Salmon #F88B7A
Tints of Salmon #F88B7A
RGB
CMYK
RGB Variations
Color information
#F88B7A (or 0xF88B7A) is known color: Salmon. HEX triplet: F8, 8B and 7A. RGB value is (248,139,122). Sum of RGB (Red+Green+Blue) = 248+139+122=509 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.72% from 509); Green value is 139 (54.69% from 255 or 27.31% from 509); Blue value is 122 (48.05% from 255 or 23.97% from 509); Max value from RGB is 248 - color contains mainly: red. Hex color #F88B7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F88B7A is #077485. Grayscale: #A9A9A9. Windows color (decimal): -488582 or 8031224. OLE color: 8031224.
HSL color Cylindrical-coordinate representation of color #F88B7A: hue angle of 8.1º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F88B7A is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 139 | 122 | - |
| CMYK | 0 | 0.44 | 0.51 | 0.03 |
| HSL | 8.1º | 0.9% | 0.73% | - |
| HSV(B) | 8.1º | 0.51% | 0.97% | - |
| XYZ | 51.46 | 39.83 | 23.39 | - |
| YUV | 169.65 | 101.11 | 183.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 139 | 122 | 0 | 0.44 | 0.51 | 0.03 | 8.1 | 0.9 | 0.73 |
| Hex | F8 | 8B | 7A | 0 | 2C | 33 | 3 | 8 | 5A | 49 |
| Octal | 370 | 213 | 172 | 0 | 54 | 63 | 3 | 10 | 132 | 111 |
| Binary | 11111000 | 10001011 | 1111010 | 0 | 101100 | 110011 | 11 | 1000 | 1011010 | 1001001 |
Color Harmonies of #F88B7A
Complementary color
Monochromatic Colors of #F88B7A
Black with #F88B7A
Text Example
Text Example
White with #F88B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F88B7A; }
p { color: rgb(248,139,122); }
H1.HeaderClassName
{
color: #F88B7A;
}
.AnyTagClassName
{
color: #F88B7A;
}
</style>
background-color css
<style>
a { background-color: #F88B7A; }
a { background-color: rgb(248,139,122); }
div.DivClassName
{
background-color: #F88B7A;
}
.BgClassName
{
background-color: #F88B7A;
}
</style>
border-color css
<style>
span { border-color: #F88B7A; }
span { border-color: rgb(248,139,122); }
td.TdClassName
{
border-color: #F88B7A;
}
.TagClassName
{
border-color: #F88B7A;
}
</style>