Shades of Wewak #F98DA1
Tints of Wewak #F98DA1
RGB
CMYK
RGB Variations
Color information
#F98DA1 (or 0xF98DA1) is known color: Wewak. HEX triplet: F9, 8D and A1. RGB value is (249,141,161). Sum of RGB (Red+Green+Blue) = 249+141+161=551 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.19% from 551); Green value is 141 (55.47% from 255 or 25.59% from 551); Blue value is 161 (63.28% from 255 or 29.22% from 551); Max value from RGB is 249 - color contains mainly: red. Hex color #F98DA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98DA1 is #06725E. Grayscale: #AFAFAF. Windows color (decimal): -422495 or 10587641. OLE color: 10587641.
HSL color Cylindrical-coordinate representation of color #F98DA1: hue angle of 348.89º 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 #F98DA1 is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 141 | 161 | - |
| CMYK | 0 | 0.43 | 0.35 | 0.02 |
| HSL | 348.89º | 0.9% | 0.76% | - |
| HSV(B) | 348.89º | 0.43% | 0.98% | - |
| XYZ | 55.02 | 41.76 | 38.88 | - |
| YUV | 175.57 | 119.78 | 180.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 141 | 161 | 0 | 0.43 | 0.35 | 0.02 | 348.89 | 0.9 | 0.76 |
| Hex | F9 | 8D | A1 | 0 | 2B | 23 | 2 | 15D | 5A | 4C |
| Octal | 371 | 215 | 241 | 0 | 53 | 43 | 2 | 535 | 132 | 114 |
| Binary | 11111001 | 10001101 | 10100001 | 0 | 101011 | 100011 | 10 | 101011101 | 1011010 | 1001100 |
Color Harmonies of #F98DA1
Complementary color
Monochromatic Colors of #F98DA1
Black with #F98DA1
Text Example
Text Example
White with #F98DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98DA1; }
p { color: rgb(249,141,161); }
H1.HeaderClassName
{
color: #F98DA1;
}
.AnyTagClassName
{
color: #F98DA1;
}
</style>
background-color css
<style>
a { background-color: #F98DA1; }
a { background-color: rgb(249,141,161); }
div.DivClassName
{
background-color: #F98DA1;
}
.BgClassName
{
background-color: #F98DA1;
}
</style>
border-color css
<style>
span { border-color: #F98DA1; }
span { border-color: rgb(249,141,161); }
td.TdClassName
{
border-color: #F98DA1;
}
.TagClassName
{
border-color: #F98DA1;
}
</style>