Shades of Light Salmon #F89F81
Tints of Light Salmon #F89F81
RGB
CMYK
RGB Variations
Color information
#F89F81 (or 0xF89F81) is known color: Light Salmon. HEX triplet: F8, 9F and 81. RGB value is (248,159,129). Sum of RGB (Red+Green+Blue) = 248+159+129=536 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.27% from 536); Green value is 159 (62.5% from 255 or 29.66% from 536); Blue value is 129 (50.78% from 255 or 24.07% from 536); Max value from RGB is 248 - color contains mainly: red. Hex color #F89F81 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F89F81 is #07607E. Grayscale: #B6B6B6. Windows color (decimal): -483455 or 8495096. OLE color: 8495096.
HSL color Cylindrical-coordinate representation of color #F89F81: hue angle of 15.13º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F89F81 is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 159 | 129 | - |
| CMYK | 0 | 0.36 | 0.48 | 0.03 |
| HSL | 15.13º | 0.89% | 0.74% | - |
| HSV(B) | 15.13º | 0.48% | 0.97% | - |
| XYZ | 55.07 | 46.34 | 26.81 | - |
| YUV | 182.19 | 97.99 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 159 | 129 | 0 | 0.36 | 0.48 | 0.03 | 15.13 | 0.89 | 0.74 |
| Hex | F8 | 9F | 81 | 0 | 24 | 30 | 3 | F | 59 | 4A |
| Octal | 370 | 237 | 201 | 0 | 44 | 60 | 3 | 17 | 131 | 112 |
| Binary | 11111000 | 10011111 | 10000001 | 0 | 100100 | 110000 | 11 | 1111 | 1011001 | 1001010 |
Color Harmonies of #F89F81
Complementary color
Monochromatic Colors of #F89F81
Black with #F89F81
Text Example
Text Example
White with #F89F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89F81; }
p { color: rgb(248,159,129); }
H1.HeaderClassName
{
color: #F89F81;
}
.AnyTagClassName
{
color: #F89F81;
}
</style>
background-color css
<style>
a { background-color: #F89F81; }
a { background-color: rgb(248,159,129); }
div.DivClassName
{
background-color: #F89F81;
}
.BgClassName
{
background-color: #F89F81;
}
</style>
border-color css
<style>
span { border-color: #F89F81; }
span { border-color: rgb(248,159,129); }
td.TdClassName
{
border-color: #F89F81;
}
.TagClassName
{
border-color: #F89F81;
}
</style>