Shades of Wewak #F393A2
Tints of Wewak #F393A2
RGB
CMYK
RGB Variations
Color information
#F393A2 (or 0xF393A2) is known color: Wewak. HEX triplet: F3, 93 and A2. RGB value is (243,147,162). Sum of RGB (Red+Green+Blue) = 243+147+162=552 (73% of max value = 765). Red value is 243 (95.31% from 255 or 44.02% from 552); Green value is 147 (57.81% from 255 or 26.63% from 552); Blue value is 162 (63.67% from 255 or 29.35% from 552); Max value from RGB is 243 - color contains mainly: red. Hex color #F393A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F393A2 is #0C6C5D. Grayscale: #B1B1B1. Windows color (decimal): -814174 or 10654707. OLE color: 10654707.
HSL color Cylindrical-coordinate representation of color #F393A2: hue angle of 350.62º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F393A2 is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 147 | 162 | - |
| CMYK | 0 | 0.40 | 0.33 | 0.05 |
| HSL | 350.63º | 0.8% | 0.76% | - |
| HSV(B) | 350.63º | 0.4% | 0.95% | - |
| XYZ | 53.92 | 42.53 | 39.55 | - |
| YUV | 177.41 | 119.3 | 174.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 147 | 162 | 0 | 0.40 | 0.33 | 0.05 | 350.63 | 0.8 | 0.76 |
| Hex | F3 | 93 | A2 | 0 | 28 | 21 | 5 | 15F | 50 | 4C |
| Octal | 363 | 223 | 242 | 0 | 50 | 41 | 5 | 537 | 120 | 114 |
| Binary | 11110011 | 10010011 | 10100010 | 0 | 101000 | 100001 | 101 | 101011111 | 1010000 | 1001100 |
Color Harmonies of #F393A2
Complementary color
Monochromatic Colors of #F393A2
Black with #F393A2
Text Example
Text Example
White with #F393A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F393A2; }
p { color: rgb(243,147,162); }
H1.HeaderClassName
{
color: #F393A2;
}
.AnyTagClassName
{
color: #F393A2;
}
</style>
background-color css
<style>
a { background-color: #F393A2; }
a { background-color: rgb(243,147,162); }
div.DivClassName
{
background-color: #F393A2;
}
.BgClassName
{
background-color: #F393A2;
}
</style>
border-color css
<style>
span { border-color: #F393A2; }
span { border-color: rgb(243,147,162); }
td.TdClassName
{
border-color: #F393A2;
}
.TagClassName
{
border-color: #F393A2;
}
</style>