Shades of Wewak #F18896
Tints of Wewak #F18896
RGB
CMYK
RGB Variations
Color information
#F18896 (or 0xF18896) is known color: Wewak. HEX triplet: F1, 88 and 96. RGB value is (241,136,150). Sum of RGB (Red+Green+Blue) = 241+136+150=527 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.73% from 527); Green value is 136 (53.52% from 255 or 25.81% from 527); Blue value is 150 (58.98% from 255 or 28.46% from 527); Max value from RGB is 241 - color contains mainly: red. Hex color #F18896 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18896 is #0E7769. Grayscale: #A9A9A9. Windows color (decimal): -948074 or 9865457. OLE color: 9865457.
HSL color Cylindrical-coordinate representation of color #F18896: hue angle of 352º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F18896 is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 136 | 150 | - |
| CMYK | 0 | 0.44 | 0.38 | 0.05 |
| HSL | 352º | 0.79% | 0.74% | - |
| HSV(B) | 352º | 0.44% | 0.95% | - |
| XYZ | 50.58 | 38.51 | 33.62 | - |
| YUV | 168.99 | 117.29 | 179.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 136 | 150 | 0 | 0.44 | 0.38 | 0.05 | 352 | 0.79 | 0.74 |
| Hex | F1 | 88 | 96 | 0 | 2C | 26 | 5 | 160 | 4F | 4A |
| Octal | 361 | 210 | 226 | 0 | 54 | 46 | 5 | 540 | 117 | 112 |
| Binary | 11110001 | 10001000 | 10010110 | 0 | 101100 | 100110 | 101 | 101100000 | 1001111 | 1001010 |
Color Harmonies of #F18896
Complementary color
Monochromatic Colors of #F18896
Black with #F18896
Text Example
Text Example
White with #F18896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18896; }
p { color: rgb(241,136,150); }
H1.HeaderClassName
{
color: #F18896;
}
.AnyTagClassName
{
color: #F18896;
}
</style>
background-color css
<style>
a { background-color: #F18896; }
a { background-color: rgb(241,136,150); }
div.DivClassName
{
background-color: #F18896;
}
.BgClassName
{
background-color: #F18896;
}
</style>
border-color css
<style>
span { border-color: #F18896; }
span { border-color: rgb(241,136,150); }
td.TdClassName
{
border-color: #F18896;
}
.TagClassName
{
border-color: #F18896;
}
</style>