Shades of Wewak #F492A2
Tints of Wewak #F492A2
RGB
CMYK
RGB Variations
Color information
#F492A2 (or 0xF492A2) is known color: Wewak. HEX triplet: F4, 92 and A2. RGB value is (244,146,162). Sum of RGB (Red+Green+Blue) = 244+146+162=552 (73% of max value = 765). Red value is 244 (95.70% from 255 or 44.20% from 552); Green value is 146 (57.42% from 255 or 26.45% from 552); Blue value is 162 (63.67% from 255 or 29.35% from 552); Max value from RGB is 244 - color contains mainly: red. Hex color #F492A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F492A2 is #0B6D5D. Grayscale: #B1B1B1. Windows color (decimal): -748894 or 10654452. OLE color: 10654452.
HSL color Cylindrical-coordinate representation of color #F492A2: hue angle of 350.2º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F492A2 is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 146 | 162 | - |
| CMYK | 0 | 0.40 | 0.34 | 0.04 |
| HSL | 350.2º | 0.82% | 0.76% | - |
| HSV(B) | 350.2º | 0.4% | 0.96% | - |
| XYZ | 54.11 | 42.4 | 39.51 | - |
| YUV | 177.13 | 119.47 | 175.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 146 | 162 | 0 | 0.40 | 0.34 | 0.04 | 350.2 | 0.82 | 0.76 |
| Hex | F4 | 92 | A2 | 0 | 28 | 22 | 4 | 15E | 52 | 4C |
| Octal | 364 | 222 | 242 | 0 | 50 | 42 | 4 | 536 | 122 | 114 |
| Binary | 11110100 | 10010010 | 10100010 | 0 | 101000 | 100010 | 100 | 101011110 | 1010010 | 1001100 |
Color Harmonies of #F492A2
Complementary color
Monochromatic Colors of #F492A2
Black with #F492A2
Text Example
Text Example
White with #F492A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F492A2; }
p { color: rgb(244,146,162); }
H1.HeaderClassName
{
color: #F492A2;
}
.AnyTagClassName
{
color: #F492A2;
}
</style>
background-color css
<style>
a { background-color: #F492A2; }
a { background-color: rgb(244,146,162); }
div.DivClassName
{
background-color: #F492A2;
}
.BgClassName
{
background-color: #F492A2;
}
</style>
border-color css
<style>
span { border-color: #F492A2; }
span { border-color: rgb(244,146,162); }
td.TdClassName
{
border-color: #F492A2;
}
.TagClassName
{
border-color: #F492A2;
}
</style>