Shades of Wewak #F98294
Tints of Wewak #F98294
RGB
CMYK
RGB Variations
Color information
#F98294 (or 0xF98294) is known color: Wewak. HEX triplet: F9, 82 and 94. RGB value is (249,130,148). Sum of RGB (Red+Green+Blue) = 249+130+148=527 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.25% from 527); Green value is 130 (51.17% from 255 or 24.67% from 527); Blue value is 148 (58.20% from 255 or 28.08% from 527); Max value from RGB is 249 - color contains mainly: red. Hex color #F98294 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98294 is #067D6B. Grayscale: #A7A7A7. Windows color (decimal): -425324 or 9732857. OLE color: 9732857.
HSL color Cylindrical-coordinate representation of color #F98294: hue angle of 350.92º 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 #F98294 is Cyan = 0, Magento = 0.48, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 130 | 148 | - |
| CMYK | 0 | 0.48 | 0.41 | 0.02 |
| HSL | 350.92º | 0.91% | 0.74% | - |
| HSV(B) | 350.92º | 0.48% | 0.98% | - |
| XYZ | 52.39 | 38.24 | 32.64 | - |
| YUV | 167.63 | 116.92 | 186.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 130 | 148 | 0 | 0.48 | 0.41 | 0.02 | 350.92 | 0.91 | 0.74 |
| Hex | F9 | 82 | 94 | 0 | 30 | 29 | 2 | 15F | 5B | 4A |
| Octal | 371 | 202 | 224 | 0 | 60 | 51 | 2 | 537 | 133 | 112 |
| Binary | 11111001 | 10000010 | 10010100 | 0 | 110000 | 101001 | 10 | 101011111 | 1011011 | 1001010 |
Color Harmonies of #F98294
Complementary color
Monochromatic Colors of #F98294
Black with #F98294
Text Example
Text Example
White with #F98294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98294; }
p { color: rgb(249,130,148); }
H1.HeaderClassName
{
color: #F98294;
}
.AnyTagClassName
{
color: #F98294;
}
</style>
background-color css
<style>
a { background-color: #F98294; }
a { background-color: rgb(249,130,148); }
div.DivClassName
{
background-color: #F98294;
}
.BgClassName
{
background-color: #F98294;
}
</style>
border-color css
<style>
span { border-color: #F98294; }
span { border-color: rgb(249,130,148); }
td.TdClassName
{
border-color: #F98294;
}
.TagClassName
{
border-color: #F98294;
}
</style>