Shades of Wewak #F89096
Tints of Wewak #F89096
RGB
CMYK
RGB Variations
Color information
#F89096 (or 0xF89096) is known color: Wewak. HEX triplet: F8, 90 and 96. RGB value is (248,144,150). Sum of RGB (Red+Green+Blue) = 248+144+150=542 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.76% from 542); Green value is 144 (56.64% from 255 or 26.57% from 542); Blue value is 150 (58.98% from 255 or 27.68% from 542); Max value from RGB is 248 - color contains mainly: red. Hex color #F89096 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F89096 is #076F69. Grayscale: #AFAFAF. Windows color (decimal): -487274 or 9867512. OLE color: 9867512.
HSL color Cylindrical-coordinate representation of color #F89096: hue angle of 356.54º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F89096 is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 144 | 150 | - |
| CMYK | 0 | 0.42 | 0.40 | 0.03 |
| HSL | 356.54º | 0.88% | 0.77% | - |
| HSV(B) | 356.54º | 0.42% | 0.97% | - |
| XYZ | 54.19 | 42.1 | 34.13 | - |
| YUV | 175.78 | 113.46 | 179.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 144 | 150 | 0 | 0.42 | 0.40 | 0.03 | 356.54 | 0.88 | 0.77 |
| Hex | F8 | 90 | 96 | 0 | 2A | 28 | 3 | 165 | 58 | 4D |
| Octal | 370 | 220 | 226 | 0 | 52 | 50 | 3 | 545 | 130 | 115 |
| Binary | 11111000 | 10010000 | 10010110 | 0 | 101010 | 101000 | 11 | 101100101 | 1011000 | 1001101 |
Color Harmonies of #F89096
Complementary color
Monochromatic Colors of #F89096
Black with #F89096
Text Example
Text Example
White with #F89096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89096; }
p { color: rgb(248,144,150); }
H1.HeaderClassName
{
color: #F89096;
}
.AnyTagClassName
{
color: #F89096;
}
</style>
background-color css
<style>
a { background-color: #F89096; }
a { background-color: rgb(248,144,150); }
div.DivClassName
{
background-color: #F89096;
}
.BgClassName
{
background-color: #F89096;
}
</style>
border-color css
<style>
span { border-color: #F89096; }
span { border-color: rgb(248,144,150); }
td.TdClassName
{
border-color: #F89096;
}
.TagClassName
{
border-color: #F89096;
}
</style>