Shades of Wewak #F494A3
Tints of Wewak #F494A3
RGB
CMYK
RGB Variations
Color information
#F494A3 (or 0xF494A3) is known color: Wewak. HEX triplet: F4, 94 and A3. RGB value is (244,148,163). Sum of RGB (Red+Green+Blue) = 244+148+163=555 (73% of max value = 765). Red value is 244 (95.70% from 255 or 43.96% from 555); Green value is 148 (58.20% from 255 or 26.67% from 555); Blue value is 163 (64.06% from 255 or 29.37% from 555); Max value from RGB is 244 - color contains mainly: red. Hex color #F494A3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F494A3 is #0B6B5C. Grayscale: #B2B2B2. Windows color (decimal): -748381 or 10720500. OLE color: 10720500.
HSL color Cylindrical-coordinate representation of color #F494A3: hue angle of 350.62º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F494A3 is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 148 | 163 | - |
| CMYK | 0 | 0.39 | 0.33 | 0.04 |
| HSL | 350.63º | 0.81% | 0.77% | - |
| HSV(B) | 350.63º | 0.39% | 0.96% | - |
| XYZ | 54.51 | 43.06 | 40.09 | - |
| YUV | 178.41 | 119.3 | 174.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 148 | 163 | 0 | 0.39 | 0.33 | 0.04 | 350.63 | 0.81 | 0.77 |
| Hex | F4 | 94 | A3 | 0 | 27 | 21 | 4 | 15F | 51 | 4D |
| Octal | 364 | 224 | 243 | 0 | 47 | 41 | 4 | 537 | 121 | 115 |
| Binary | 11110100 | 10010100 | 10100011 | 0 | 100111 | 100001 | 100 | 101011111 | 1010001 | 1001101 |
Color Harmonies of #F494A3
Complementary color
Monochromatic Colors of #F494A3
Black with #F494A3
Text Example
Text Example
White with #F494A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F494A3; }
p { color: rgb(244,148,163); }
H1.HeaderClassName
{
color: #F494A3;
}
.AnyTagClassName
{
color: #F494A3;
}
</style>
background-color css
<style>
a { background-color: #F494A3; }
a { background-color: rgb(244,148,163); }
div.DivClassName
{
background-color: #F494A3;
}
.BgClassName
{
background-color: #F494A3;
}
</style>
border-color css
<style>
span { border-color: #F494A3; }
span { border-color: rgb(244,148,163); }
td.TdClassName
{
border-color: #F494A3;
}
.TagClassName
{
border-color: #F494A3;
}
</style>