Shades of Wewak #F29294
Tints of Wewak #F29294
RGB
CMYK
RGB Variations
Color information
#F29294 (or 0xF29294) is known color: Wewak. HEX triplet: F2, 92 and 94. RGB value is (242,146,148). Sum of RGB (Red+Green+Blue) = 242+146+148=536 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.15% from 536); Green value is 146 (57.42% from 255 or 27.24% from 536); Blue value is 148 (58.20% from 255 or 27.61% from 536); Max value from RGB is 242 - color contains mainly: red. Hex color #F29294 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29294 is #0D6D6B. Grayscale: #AFAFAF. Windows color (decimal): -879980 or 9736946. OLE color: 9736946.
HSL color Cylindrical-coordinate representation of color #F29294: hue angle of 358.75º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F29294 is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 146 | 148 | - |
| CMYK | 0 | 0.40 | 0.39 | 0.05 |
| HSL | 358.75º | 0.79% | 0.76% | - |
| HSV(B) | 358.75º | 0.4% | 0.95% | - |
| XYZ | 52.24 | 41.57 | 33.29 | - |
| YUV | 174.93 | 112.8 | 175.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 146 | 148 | 0 | 0.40 | 0.39 | 0.05 | 358.75 | 0.79 | 0.76 |
| Hex | F2 | 92 | 94 | 0 | 28 | 27 | 5 | 167 | 4F | 4C |
| Octal | 362 | 222 | 224 | 0 | 50 | 47 | 5 | 547 | 117 | 114 |
| Binary | 11110010 | 10010010 | 10010100 | 0 | 101000 | 100111 | 101 | 101100111 | 1001111 | 1001100 |
Color Harmonies of #F29294
Complementary color
Monochromatic Colors of #F29294
Black with #F29294
Text Example
Text Example
White with #F29294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29294; }
p { color: rgb(242,146,148); }
H1.HeaderClassName
{
color: #F29294;
}
.AnyTagClassName
{
color: #F29294;
}
</style>
background-color css
<style>
a { background-color: #F29294; }
a { background-color: rgb(242,146,148); }
div.DivClassName
{
background-color: #F29294;
}
.BgClassName
{
background-color: #F29294;
}
</style>
border-color css
<style>
span { border-color: #F29294; }
span { border-color: rgb(242,146,148); }
td.TdClassName
{
border-color: #F29294;
}
.TagClassName
{
border-color: #F29294;
}
</style>