Shades of Wewak #F89495
Tints of Wewak #F89495
RGB
CMYK
RGB Variations
Color information
#F89495 (or 0xF89495) is known color: Wewak. HEX triplet: F8, 94 and 95. RGB value is (248,148,149). Sum of RGB (Red+Green+Blue) = 248+148+149=545 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.50% from 545); Green value is 148 (58.20% from 255 or 27.16% from 545); Blue value is 149 (58.59% from 255 or 27.34% from 545); Max value from RGB is 248 - color contains mainly: red. Hex color #F89495 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F89495 is #076B6A. Grayscale: #B2B2B2. Windows color (decimal): -486251 or 9803000. OLE color: 9803000.
HSL color Cylindrical-coordinate representation of color #F89495: hue angle of 359.4º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F89495 is Cyan = 0, Magento = 0.40, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 148 | 149 | - |
| CMYK | 0 | 0.40 | 0.40 | 0.03 |
| HSL | 359.4º | 0.88% | 0.78% | - |
| HSV(B) | 359.4º | 0.4% | 0.97% | - |
| XYZ | 54.73 | 43.31 | 33.91 | - |
| YUV | 178.01 | 111.63 | 177.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 148 | 149 | 0 | 0.40 | 0.40 | 0.03 | 359.4 | 0.88 | 0.78 |
| Hex | F8 | 94 | 95 | 0 | 28 | 28 | 3 | 167 | 58 | 4E |
| Octal | 370 | 224 | 225 | 0 | 50 | 50 | 3 | 547 | 130 | 116 |
| Binary | 11111000 | 10010100 | 10010101 | 0 | 101000 | 101000 | 11 | 101100111 | 1011000 | 1001110 |
Color Harmonies of #F89495
Complementary color
Monochromatic Colors of #F89495
Black with #F89495
Text Example
Text Example
White with #F89495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89495; }
p { color: rgb(248,148,149); }
H1.HeaderClassName
{
color: #F89495;
}
.AnyTagClassName
{
color: #F89495;
}
</style>
background-color css
<style>
a { background-color: #F89495; }
a { background-color: rgb(248,148,149); }
div.DivClassName
{
background-color: #F89495;
}
.BgClassName
{
background-color: #F89495;
}
</style>
border-color css
<style>
span { border-color: #F89495; }
span { border-color: rgb(248,148,149); }
td.TdClassName
{
border-color: #F89495;
}
.TagClassName
{
border-color: #F89495;
}
</style>