Shades of Wewak #F18A96
Tints of Wewak #F18A96
RGB
CMYK
RGB Variations
Color information
#F18A96 (or 0xF18A96) is known color: Wewak. HEX triplet: F1, 8A and 96. RGB value is (241,138,150). Sum of RGB (Red+Green+Blue) = 241+138+150=529 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.56% from 529); Green value is 138 (54.30% from 255 or 26.09% from 529); Blue value is 150 (58.98% from 255 or 28.36% from 529); Max value from RGB is 241 - color contains mainly: red. Hex color #F18A96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18A96 is #0E7569. Grayscale: #AAAAAA. Windows color (decimal): -947562 or 9865969. OLE color: 9865969.
HSL color Cylindrical-coordinate representation of color #F18A96: hue angle of 353.01º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F18A96 is Cyan = 0, Magento = 0.43, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 138 | 150 | - |
| CMYK | 0 | 0.43 | 0.38 | 0.05 |
| HSL | 353.01º | 0.79% | 0.74% | - |
| HSV(B) | 353.01º | 0.43% | 0.95% | - |
| XYZ | 50.87 | 39.08 | 33.72 | - |
| YUV | 170.17 | 116.62 | 178.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 138 | 150 | 0 | 0.43 | 0.38 | 0.05 | 353.01 | 0.79 | 0.74 |
| Hex | F1 | 8A | 96 | 0 | 2B | 26 | 5 | 161 | 4F | 4A |
| Octal | 361 | 212 | 226 | 0 | 53 | 46 | 5 | 541 | 117 | 112 |
| Binary | 11110001 | 10001010 | 10010110 | 0 | 101011 | 100110 | 101 | 101100001 | 1001111 | 1001010 |
Color Harmonies of #F18A96
Complementary color
Monochromatic Colors of #F18A96
Black with #F18A96
Text Example
Text Example
White with #F18A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18A96; }
p { color: rgb(241,138,150); }
H1.HeaderClassName
{
color: #F18A96;
}
.AnyTagClassName
{
color: #F18A96;
}
</style>
background-color css
<style>
a { background-color: #F18A96; }
a { background-color: rgb(241,138,150); }
div.DivClassName
{
background-color: #F18A96;
}
.BgClassName
{
background-color: #F18A96;
}
</style>
border-color css
<style>
span { border-color: #F18A96; }
span { border-color: rgb(241,138,150); }
td.TdClassName
{
border-color: #F18A96;
}
.TagClassName
{
border-color: #F18A96;
}
</style>