Shades of Wewak #F199A2
Tints of Wewak #F199A2
RGB
CMYK
RGB Variations
Color information
#F199A2 (or 0xF199A2) is known color: Wewak. HEX triplet: F1, 99 and A2. RGB value is (241,153,162). Sum of RGB (Red+Green+Blue) = 241+153+162=556 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.35% from 556); Green value is 153 (60.16% from 255 or 27.52% from 556); Blue value is 162 (63.67% from 255 or 29.14% from 556); Max value from RGB is 241 - color contains mainly: red. Hex color #F199A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F199A2 is #0E665D. Grayscale: #B4B4B4. Windows color (decimal): -943710 or 10656241. OLE color: 10656241.
HSL color Cylindrical-coordinate representation of color #F199A2: hue angle of 353.86º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F199A2 is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 153 | 162 | - |
| CMYK | 0 | 0.37 | 0.33 | 0.05 |
| HSL | 353.86º | 0.76% | 0.77% | - |
| HSV(B) | 353.86º | 0.37% | 0.95% | - |
| XYZ | 54.19 | 44.09 | 39.84 | - |
| YUV | 180.34 | 117.65 | 171.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 153 | 162 | 0 | 0.37 | 0.33 | 0.05 | 353.86 | 0.76 | 0.77 |
| Hex | F1 | 99 | A2 | 0 | 25 | 21 | 5 | 162 | 4C | 4D |
| Octal | 361 | 231 | 242 | 0 | 45 | 41 | 5 | 542 | 114 | 115 |
| Binary | 11110001 | 10011001 | 10100010 | 0 | 100101 | 100001 | 101 | 101100010 | 1001100 | 1001101 |
Color Harmonies of #F199A2
Complementary color
Monochromatic Colors of #F199A2
Black with #F199A2
Text Example
Text Example
White with #F199A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F199A2; }
p { color: rgb(241,153,162); }
H1.HeaderClassName
{
color: #F199A2;
}
.AnyTagClassName
{
color: #F199A2;
}
</style>
background-color css
<style>
a { background-color: #F199A2; }
a { background-color: rgb(241,153,162); }
div.DivClassName
{
background-color: #F199A2;
}
.BgClassName
{
background-color: #F199A2;
}
</style>
border-color css
<style>
span { border-color: #F199A2; }
span { border-color: rgb(241,153,162); }
td.TdClassName
{
border-color: #F199A2;
}
.TagClassName
{
border-color: #F199A2;
}
</style>