Shades of Wewak #F295A2
Tints of Wewak #F295A2
RGB
CMYK
RGB Variations
Color information
#F295A2 (or 0xF295A2) is known color: Wewak. HEX triplet: F2, 95 and A2. RGB value is (242,149,162). Sum of RGB (Red+Green+Blue) = 242+149+162=553 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.76% from 553); Green value is 149 (58.59% from 255 or 26.94% from 553); Blue value is 162 (63.67% from 255 or 29.29% from 553); Max value from RGB is 242 - color contains mainly: red. Hex color #F295A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F295A2 is #0D6A5D. Grayscale: #B2B2B2. Windows color (decimal): -879198 or 10655218. OLE color: 10655218.
HSL color Cylindrical-coordinate representation of color #F295A2: hue angle of 351.61º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F295A2 is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 149 | 162 | - |
| CMYK | 0 | 0.38 | 0.33 | 0.05 |
| HSL | 351.61º | 0.78% | 0.77% | - |
| HSV(B) | 351.61º | 0.38% | 0.95% | - |
| XYZ | 53.89 | 42.98 | 39.64 | - |
| YUV | 178.29 | 118.81 | 173.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 149 | 162 | 0 | 0.38 | 0.33 | 0.05 | 351.61 | 0.78 | 0.77 |
| Hex | F2 | 95 | A2 | 0 | 26 | 21 | 5 | 160 | 4E | 4D |
| Octal | 362 | 225 | 242 | 0 | 46 | 41 | 5 | 540 | 116 | 115 |
| Binary | 11110010 | 10010101 | 10100010 | 0 | 100110 | 100001 | 101 | 101100000 | 1001110 | 1001101 |
Color Harmonies of #F295A2
Complementary color
Monochromatic Colors of #F295A2
Black with #F295A2
Text Example
Text Example
White with #F295A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F295A2; }
p { color: rgb(242,149,162); }
H1.HeaderClassName
{
color: #F295A2;
}
.AnyTagClassName
{
color: #F295A2;
}
</style>
background-color css
<style>
a { background-color: #F295A2; }
a { background-color: rgb(242,149,162); }
div.DivClassName
{
background-color: #F295A2;
}
.BgClassName
{
background-color: #F295A2;
}
</style>
border-color css
<style>
span { border-color: #F295A2; }
span { border-color: rgb(242,149,162); }
td.TdClassName
{
border-color: #F295A2;
}
.TagClassName
{
border-color: #F295A2;
}
</style>