Shades of Wewak #F98490
Tints of Wewak #F98490
RGB
CMYK
RGB Variations
Color information
#F98490 (or 0xF98490) is known color: Wewak. HEX triplet: F9, 84 and 90. RGB value is (249,132,144). Sum of RGB (Red+Green+Blue) = 249+132+144=525 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.43% from 525); Green value is 132 (51.95% from 255 or 25.14% from 525); Blue value is 144 (56.64% from 255 or 27.43% from 525); Max value from RGB is 249 - color contains mainly: red. Hex color #F98490 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98490 is #067B6F. Grayscale: #A8A8A8. Windows color (decimal): -424816 or 9471225. OLE color: 9471225.
HSL color Cylindrical-coordinate representation of color #F98490: hue angle of 353.85º 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 #F98490 is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 132 | 144 | - |
| CMYK | 0 | 0.47 | 0.42 | 0.02 |
| HSL | 353.85º | 0.91% | 0.75% | - |
| HSV(B) | 353.85º | 0.47% | 0.98% | - |
| XYZ | 52.35 | 38.66 | 31.09 | - |
| YUV | 168.35 | 114.26 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 132 | 144 | 0 | 0.47 | 0.42 | 0.02 | 353.85 | 0.91 | 0.75 |
| Hex | F9 | 84 | 90 | 0 | 2F | 2A | 2 | 162 | 5B | 4B |
| Octal | 371 | 204 | 220 | 0 | 57 | 52 | 2 | 542 | 133 | 113 |
| Binary | 11111001 | 10000100 | 10010000 | 0 | 101111 | 101010 | 10 | 101100010 | 1011011 | 1001011 |
Color Harmonies of #F98490
Complementary color
Monochromatic Colors of #F98490
Black with #F98490
Text Example
Text Example
White with #F98490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98490; }
p { color: rgb(249,132,144); }
H1.HeaderClassName
{
color: #F98490;
}
.AnyTagClassName
{
color: #F98490;
}
</style>
background-color css
<style>
a { background-color: #F98490; }
a { background-color: rgb(249,132,144); }
div.DivClassName
{
background-color: #F98490;
}
.BgClassName
{
background-color: #F98490;
}
</style>
border-color css
<style>
span { border-color: #F98490; }
span { border-color: rgb(249,132,144); }
td.TdClassName
{
border-color: #F98490;
}
.TagClassName
{
border-color: #F98490;
}
</style>