Shades of Wewak #F294A2
Tints of Wewak #F294A2
RGB
CMYK
RGB Variations
Color information
#F294A2 (or 0xF294A2) is known color: Wewak. HEX triplet: F2, 94 and A2. RGB value is (242,148,162). Sum of RGB (Red+Green+Blue) = 242+148+162=552 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.84% from 552); Green value is 148 (58.20% from 255 or 26.81% from 552); Blue value is 162 (63.67% from 255 or 29.35% from 552); Max value from RGB is 242 - color contains mainly: red. Hex color #F294A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F294A2 is #0D6B5D. Grayscale: #B1B1B1. Windows color (decimal): -879454 or 10654962. OLE color: 10654962.
HSL color Cylindrical-coordinate representation of color #F294A2: hue angle of 351.06º degrees, saturation: 0.78, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F294A2 is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 148 | 162 | - |
| CMYK | 0 | 0.39 | 0.33 | 0.05 |
| HSL | 351.06º | 0.78% | 0.76% | - |
| HSV(B) | 351.06º | 0.39% | 0.95% | - |
| XYZ | 53.73 | 42.67 | 39.59 | - |
| YUV | 177.7 | 119.14 | 173.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 148 | 162 | 0 | 0.39 | 0.33 | 0.05 | 351.06 | 0.78 | 0.76 |
| Hex | F2 | 94 | A2 | 0 | 27 | 21 | 5 | 15F | 4E | 4C |
| Octal | 362 | 224 | 242 | 0 | 47 | 41 | 5 | 537 | 116 | 114 |
| Binary | 11110010 | 10010100 | 10100010 | 0 | 100111 | 100001 | 101 | 101011111 | 1001110 | 1001100 |
Color Harmonies of #F294A2
Complementary color
Monochromatic Colors of #F294A2
Black with #F294A2
Text Example
Text Example
White with #F294A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F294A2; }
p { color: rgb(242,148,162); }
H1.HeaderClassName
{
color: #F294A2;
}
.AnyTagClassName
{
color: #F294A2;
}
</style>
background-color css
<style>
a { background-color: #F294A2; }
a { background-color: rgb(242,148,162); }
div.DivClassName
{
background-color: #F294A2;
}
.BgClassName
{
background-color: #F294A2;
}
</style>
border-color css
<style>
span { border-color: #F294A2; }
span { border-color: rgb(242,148,162); }
td.TdClassName
{
border-color: #F294A2;
}
.TagClassName
{
border-color: #F294A2;
}
</style>