Shades of Wewak #F89394
Tints of Wewak #F89394
RGB
CMYK
RGB Variations
Color information
#F89394 (or 0xF89394) is known color: Wewak. HEX triplet: F8, 93 and 94. RGB value is (248,147,148). Sum of RGB (Red+Green+Blue) = 248+147+148=543 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.67% from 543); Green value is 147 (57.81% from 255 or 27.07% from 543); Blue value is 148 (58.20% from 255 or 27.26% from 543); Max value from RGB is 248 - color contains mainly: red. Hex color #F89394 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F89394 is #076C6B. Grayscale: #B1B1B1. Windows color (decimal): -486508 or 9737208. OLE color: 9737208.
HSL color Cylindrical-coordinate representation of color #F89394: hue angle of 359.41º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F89394 is Cyan = 0, Magento = 0.41, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 147 | 148 | - |
| CMYK | 0 | 0.41 | 0.40 | 0.03 |
| HSL | 359.41º | 0.88% | 0.77% | - |
| HSV(B) | 359.41º | 0.41% | 0.97% | - |
| XYZ | 54.49 | 42.96 | 33.44 | - |
| YUV | 177.31 | 111.46 | 178.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 147 | 148 | 0 | 0.41 | 0.40 | 0.03 | 359.41 | 0.88 | 0.77 |
| Hex | F8 | 93 | 94 | 0 | 29 | 28 | 3 | 167 | 58 | 4D |
| Octal | 370 | 223 | 224 | 0 | 51 | 50 | 3 | 547 | 130 | 115 |
| Binary | 11111000 | 10010011 | 10010100 | 0 | 101001 | 101000 | 11 | 101100111 | 1011000 | 1001101 |
Color Harmonies of #F89394
Complementary color
Monochromatic Colors of #F89394
Black with #F89394
Text Example
Text Example
White with #F89394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89394; }
p { color: rgb(248,147,148); }
H1.HeaderClassName
{
color: #F89394;
}
.AnyTagClassName
{
color: #F89394;
}
</style>
background-color css
<style>
a { background-color: #F89394; }
a { background-color: rgb(248,147,148); }
div.DivClassName
{
background-color: #F89394;
}
.BgClassName
{
background-color: #F89394;
}
</style>
border-color css
<style>
span { border-color: #F89394; }
span { border-color: rgb(248,147,148); }
td.TdClassName
{
border-color: #F89394;
}
.TagClassName
{
border-color: #F89394;
}
</style>