Shades of Wewak #F18B9C
Tints of Wewak #F18B9C
RGB
CMYK
RGB Variations
Color information
#F18B9C (or 0xF18B9C) is known color: Wewak. HEX triplet: F1, 8B and 9C. RGB value is (241,139,156). Sum of RGB (Red+Green+Blue) = 241+139+156=536 (70% of max value = 765). Red value is 241 (94.53% from 255 or 44.96% from 536); Green value is 139 (54.69% from 255 or 25.93% from 536); Blue value is 156 (61.33% from 255 or 29.10% from 536); Max value from RGB is 241 - color contains mainly: red. Hex color #F18B9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18B9C is #0E7463. Grayscale: #ABABAB. Windows color (decimal): -947300 or 10259441. OLE color: 10259441.
HSL color Cylindrical-coordinate representation of color #F18B9C: hue angle of 350º 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 #F18B9C is Cyan = 0, Magento = 0.42, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 139 | 156 | - |
| CMYK | 0 | 0.42 | 0.35 | 0.05 |
| HSL | 350º | 0.78% | 0.75% | - |
| HSV(B) | 350º | 0.42% | 0.95% | - |
| XYZ | 51.51 | 39.57 | 36.37 | - |
| YUV | 171.44 | 119.29 | 177.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 139 | 156 | 0 | 0.42 | 0.35 | 0.05 | 350 | 0.78 | 0.75 |
| Hex | F1 | 8B | 9C | 0 | 2A | 23 | 5 | 15E | 4E | 4B |
| Octal | 361 | 213 | 234 | 0 | 52 | 43 | 5 | 536 | 116 | 113 |
| Binary | 11110001 | 10001011 | 10011100 | 0 | 101010 | 100011 | 101 | 101011110 | 1001110 | 1001011 |
Color Harmonies of #F18B9C
Complementary color
Monochromatic Colors of #F18B9C
Black with #F18B9C
Text Example
Text Example
White with #F18B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18B9C; }
p { color: rgb(241,139,156); }
H1.HeaderClassName
{
color: #F18B9C;
}
.AnyTagClassName
{
color: #F18B9C;
}
</style>
background-color css
<style>
a { background-color: #F18B9C; }
a { background-color: rgb(241,139,156); }
div.DivClassName
{
background-color: #F18B9C;
}
.BgClassName
{
background-color: #F18B9C;
}
</style>
border-color css
<style>
span { border-color: #F18B9C; }
span { border-color: rgb(241,139,156); }
td.TdClassName
{
border-color: #F18B9C;
}
.TagClassName
{
border-color: #F18B9C;
}
</style>