Shades of Wewak #F293A0
Tints of Wewak #F293A0
RGB
CMYK
RGB Variations
Color information
#F293A0 (or 0xF293A0) is known color: Wewak. HEX triplet: F2, 93 and A0. RGB value is (242,147,160). Sum of RGB (Red+Green+Blue) = 242+147+160=549 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.08% from 549); Green value is 147 (57.81% from 255 or 26.78% from 549); Blue value is 160 (62.89% from 255 or 29.14% from 549); Max value from RGB is 242 - color contains mainly: red. Hex color #F293A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F293A0 is #0D6C5F. Grayscale: #B0B0B0. Windows color (decimal): -879712 or 10523634. OLE color: 10523634.
HSL color Cylindrical-coordinate representation of color #F293A0: hue angle of 351.79º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F293A0 is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 147 | 160 | - |
| CMYK | 0 | 0.39 | 0.34 | 0.05 |
| HSL | 351.79º | 0.79% | 0.76% | - |
| HSV(B) | 351.79º | 0.39% | 0.95% | - |
| XYZ | 53.4 | 42.28 | 38.6 | - |
| YUV | 176.89 | 118.47 | 174.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 147 | 160 | 0 | 0.39 | 0.34 | 0.05 | 351.79 | 0.79 | 0.76 |
| Hex | F2 | 93 | A0 | 0 | 27 | 22 | 5 | 160 | 4F | 4C |
| Octal | 362 | 223 | 240 | 0 | 47 | 42 | 5 | 540 | 117 | 114 |
| Binary | 11110010 | 10010011 | 10100000 | 0 | 100111 | 100010 | 101 | 101100000 | 1001111 | 1001100 |
Color Harmonies of #F293A0
Complementary color
Monochromatic Colors of #F293A0
Black with #F293A0
Text Example
Text Example
White with #F293A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F293A0; }
p { color: rgb(242,147,160); }
H1.HeaderClassName
{
color: #F293A0;
}
.AnyTagClassName
{
color: #F293A0;
}
</style>
background-color css
<style>
a { background-color: #F293A0; }
a { background-color: rgb(242,147,160); }
div.DivClassName
{
background-color: #F293A0;
}
.BgClassName
{
background-color: #F293A0;
}
</style>
border-color css
<style>
span { border-color: #F293A0; }
span { border-color: rgb(242,147,160); }
td.TdClassName
{
border-color: #F293A0;
}
.TagClassName
{
border-color: #F293A0;
}
</style>