Shades of Wewak #F491A0
Tints of Wewak #F491A0
RGB
CMYK
RGB Variations
Color information
#F491A0 (or 0xF491A0) is known color: Wewak. HEX triplet: F4, 91 and A0. RGB value is (244,145,160). Sum of RGB (Red+Green+Blue) = 244+145+160=549 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.44% from 549); Green value is 145 (57.03% from 255 or 26.41% from 549); Blue value is 160 (62.89% from 255 or 29.14% from 549); Max value from RGB is 244 - color contains mainly: red. Hex color #F491A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F491A0 is #0B6E5F. Grayscale: #B0B0B0. Windows color (decimal): -749152 or 10523124. OLE color: 10523124.
HSL color Cylindrical-coordinate representation of color #F491A0: hue angle of 350.91º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F491A0 is Cyan = 0, Magento = 0.41, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 145 | 160 | - |
| CMYK | 0 | 0.41 | 0.34 | 0.04 |
| HSL | 350.91º | 0.82% | 0.76% | - |
| HSV(B) | 350.91º | 0.41% | 0.96% | - |
| XYZ | 53.78 | 42.02 | 38.53 | - |
| YUV | 176.31 | 118.8 | 176.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 145 | 160 | 0 | 0.41 | 0.34 | 0.04 | 350.91 | 0.82 | 0.76 |
| Hex | F4 | 91 | A0 | 0 | 29 | 22 | 4 | 15F | 52 | 4C |
| Octal | 364 | 221 | 240 | 0 | 51 | 42 | 4 | 537 | 122 | 114 |
| Binary | 11110100 | 10010001 | 10100000 | 0 | 101001 | 100010 | 100 | 101011111 | 1010010 | 1001100 |
Color Harmonies of #F491A0
Complementary color
Monochromatic Colors of #F491A0
Black with #F491A0
Text Example
Text Example
White with #F491A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F491A0; }
p { color: rgb(244,145,160); }
H1.HeaderClassName
{
color: #F491A0;
}
.AnyTagClassName
{
color: #F491A0;
}
</style>
background-color css
<style>
a { background-color: #F491A0; }
a { background-color: rgb(244,145,160); }
div.DivClassName
{
background-color: #F491A0;
}
.BgClassName
{
background-color: #F491A0;
}
</style>
border-color css
<style>
span { border-color: #F491A0; }
span { border-color: rgb(244,145,160); }
td.TdClassName
{
border-color: #F491A0;
}
.TagClassName
{
border-color: #F491A0;
}
</style>