Shades of Wewak #F29398
Tints of Wewak #F29398
RGB
CMYK
RGB Variations
Color information
#F29398 (or 0xF29398) is known color: Wewak. HEX triplet: F2, 93 and 98. RGB value is (242,147,152). Sum of RGB (Red+Green+Blue) = 242+147+152=541 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.73% from 541); Green value is 147 (57.81% from 255 or 27.17% from 541); Blue value is 152 (59.77% from 255 or 28.10% from 541); Max value from RGB is 242 - color contains mainly: red. Hex color #F29398 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29398 is #0D6C67. Grayscale: #B0B0B0. Windows color (decimal): -879720 or 9999346. OLE color: 9999346.
HSL color Cylindrical-coordinate representation of color #F29398: hue angle of 356.84º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F29398 is Cyan = 0, Magento = 0.39, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 147 | 152 | - |
| CMYK | 0 | 0.39 | 0.37 | 0.05 |
| HSL | 356.84º | 0.79% | 0.76% | - |
| HSV(B) | 356.84º | 0.39% | 0.95% | - |
| XYZ | 52.72 | 42.01 | 35.04 | - |
| YUV | 175.98 | 114.47 | 175.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 147 | 152 | 0 | 0.39 | 0.37 | 0.05 | 356.84 | 0.79 | 0.76 |
| Hex | F2 | 93 | 98 | 0 | 27 | 25 | 5 | 165 | 4F | 4C |
| Octal | 362 | 223 | 230 | 0 | 47 | 45 | 5 | 545 | 117 | 114 |
| Binary | 11110010 | 10010011 | 10011000 | 0 | 100111 | 100101 | 101 | 101100101 | 1001111 | 1001100 |
Color Harmonies of #F29398
Complementary color
Monochromatic Colors of #F29398
Black with #F29398
Text Example
Text Example
White with #F29398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29398; }
p { color: rgb(242,147,152); }
H1.HeaderClassName
{
color: #F29398;
}
.AnyTagClassName
{
color: #F29398;
}
</style>
background-color css
<style>
a { background-color: #F29398; }
a { background-color: rgb(242,147,152); }
div.DivClassName
{
background-color: #F29398;
}
.BgClassName
{
background-color: #F29398;
}
</style>
border-color css
<style>
span { border-color: #F29398; }
span { border-color: rgb(242,147,152); }
td.TdClassName
{
border-color: #F29398;
}
.TagClassName
{
border-color: #F29398;
}
</style>