Shades of Light Salmon #F89F7A
Tints of Light Salmon #F89F7A
RGB
CMYK
RGB Variations
Color information
#F89F7A (or 0xF89F7A) is known color: Light Salmon. HEX triplet: F8, 9F and 7A. RGB value is (248,159,122). Sum of RGB (Red+Green+Blue) = 248+159+122=529 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.88% from 529); Green value is 159 (62.5% from 255 or 30.06% from 529); Blue value is 122 (48.05% from 255 or 23.06% from 529); Max value from RGB is 248 - color contains mainly: red. Hex color #F89F7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F89F7A is #076085. Grayscale: #B5B5B5. Windows color (decimal): -483462 or 8036344. OLE color: 8036344.
HSL color Cylindrical-coordinate representation of color #F89F7A: hue angle of 17.62º 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 #F89F7A is Cyan = 0, Magento = 0.36, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 159 | 122 | - |
| CMYK | 0 | 0.36 | 0.51 | 0.03 |
| HSL | 17.62º | 0.9% | 0.73% | - |
| HSV(B) | 17.62º | 0.51% | 0.97% | - |
| XYZ | 54.62 | 46.16 | 24.44 | - |
| YUV | 181.39 | 94.49 | 175.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 159 | 122 | 0 | 0.36 | 0.51 | 0.03 | 17.62 | 0.9 | 0.73 |
| Hex | F8 | 9F | 7A | 0 | 24 | 33 | 3 | 12 | 5A | 49 |
| Octal | 370 | 237 | 172 | 0 | 44 | 63 | 3 | 22 | 132 | 111 |
| Binary | 11111000 | 10011111 | 1111010 | 0 | 100100 | 110011 | 11 | 10010 | 1011010 | 1001001 |
Color Harmonies of #F89F7A
Complementary color
Monochromatic Colors of #F89F7A
Black with #F89F7A
Text Example
Text Example
White with #F89F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89F7A; }
p { color: rgb(248,159,122); }
H1.HeaderClassName
{
color: #F89F7A;
}
.AnyTagClassName
{
color: #F89F7A;
}
</style>
background-color css
<style>
a { background-color: #F89F7A; }
a { background-color: rgb(248,159,122); }
div.DivClassName
{
background-color: #F89F7A;
}
.BgClassName
{
background-color: #F89F7A;
}
</style>
border-color css
<style>
span { border-color: #F89F7A; }
span { border-color: rgb(248,159,122); }
td.TdClassName
{
border-color: #F89F7A;
}
.TagClassName
{
border-color: #F89F7A;
}
</style>