Shades of Wewak #F18B9A
Tints of Wewak #F18B9A
RGB
CMYK
RGB Variations
Color information
#F18B9A (or 0xF18B9A) is known color: Wewak. HEX triplet: F1, 8B and 9A. RGB value is (241,139,154). Sum of RGB (Red+Green+Blue) = 241+139+154=534 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.13% from 534); Green value is 139 (54.69% from 255 or 26.03% from 534); Blue value is 154 (60.55% from 255 or 28.84% from 534); Max value from RGB is 241 - color contains mainly: red. Hex color #F18B9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18B9A is #0E7465. Grayscale: #ABABAB. Windows color (decimal): -947302 or 10128369. OLE color: 10128369.
HSL color Cylindrical-coordinate representation of color #F18B9A: hue angle of 351.18º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F18B9A is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 139 | 154 | - |
| CMYK | 0 | 0.42 | 0.36 | 0.05 |
| HSL | 351.18º | 0.78% | 0.75% | - |
| HSV(B) | 351.18º | 0.42% | 0.95% | - |
| XYZ | 51.34 | 39.5 | 35.49 | - |
| YUV | 171.21 | 118.29 | 177.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 139 | 154 | 0 | 0.42 | 0.36 | 0.05 | 351.18 | 0.78 | 0.75 |
| Hex | F1 | 8B | 9A | 0 | 2A | 24 | 5 | 15F | 4E | 4B |
| Octal | 361 | 213 | 232 | 0 | 52 | 44 | 5 | 537 | 116 | 113 |
| Binary | 11110001 | 10001011 | 10011010 | 0 | 101010 | 100100 | 101 | 101011111 | 1001110 | 1001011 |
Color Harmonies of #F18B9A
Complementary color
Monochromatic Colors of #F18B9A
Black with #F18B9A
Text Example
Text Example
White with #F18B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18B9A; }
p { color: rgb(241,139,154); }
H1.HeaderClassName
{
color: #F18B9A;
}
.AnyTagClassName
{
color: #F18B9A;
}
</style>
background-color css
<style>
a { background-color: #F18B9A; }
a { background-color: rgb(241,139,154); }
div.DivClassName
{
background-color: #F18B9A;
}
.BgClassName
{
background-color: #F18B9A;
}
</style>
border-color css
<style>
span { border-color: #F18B9A; }
span { border-color: rgb(241,139,154); }
td.TdClassName
{
border-color: #F18B9A;
}
.TagClassName
{
border-color: #F18B9A;
}
</style>