Shades of Wewak #F994A2
Tints of Wewak #F994A2
RGB
CMYK
RGB Variations
Color information
#F994A2 (or 0xF994A2) is known color: Wewak. HEX triplet: F9, 94 and A2. RGB value is (249,148,162). Sum of RGB (Red+Green+Blue) = 249+148+162=559 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.54% from 559); Green value is 148 (58.20% from 255 or 26.48% from 559); Blue value is 162 (63.67% from 255 or 28.98% from 559); Max value from RGB is 249 - color contains mainly: red. Hex color #F994A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F994A2 is #066B5D. Grayscale: #B3B3B3. Windows color (decimal): -420702 or 10654969. OLE color: 10654969.
HSL color Cylindrical-coordinate representation of color #F994A2: hue angle of 351.68º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F994A2 is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 148 | 162 | - |
| CMYK | 0 | 0.41 | 0.35 | 0.02 |
| HSL | 351.68º | 0.89% | 0.78% | - |
| HSV(B) | 351.68º | 0.41% | 0.98% | - |
| XYZ | 56.18 | 43.93 | 39.7 | - |
| YUV | 179.8 | 117.96 | 177.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 148 | 162 | 0 | 0.41 | 0.35 | 0.02 | 351.68 | 0.89 | 0.78 |
| Hex | F9 | 94 | A2 | 0 | 29 | 23 | 2 | 160 | 59 | 4E |
| Octal | 371 | 224 | 242 | 0 | 51 | 43 | 2 | 540 | 131 | 116 |
| Binary | 11111001 | 10010100 | 10100010 | 0 | 101001 | 100011 | 10 | 101100000 | 1011001 | 1001110 |
Color Harmonies of #F994A2
Complementary color
Monochromatic Colors of #F994A2
Black with #F994A2
Text Example
Text Example
White with #F994A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F994A2; }
p { color: rgb(249,148,162); }
H1.HeaderClassName
{
color: #F994A2;
}
.AnyTagClassName
{
color: #F994A2;
}
</style>
background-color css
<style>
a { background-color: #F994A2; }
a { background-color: rgb(249,148,162); }
div.DivClassName
{
background-color: #F994A2;
}
.BgClassName
{
background-color: #F994A2;
}
</style>
border-color css
<style>
span { border-color: #F994A2; }
span { border-color: rgb(249,148,162); }
td.TdClassName
{
border-color: #F994A2;
}
.TagClassName
{
border-color: #F994A2;
}
</style>