Shades of Wewak #F18D9D
Tints of Wewak #F18D9D
RGB
CMYK
RGB Variations
Color information
#F18D9D (or 0xF18D9D) is known color: Wewak. HEX triplet: F1, 8D and 9D. RGB value is (241,141,157). Sum of RGB (Red+Green+Blue) = 241+141+157=539 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.71% from 539); Green value is 141 (55.47% from 255 or 26.16% from 539); Blue value is 157 (61.72% from 255 or 29.13% from 539); Max value from RGB is 241 - color contains mainly: red. Hex color #F18D9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18D9D is #0E7262. Grayscale: #ACACAC. Windows color (decimal): -946787 or 10325489. OLE color: 10325489.
HSL color Cylindrical-coordinate representation of color #F18D9D: hue angle of 350.4º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F18D9D is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 141 | 157 | - |
| CMYK | 0 | 0.41 | 0.35 | 0.05 |
| HSL | 350.4º | 0.78% | 0.75% | - |
| HSV(B) | 350.4º | 0.41% | 0.95% | - |
| XYZ | 51.89 | 40.18 | 36.92 | - |
| YUV | 172.72 | 119.13 | 176.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 141 | 157 | 0 | 0.41 | 0.35 | 0.05 | 350.4 | 0.78 | 0.75 |
| Hex | F1 | 8D | 9D | 0 | 29 | 23 | 5 | 15E | 4E | 4B |
| Octal | 361 | 215 | 235 | 0 | 51 | 43 | 5 | 536 | 116 | 113 |
| Binary | 11110001 | 10001101 | 10011101 | 0 | 101001 | 100011 | 101 | 101011110 | 1001110 | 1001011 |
Color Harmonies of #F18D9D
Complementary color
Monochromatic Colors of #F18D9D
Black with #F18D9D
Text Example
Text Example
White with #F18D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18D9D; }
p { color: rgb(241,141,157); }
H1.HeaderClassName
{
color: #F18D9D;
}
.AnyTagClassName
{
color: #F18D9D;
}
</style>
background-color css
<style>
a { background-color: #F18D9D; }
a { background-color: rgb(241,141,157); }
div.DivClassName
{
background-color: #F18D9D;
}
.BgClassName
{
background-color: #F18D9D;
}
</style>
border-color css
<style>
span { border-color: #F18D9D; }
span { border-color: rgb(241,141,157); }
td.TdClassName
{
border-color: #F18D9D;
}
.TagClassName
{
border-color: #F18D9D;
}
</style>