Shades of Wewak #F98488
Tints of Wewak #F98488
RGB
CMYK
RGB Variations
Color information
#F98488 (or 0xF98488) is known color: Wewak. HEX triplet: F9, 84 and 88. RGB value is (249,132,136). Sum of RGB (Red+Green+Blue) = 249+132+136=517 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.16% from 517); Green value is 132 (51.95% from 255 or 25.53% from 517); Blue value is 136 (53.52% from 255 or 26.31% from 517); Max value from RGB is 249 - color contains mainly: red. Hex color #F98488 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98488 is #067B77. Grayscale: #A7A7A7. Windows color (decimal): -424824 or 8946937. OLE color: 8946937.
HSL color Cylindrical-coordinate representation of color #F98488: hue angle of 357.95º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F98488 is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 132 | 136 | - |
| CMYK | 0 | 0.47 | 0.45 | 0.02 |
| HSL | 357.95º | 0.91% | 0.75% | - |
| HSV(B) | 357.95º | 0.47% | 0.98% | - |
| XYZ | 51.76 | 38.42 | 27.98 | - |
| YUV | 167.44 | 110.26 | 186.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 132 | 136 | 0 | 0.47 | 0.45 | 0.02 | 357.95 | 0.91 | 0.75 |
| Hex | F9 | 84 | 88 | 0 | 2F | 2D | 2 | 166 | 5B | 4B |
| Octal | 371 | 204 | 210 | 0 | 57 | 55 | 2 | 546 | 133 | 113 |
| Binary | 11111001 | 10000100 | 10001000 | 0 | 101111 | 101101 | 10 | 101100110 | 1011011 | 1001011 |
Color Harmonies of #F98488
Complementary color
Monochromatic Colors of #F98488
Black with #F98488
Text Example
Text Example
White with #F98488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98488; }
p { color: rgb(249,132,136); }
H1.HeaderClassName
{
color: #F98488;
}
.AnyTagClassName
{
color: #F98488;
}
</style>
background-color css
<style>
a { background-color: #F98488; }
a { background-color: rgb(249,132,136); }
div.DivClassName
{
background-color: #F98488;
}
.BgClassName
{
background-color: #F98488;
}
</style>
border-color css
<style>
span { border-color: #F98488; }
span { border-color: rgb(249,132,136); }
td.TdClassName
{
border-color: #F98488;
}
.TagClassName
{
border-color: #F98488;
}
</style>