Shades of Wewak #F98D8E
Tints of Wewak #F98D8E
RGB
CMYK
RGB Variations
Color information
#F98D8E (or 0xF98D8E) is known color: Wewak. HEX triplet: F9, 8D and 8E. RGB value is (249,141,142). Sum of RGB (Red+Green+Blue) = 249+141+142=532 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.80% from 532); Green value is 141 (55.47% from 255 or 26.50% from 532); Blue value is 142 (55.86% from 255 or 26.69% from 532); Max value from RGB is 249 - color contains mainly: red. Hex color #F98D8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98D8E is #067271. Grayscale: #ADADAD. Windows color (decimal): -422514 or 9342457. OLE color: 9342457.
HSL color Cylindrical-coordinate representation of color #F98D8E: hue angle of 359.44º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F98D8E is Cyan = 0, Magento = 0.43, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 141 | 142 | - |
| CMYK | 0 | 0.43 | 0.43 | 0.02 |
| HSL | 359.44º | 0.9% | 0.76% | - |
| HSV(B) | 359.44º | 0.43% | 0.98% | - |
| XYZ | 53.47 | 41.14 | 30.71 | - |
| YUV | 173.41 | 110.28 | 181.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 141 | 142 | 0 | 0.43 | 0.43 | 0.02 | 359.44 | 0.9 | 0.76 |
| Hex | F9 | 8D | 8E | 0 | 2B | 2B | 2 | 167 | 5A | 4C |
| Octal | 371 | 215 | 216 | 0 | 53 | 53 | 2 | 547 | 132 | 114 |
| Binary | 11111001 | 10001101 | 10001110 | 0 | 101011 | 101011 | 10 | 101100111 | 1011010 | 1001100 |
Color Harmonies of #F98D8E
Complementary color
Monochromatic Colors of #F98D8E
Black with #F98D8E
Text Example
Text Example
White with #F98D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98D8E; }
p { color: rgb(249,141,142); }
H1.HeaderClassName
{
color: #F98D8E;
}
.AnyTagClassName
{
color: #F98D8E;
}
</style>
background-color css
<style>
a { background-color: #F98D8E; }
a { background-color: rgb(249,141,142); }
div.DivClassName
{
background-color: #F98D8E;
}
.BgClassName
{
background-color: #F98D8E;
}
</style>
border-color css
<style>
span { border-color: #F98D8E; }
span { border-color: rgb(249,141,142); }
td.TdClassName
{
border-color: #F98D8E;
}
.TagClassName
{
border-color: #F98D8E;
}
</style>