Shades of Wewak #F98288
Tints of Wewak #F98288
RGB
CMYK
RGB Variations
Color information
#F98288 (or 0xF98288) is known color: Wewak. HEX triplet: F9, 82 and 88. RGB value is (249,130,136). Sum of RGB (Red+Green+Blue) = 249+130+136=515 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.35% from 515); Green value is 130 (51.17% from 255 or 25.24% from 515); Blue value is 136 (53.52% from 255 or 26.41% from 515); Max value from RGB is 249 - color contains mainly: red. Hex color #F98288 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98288 is #067D77. Grayscale: #A6A6A6. Windows color (decimal): -425336 or 8946425. OLE color: 8946425.
HSL color Cylindrical-coordinate representation of color #F98288: hue angle of 356.97º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F98288 is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 130 | 136 | - |
| CMYK | 0 | 0.48 | 0.45 | 0.02 |
| HSL | 356.97º | 0.91% | 0.74% | - |
| HSV(B) | 356.97º | 0.48% | 0.98% | - |
| XYZ | 51.49 | 37.88 | 27.89 | - |
| YUV | 166.27 | 110.92 | 187.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 130 | 136 | 0 | 0.48 | 0.45 | 0.02 | 356.97 | 0.91 | 0.74 |
| Hex | F9 | 82 | 88 | 0 | 30 | 2D | 2 | 165 | 5B | 4A |
| Octal | 371 | 202 | 210 | 0 | 60 | 55 | 2 | 545 | 133 | 112 |
| Binary | 11111001 | 10000010 | 10001000 | 0 | 110000 | 101101 | 10 | 101100101 | 1011011 | 1001010 |
Color Harmonies of #F98288
Complementary color
Monochromatic Colors of #F98288
Black with #F98288
Text Example
Text Example
White with #F98288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98288; }
p { color: rgb(249,130,136); }
H1.HeaderClassName
{
color: #F98288;
}
.AnyTagClassName
{
color: #F98288;
}
</style>
background-color css
<style>
a { background-color: #F98288; }
a { background-color: rgb(249,130,136); }
div.DivClassName
{
background-color: #F98288;
}
.BgClassName
{
background-color: #F98288;
}
</style>
border-color css
<style>
span { border-color: #F98288; }
span { border-color: rgb(249,130,136); }
td.TdClassName
{
border-color: #F98288;
}
.TagClassName
{
border-color: #F98288;
}
</style>