Shades of Wewak #F98C92
Tints of Wewak #F98C92
RGB
CMYK
RGB Variations
Color information
#F98C92 (or 0xF98C92) is known color: Wewak. HEX triplet: F9, 8C and 92. RGB value is (249,140,146). Sum of RGB (Red+Green+Blue) = 249+140+146=535 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.54% from 535); Green value is 140 (55.08% from 255 or 26.17% from 535); Blue value is 146 (57.42% from 255 or 27.29% from 535); Max value from RGB is 249 - color contains mainly: red. Hex color #F98C92 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98C92 is #06736D. Grayscale: #ADADAD. Windows color (decimal): -422766 or 9604345. OLE color: 9604345.
HSL color Cylindrical-coordinate representation of color #F98C92: hue angle of 356.7º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F98C92 is Cyan = 0, Magento = 0.44, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 140 | 146 | - |
| CMYK | 0 | 0.44 | 0.41 | 0.02 |
| HSL | 356.7º | 0.9% | 0.76% | - |
| HSV(B) | 356.7º | 0.44% | 0.98% | - |
| XYZ | 53.63 | 40.97 | 32.28 | - |
| YUV | 173.28 | 112.61 | 182.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 140 | 146 | 0 | 0.44 | 0.41 | 0.02 | 356.7 | 0.9 | 0.76 |
| Hex | F9 | 8C | 92 | 0 | 2C | 29 | 2 | 165 | 5A | 4C |
| Octal | 371 | 214 | 222 | 0 | 54 | 51 | 2 | 545 | 132 | 114 |
| Binary | 11111001 | 10001100 | 10010010 | 0 | 101100 | 101001 | 10 | 101100101 | 1011010 | 1001100 |
Color Harmonies of #F98C92
Complementary color
Monochromatic Colors of #F98C92
Black with #F98C92
Text Example
Text Example
White with #F98C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98C92; }
p { color: rgb(249,140,146); }
H1.HeaderClassName
{
color: #F98C92;
}
.AnyTagClassName
{
color: #F98C92;
}
</style>
background-color css
<style>
a { background-color: #F98C92; }
a { background-color: rgb(249,140,146); }
div.DivClassName
{
background-color: #F98C92;
}
.BgClassName
{
background-color: #F98C92;
}
</style>
border-color css
<style>
span { border-color: #F98C92; }
span { border-color: rgb(249,140,146); }
td.TdClassName
{
border-color: #F98C92;
}
.TagClassName
{
border-color: #F98C92;
}
</style>