Shades of Wewak #F98D96
Tints of Wewak #F98D96
RGB
CMYK
RGB Variations
Color information
#F98D96 (or 0xF98D96) is known color: Wewak. HEX triplet: F9, 8D and 96. RGB value is (249,141,150). Sum of RGB (Red+Green+Blue) = 249+141+150=540 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.11% from 540); Green value is 141 (55.47% from 255 or 26.11% from 540); Blue value is 150 (58.98% from 255 or 27.78% from 540); Max value from RGB is 249 - color contains mainly: red. Hex color #F98D96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98D96 is #067269. Grayscale: #AEAEAE. Windows color (decimal): -422506 or 9866745. OLE color: 9866745.
HSL color Cylindrical-coordinate representation of color #F98D96: hue angle of 355º 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 #F98D96 is Cyan = 0, Magento = 0.43, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 141 | 150 | - |
| CMYK | 0 | 0.43 | 0.40 | 0.02 |
| HSL | 355º | 0.9% | 0.76% | - |
| HSV(B) | 355º | 0.43% | 0.98% | - |
| XYZ | 54.1 | 41.39 | 33.99 | - |
| YUV | 174.32 | 114.28 | 181.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 141 | 150 | 0 | 0.43 | 0.40 | 0.02 | 355 | 0.9 | 0.76 |
| Hex | F9 | 8D | 96 | 0 | 2B | 28 | 2 | 163 | 5A | 4C |
| Octal | 371 | 215 | 226 | 0 | 53 | 50 | 2 | 543 | 132 | 114 |
| Binary | 11111001 | 10001101 | 10010110 | 0 | 101011 | 101000 | 10 | 101100011 | 1011010 | 1001100 |
Color Harmonies of #F98D96
Complementary color
Monochromatic Colors of #F98D96
Black with #F98D96
Text Example
Text Example
White with #F98D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98D96; }
p { color: rgb(249,141,150); }
H1.HeaderClassName
{
color: #F98D96;
}
.AnyTagClassName
{
color: #F98D96;
}
</style>
background-color css
<style>
a { background-color: #F98D96; }
a { background-color: rgb(249,141,150); }
div.DivClassName
{
background-color: #F98D96;
}
.BgClassName
{
background-color: #F98D96;
}
</style>
border-color css
<style>
span { border-color: #F98D96; }
span { border-color: rgb(249,141,150); }
td.TdClassName
{
border-color: #F98D96;
}
.TagClassName
{
border-color: #F98D96;
}
</style>