Shades of Wewak #F29497
Tints of Wewak #F29497
RGB
CMYK
RGB Variations
Color information
#F29497 (or 0xF29497) is known color: Wewak. HEX triplet: F2, 94 and 97. RGB value is (242,148,151). Sum of RGB (Red+Green+Blue) = 242+148+151=541 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.73% from 541); Green value is 148 (58.20% from 255 or 27.36% from 541); Blue value is 151 (59.38% from 255 or 27.91% from 541); Max value from RGB is 242 - color contains mainly: red. Hex color #F29497 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29497 is #0D6B68. Grayscale: #B0B0B0. Windows color (decimal): -879465 or 9934066. OLE color: 9934066.
HSL color Cylindrical-coordinate representation of color #F29497: hue angle of 358.09º degrees, saturation: 0.78, 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 #F29497 is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 148 | 151 | - |
| CMYK | 0 | 0.39 | 0.38 | 0.05 |
| HSL | 358.09º | 0.78% | 0.76% | - |
| HSV(B) | 358.09º | 0.39% | 0.95% | - |
| XYZ | 52.79 | 42.29 | 34.66 | - |
| YUV | 176.45 | 113.64 | 174.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 148 | 151 | 0 | 0.39 | 0.38 | 0.05 | 358.09 | 0.78 | 0.76 |
| Hex | F2 | 94 | 97 | 0 | 27 | 26 | 5 | 166 | 4E | 4C |
| Octal | 362 | 224 | 227 | 0 | 47 | 46 | 5 | 546 | 116 | 114 |
| Binary | 11110010 | 10010100 | 10010111 | 0 | 100111 | 100110 | 101 | 101100110 | 1001110 | 1001100 |
Color Harmonies of #F29497
Complementary color
Monochromatic Colors of #F29497
Black with #F29497
Text Example
Text Example
White with #F29497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29497; }
p { color: rgb(242,148,151); }
H1.HeaderClassName
{
color: #F29497;
}
.AnyTagClassName
{
color: #F29497;
}
</style>
background-color css
<style>
a { background-color: #F29497; }
a { background-color: rgb(242,148,151); }
div.DivClassName
{
background-color: #F29497;
}
.BgClassName
{
background-color: #F29497;
}
</style>
border-color css
<style>
span { border-color: #F29497; }
span { border-color: rgb(242,148,151); }
td.TdClassName
{
border-color: #F29497;
}
.TagClassName
{
border-color: #F29497;
}
</style>