Shades of Wewak #F29FA0
Tints of Wewak #F29FA0
RGB
CMYK
RGB Variations
Color information
#F29FA0 (or 0xF29FA0) is known color: Wewak. HEX triplet: F2, 9F and A0. RGB value is (242,159,160). Sum of RGB (Red+Green+Blue) = 242+159+160=561 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.14% from 561); Green value is 159 (62.5% from 255 or 28.34% from 561); Blue value is 160 (62.89% from 255 or 28.52% from 561); Max value from RGB is 242 - color contains mainly: red. Hex color #F29FA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29FA0 is #0D605F. Grayscale: #B8B8B8. Windows color (decimal): -876640 or 10526706. OLE color: 10526706.
HSL color Cylindrical-coordinate representation of color #F29FA0: hue angle of 359.28º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F29FA0 is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 159 | 160 | - |
| CMYK | 0 | 0.34 | 0.34 | 0.05 |
| HSL | 359.28º | 0.76% | 0.79% | - |
| HSV(B) | 359.28º | 0.34% | 0.95% | - |
| XYZ | 55.36 | 46.21 | 39.26 | - |
| YUV | 183.93 | 114.5 | 169.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 159 | 160 | 0 | 0.34 | 0.34 | 0.05 | 359.28 | 0.76 | 0.79 |
| Hex | F2 | 9F | A0 | 0 | 22 | 22 | 5 | 167 | 4C | 4F |
| Octal | 362 | 237 | 240 | 0 | 42 | 42 | 5 | 547 | 114 | 117 |
| Binary | 11110010 | 10011111 | 10100000 | 0 | 100010 | 100010 | 101 | 101100111 | 1001100 | 1001111 |
Color Harmonies of #F29FA0
Complementary color
Monochromatic Colors of #F29FA0
Black with #F29FA0
Text Example
Text Example
White with #F29FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29FA0; }
p { color: rgb(242,159,160); }
H1.HeaderClassName
{
color: #F29FA0;
}
.AnyTagClassName
{
color: #F29FA0;
}
</style>
background-color css
<style>
a { background-color: #F29FA0; }
a { background-color: rgb(242,159,160); }
div.DivClassName
{
background-color: #F29FA0;
}
.BgClassName
{
background-color: #F29FA0;
}
</style>
border-color css
<style>
span { border-color: #F29FA0; }
span { border-color: rgb(242,159,160); }
td.TdClassName
{
border-color: #F29FA0;
}
.TagClassName
{
border-color: #F29FA0;
}
</style>