Shades of Wewak #F09BA2
Tints of Wewak #F09BA2
RGB
CMYK
RGB Variations
Color information
#F09BA2 (or 0xF09BA2) is known color: Wewak. HEX triplet: F0, 9B and A2. RGB value is (240,155,162). Sum of RGB (Red+Green+Blue) = 240+155+162=557 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.09% from 557); Green value is 155 (60.94% from 255 or 27.83% from 557); Blue value is 162 (63.67% from 255 or 29.08% from 557); Max value from RGB is 240 - color contains mainly: red. Hex color #F09BA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09BA2 is #0F645D. Grayscale: #B5B5B5. Windows color (decimal): -1008734 or 10656752. OLE color: 10656752.
HSL color Cylindrical-coordinate representation of color #F09BA2: hue angle of 355.06º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F09BA2 is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 155 | 162 | - |
| CMYK | 0 | 0.35 | 0.32 | 0.06 |
| HSL | 355.06º | 0.74% | 0.77% | - |
| HSV(B) | 355.06º | 0.35% | 0.94% | - |
| XYZ | 54.18 | 44.58 | 39.93 | - |
| YUV | 181.21 | 117.16 | 169.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 155 | 162 | 0 | 0.35 | 0.32 | 0.06 | 355.06 | 0.74 | 0.77 |
| Hex | F0 | 9B | A2 | 0 | 23 | 20 | 6 | 163 | 4A | 4D |
| Octal | 360 | 233 | 242 | 0 | 43 | 40 | 6 | 543 | 112 | 115 |
| Binary | 11110000 | 10011011 | 10100010 | 0 | 100011 | 100000 | 110 | 101100011 | 1001010 | 1001101 |
Color Harmonies of #F09BA2
Complementary color
Monochromatic Colors of #F09BA2
Black with #F09BA2
Text Example
Text Example
White with #F09BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09BA2; }
p { color: rgb(240,155,162); }
H1.HeaderClassName
{
color: #F09BA2;
}
.AnyTagClassName
{
color: #F09BA2;
}
</style>
background-color css
<style>
a { background-color: #F09BA2; }
a { background-color: rgb(240,155,162); }
div.DivClassName
{
background-color: #F09BA2;
}
.BgClassName
{
background-color: #F09BA2;
}
</style>
border-color css
<style>
span { border-color: #F09BA2; }
span { border-color: rgb(240,155,162); }
td.TdClassName
{
border-color: #F09BA2;
}
.TagClassName
{
border-color: #F09BA2;
}
</style>