Shades of Wewak #F29D9F
Tints of Wewak #F29D9F
RGB
CMYK
RGB Variations
Color information
#F29D9F (or 0xF29D9F) is known color: Wewak. HEX triplet: F2, 9D and 9F. RGB value is (242,157,159). Sum of RGB (Red+Green+Blue) = 242+157+159=558 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.37% from 558); Green value is 157 (61.72% from 255 or 28.14% from 558); Blue value is 159 (62.5% from 255 or 28.49% from 558); Max value from RGB is 242 - color contains mainly: red. Hex color #F29D9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29D9F is #0D6260. Grayscale: #B6B6B6. Windows color (decimal): -877153 or 10460658. OLE color: 10460658.
HSL color Cylindrical-coordinate representation of color #F29D9F: hue angle of 358.59º degrees, saturation: 0.77, 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 #F29D9F is Cyan = 0, Magento = 0.35, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 157 | 159 | - |
| CMYK | 0 | 0.35 | 0.34 | 0.05 |
| HSL | 358.59º | 0.77% | 0.78% | - |
| HSV(B) | 358.59º | 0.35% | 0.95% | - |
| XYZ | 54.93 | 45.49 | 38.69 | - |
| YUV | 182.64 | 114.66 | 170.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 157 | 159 | 0 | 0.35 | 0.34 | 0.05 | 358.59 | 0.77 | 0.78 |
| Hex | F2 | 9D | 9F | 0 | 23 | 22 | 5 | 167 | 4D | 4E |
| Octal | 362 | 235 | 237 | 0 | 43 | 42 | 5 | 547 | 115 | 116 |
| Binary | 11110010 | 10011101 | 10011111 | 0 | 100011 | 100010 | 101 | 101100111 | 1001101 | 1001110 |
Color Harmonies of #F29D9F
Complementary color
Monochromatic Colors of #F29D9F
Black with #F29D9F
Text Example
Text Example
White with #F29D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29D9F; }
p { color: rgb(242,157,159); }
H1.HeaderClassName
{
color: #F29D9F;
}
.AnyTagClassName
{
color: #F29D9F;
}
</style>
background-color css
<style>
a { background-color: #F29D9F; }
a { background-color: rgb(242,157,159); }
div.DivClassName
{
background-color: #F29D9F;
}
.BgClassName
{
background-color: #F29D9F;
}
</style>
border-color css
<style>
span { border-color: #F29D9F; }
span { border-color: rgb(242,157,159); }
td.TdClassName
{
border-color: #F29D9F;
}
.TagClassName
{
border-color: #F29D9F;
}
</style>