Shades of Wewak #F099A2
Tints of Wewak #F099A2
RGB
CMYK
RGB Variations
Color information
#F099A2 (or 0xF099A2) is known color: Wewak. HEX triplet: F0, 99 and A2. RGB value is (240,153,162). Sum of RGB (Red+Green+Blue) = 240+153+162=555 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.24% from 555); Green value is 153 (60.16% from 255 or 27.57% from 555); Blue value is 162 (63.67% from 255 or 29.19% from 555); Max value from RGB is 240 - color contains mainly: red. Hex color #F099A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F099A2 is #0F665D. Grayscale: #B4B4B4. Windows color (decimal): -1009246 or 10656240. OLE color: 10656240.
HSL color Cylindrical-coordinate representation of color #F099A2: hue angle of 353.79º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F099A2 is Cyan = 0, Magento = 0.36, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 153 | 162 | - |
| CMYK | 0 | 0.36 | 0.32 | 0.06 |
| HSL | 353.79º | 0.74% | 0.77% | - |
| HSV(B) | 353.79º | 0.36% | 0.94% | - |
| XYZ | 53.85 | 43.92 | 39.82 | - |
| YUV | 180.04 | 117.82 | 170.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 153 | 162 | 0 | 0.36 | 0.32 | 0.06 | 353.79 | 0.74 | 0.77 |
| Hex | F0 | 99 | A2 | 0 | 24 | 20 | 6 | 162 | 4A | 4D |
| Octal | 360 | 231 | 242 | 0 | 44 | 40 | 6 | 542 | 112 | 115 |
| Binary | 11110000 | 10011001 | 10100010 | 0 | 100100 | 100000 | 110 | 101100010 | 1001010 | 1001101 |
Color Harmonies of #F099A2
Complementary color
Monochromatic Colors of #F099A2
Black with #F099A2
Text Example
Text Example
White with #F099A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F099A2; }
p { color: rgb(240,153,162); }
H1.HeaderClassName
{
color: #F099A2;
}
.AnyTagClassName
{
color: #F099A2;
}
</style>
background-color css
<style>
a { background-color: #F099A2; }
a { background-color: rgb(240,153,162); }
div.DivClassName
{
background-color: #F099A2;
}
.BgClassName
{
background-color: #F099A2;
}
</style>
border-color css
<style>
span { border-color: #F099A2; }
span { border-color: rgb(240,153,162); }
td.TdClassName
{
border-color: #F099A2;
}
.TagClassName
{
border-color: #F099A2;
}
</style>