Shades of Wewak #F98D9F
Tints of Wewak #F98D9F
RGB
CMYK
RGB Variations
Color information
#F98D9F (or 0xF98D9F) is known color: Wewak. HEX triplet: F9, 8D and 9F. RGB value is (249,141,159). Sum of RGB (Red+Green+Blue) = 249+141+159=549 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.36% from 549); Green value is 141 (55.47% from 255 or 25.68% from 549); Blue value is 159 (62.5% from 255 or 28.96% from 549); Max value from RGB is 249 - color contains mainly: red. Hex color #F98D9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98D9F is #067260. Grayscale: #AFAFAF. Windows color (decimal): -422497 or 10456569. OLE color: 10456569.
HSL color Cylindrical-coordinate representation of color #F98D9F: hue angle of 350º 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 #F98D9F is Cyan = 0, Magento = 0.43, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 141 | 159 | - |
| CMYK | 0 | 0.43 | 0.36 | 0.02 |
| HSL | 350º | 0.9% | 0.76% | - |
| HSV(B) | 350º | 0.43% | 0.98% | - |
| XYZ | 54.85 | 41.69 | 37.96 | - |
| YUV | 175.34 | 118.78 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 141 | 159 | 0 | 0.43 | 0.36 | 0.02 | 350 | 0.9 | 0.76 |
| Hex | F9 | 8D | 9F | 0 | 2B | 24 | 2 | 15E | 5A | 4C |
| Octal | 371 | 215 | 237 | 0 | 53 | 44 | 2 | 536 | 132 | 114 |
| Binary | 11111001 | 10001101 | 10011111 | 0 | 101011 | 100100 | 10 | 101011110 | 1011010 | 1001100 |
Color Harmonies of #F98D9F
Complementary color
Monochromatic Colors of #F98D9F
Black with #F98D9F
Text Example
Text Example
White with #F98D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98D9F; }
p { color: rgb(249,141,159); }
H1.HeaderClassName
{
color: #F98D9F;
}
.AnyTagClassName
{
color: #F98D9F;
}
</style>
background-color css
<style>
a { background-color: #F98D9F; }
a { background-color: rgb(249,141,159); }
div.DivClassName
{
background-color: #F98D9F;
}
.BgClassName
{
background-color: #F98D9F;
}
</style>
border-color css
<style>
span { border-color: #F98D9F; }
span { border-color: rgb(249,141,159); }
td.TdClassName
{
border-color: #F98D9F;
}
.TagClassName
{
border-color: #F98D9F;
}
</style>