Shades of Wewak #F18D93
Tints of Wewak #F18D93
RGB
CMYK
RGB Variations
Color information
#F18D93 (or 0xF18D93) is known color: Wewak. HEX triplet: F1, 8D and 93. RGB value is (241,141,147). Sum of RGB (Red+Green+Blue) = 241+141+147=529 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.56% from 529); Green value is 141 (55.47% from 255 or 26.65% from 529); Blue value is 147 (57.81% from 255 or 27.79% from 529); Max value from RGB is 241 - color contains mainly: red. Hex color #F18D93 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18D93 is #0E726C. Grayscale: #ABABAB. Windows color (decimal): -946797 or 9670129. OLE color: 9670129.
HSL color Cylindrical-coordinate representation of color #F18D93: hue angle of 356.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 #F18D93 is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 141 | 147 | - |
| CMYK | 0 | 0.41 | 0.39 | 0.05 |
| HSL | 356.4º | 0.78% | 0.75% | - |
| HSV(B) | 356.4º | 0.41% | 0.95% | - |
| XYZ | 51.07 | 39.86 | 32.61 | - |
| YUV | 171.58 | 114.13 | 177.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 141 | 147 | 0 | 0.41 | 0.39 | 0.05 | 356.4 | 0.78 | 0.75 |
| Hex | F1 | 8D | 93 | 0 | 29 | 27 | 5 | 164 | 4E | 4B |
| Octal | 361 | 215 | 223 | 0 | 51 | 47 | 5 | 544 | 116 | 113 |
| Binary | 11110001 | 10001101 | 10010011 | 0 | 101001 | 100111 | 101 | 101100100 | 1001110 | 1001011 |
Color Harmonies of #F18D93
Complementary color
Monochromatic Colors of #F18D93
Black with #F18D93
Text Example
Text Example
White with #F18D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18D93; }
p { color: rgb(241,141,147); }
H1.HeaderClassName
{
color: #F18D93;
}
.AnyTagClassName
{
color: #F18D93;
}
</style>
background-color css
<style>
a { background-color: #F18D93; }
a { background-color: rgb(241,141,147); }
div.DivClassName
{
background-color: #F18D93;
}
.BgClassName
{
background-color: #F18D93;
}
</style>
border-color css
<style>
span { border-color: #F18D93; }
span { border-color: rgb(241,141,147); }
td.TdClassName
{
border-color: #F18D93;
}
.TagClassName
{
border-color: #F18D93;
}
</style>