Shades of Wewak #F18B8C
Tints of Wewak #F18B8C
RGB
CMYK
RGB Variations
Color information
#F18B8C (or 0xF18B8C) is known color: Wewak. HEX triplet: F1, 8B and 8C. RGB value is (241,139,140). Sum of RGB (Red+Green+Blue) = 241+139+140=520 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.35% from 520); Green value is 139 (54.69% from 255 or 26.73% from 520); Blue value is 140 (55.08% from 255 or 26.92% from 520); Max value from RGB is 241 - color contains mainly: red. Hex color #F18B8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18B8C is #0E7473. Grayscale: #A9A9A9. Windows color (decimal): -947316 or 9210865. OLE color: 9210865.
HSL color Cylindrical-coordinate representation of color #F18B8C: hue angle of 359.41º 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 #F18B8C is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 139 | 140 | - |
| CMYK | 0 | 0.42 | 0.42 | 0.05 |
| HSL | 359.41º | 0.78% | 0.75% | - |
| HSV(B) | 359.41º | 0.42% | 0.95% | - |
| XYZ | 50.24 | 39.06 | 29.7 | - |
| YUV | 169.61 | 111.29 | 178.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 139 | 140 | 0 | 0.42 | 0.42 | 0.05 | 359.41 | 0.78 | 0.75 |
| Hex | F1 | 8B | 8C | 0 | 2A | 2A | 5 | 167 | 4E | 4B |
| Octal | 361 | 213 | 214 | 0 | 52 | 52 | 5 | 547 | 116 | 113 |
| Binary | 11110001 | 10001011 | 10001100 | 0 | 101010 | 101010 | 101 | 101100111 | 1001110 | 1001011 |
Color Harmonies of #F18B8C
Complementary color
Monochromatic Colors of #F18B8C
Black with #F18B8C
Text Example
Text Example
White with #F18B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18B8C; }
p { color: rgb(241,139,140); }
H1.HeaderClassName
{
color: #F18B8C;
}
.AnyTagClassName
{
color: #F18B8C;
}
</style>
background-color css
<style>
a { background-color: #F18B8C; }
a { background-color: rgb(241,139,140); }
div.DivClassName
{
background-color: #F18B8C;
}
.BgClassName
{
background-color: #F18B8C;
}
</style>
border-color css
<style>
span { border-color: #F18B8C; }
span { border-color: rgb(241,139,140); }
td.TdClassName
{
border-color: #F18B8C;
}
.TagClassName
{
border-color: #F18B8C;
}
</style>