Shades of Wewak #F093A2
Tints of Wewak #F093A2
RGB
CMYK
RGB Variations
Color information
#F093A2 (or 0xF093A2) is known color: Wewak. HEX triplet: F0, 93 and A2. RGB value is (240,147,162). Sum of RGB (Red+Green+Blue) = 240+147+162=549 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.72% from 549); Green value is 147 (57.81% from 255 or 26.78% from 549); Blue value is 162 (63.67% from 255 or 29.51% from 549); Max value from RGB is 240 - color contains mainly: red. Hex color #F093A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F093A2 is #0F6C5D. Grayscale: #B0B0B0. Windows color (decimal): -1010782 or 10654704. OLE color: 10654704.
HSL color Cylindrical-coordinate representation of color #F093A2: hue angle of 350.32º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F093A2 is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 147 | 162 | - |
| CMYK | 0 | 0.39 | 0.32 | 0.06 |
| HSL | 350.32º | 0.76% | 0.76% | - |
| HSV(B) | 350.32º | 0.39% | 0.94% | - |
| XYZ | 52.89 | 42 | 39.5 | - |
| YUV | 176.52 | 119.81 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 147 | 162 | 0 | 0.39 | 0.32 | 0.06 | 350.32 | 0.76 | 0.76 |
| Hex | F0 | 93 | A2 | 0 | 27 | 20 | 6 | 15E | 4C | 4C |
| Octal | 360 | 223 | 242 | 0 | 47 | 40 | 6 | 536 | 114 | 114 |
| Binary | 11110000 | 10010011 | 10100010 | 0 | 100111 | 100000 | 110 | 101011110 | 1001100 | 1001100 |
Color Harmonies of #F093A2
Complementary color
Monochromatic Colors of #F093A2
Black with #F093A2
Text Example
Text Example
White with #F093A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F093A2; }
p { color: rgb(240,147,162); }
H1.HeaderClassName
{
color: #F093A2;
}
.AnyTagClassName
{
color: #F093A2;
}
</style>
background-color css
<style>
a { background-color: #F093A2; }
a { background-color: rgb(240,147,162); }
div.DivClassName
{
background-color: #F093A2;
}
.BgClassName
{
background-color: #F093A2;
}
</style>
border-color css
<style>
span { border-color: #F093A2; }
span { border-color: rgb(240,147,162); }
td.TdClassName
{
border-color: #F093A2;
}
.TagClassName
{
border-color: #F093A2;
}
</style>