Shades of Wewak #F29E9F
Tints of Wewak #F29E9F
RGB
CMYK
RGB Variations
Color information
#F29E9F (or 0xF29E9F) is known color: Wewak. HEX triplet: F2, 9E and 9F. RGB value is (242,158,159). Sum of RGB (Red+Green+Blue) = 242+158+159=559 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.29% from 559); Green value is 158 (62.11% from 255 or 28.26% from 559); Blue value is 159 (62.5% from 255 or 28.44% from 559); Max value from RGB is 242 - color contains mainly: red. Hex color #F29E9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29E9F is #0D6160. Grayscale: #B7B7B7. Windows color (decimal): -876897 or 10460914. OLE color: 10460914.
HSL color Cylindrical-coordinate representation of color #F29E9F: hue angle of 359.29º degrees, saturation: 0.76, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F29E9F is Cyan = 0, Magento = 0.35, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 158 | 159 | - |
| CMYK | 0 | 0.35 | 0.34 | 0.05 |
| HSL | 359.29º | 0.76% | 0.78% | - |
| HSV(B) | 359.29º | 0.35% | 0.95% | - |
| XYZ | 55.1 | 45.83 | 38.74 | - |
| YUV | 183.23 | 114.33 | 169.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 158 | 159 | 0 | 0.35 | 0.34 | 0.05 | 359.29 | 0.76 | 0.78 |
| Hex | F2 | 9E | 9F | 0 | 23 | 22 | 5 | 167 | 4C | 4E |
| Octal | 362 | 236 | 237 | 0 | 43 | 42 | 5 | 547 | 114 | 116 |
| Binary | 11110010 | 10011110 | 10011111 | 0 | 100011 | 100010 | 101 | 101100111 | 1001100 | 1001110 |
Color Harmonies of #F29E9F
Complementary color
Monochromatic Colors of #F29E9F
Black with #F29E9F
Text Example
Text Example
White with #F29E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29E9F; }
p { color: rgb(242,158,159); }
H1.HeaderClassName
{
color: #F29E9F;
}
.AnyTagClassName
{
color: #F29E9F;
}
</style>
background-color css
<style>
a { background-color: #F29E9F; }
a { background-color: rgb(242,158,159); }
div.DivClassName
{
background-color: #F29E9F;
}
.BgClassName
{
background-color: #F29E9F;
}
</style>
border-color css
<style>
span { border-color: #F29E9F; }
span { border-color: rgb(242,158,159); }
td.TdClassName
{
border-color: #F29E9F;
}
.TagClassName
{
border-color: #F29E9F;
}
</style>