Shades of Wewak #F18590
Tints of Wewak #F18590
RGB
CMYK
RGB Variations
Color information
#F18590 (or 0xF18590) is known color: Wewak. HEX triplet: F1, 85 and 90. RGB value is (241,133,144). Sum of RGB (Red+Green+Blue) = 241+133+144=518 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.53% from 518); Green value is 133 (52.34% from 255 or 25.68% from 518); Blue value is 144 (56.64% from 255 or 27.80% from 518); Max value from RGB is 241 - color contains mainly: red. Hex color #F18590 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18590 is #0E7A6F. Grayscale: #A6A6A6. Windows color (decimal): -948848 or 9471473. OLE color: 9471473.
HSL color Cylindrical-coordinate representation of color #F18590: hue angle of 353.89º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F18590 is Cyan = 0, Magento = 0.45, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 133 | 144 | - |
| CMYK | 0 | 0.45 | 0.40 | 0.05 |
| HSL | 353.89º | 0.79% | 0.73% | - |
| HSV(B) | 353.89º | 0.45% | 0.95% | - |
| XYZ | 49.7 | 37.49 | 31 | - |
| YUV | 166.55 | 115.28 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 133 | 144 | 0 | 0.45 | 0.40 | 0.05 | 353.89 | 0.79 | 0.73 |
| Hex | F1 | 85 | 90 | 0 | 2D | 28 | 5 | 162 | 4F | 49 |
| Octal | 361 | 205 | 220 | 0 | 55 | 50 | 5 | 542 | 117 | 111 |
| Binary | 11110001 | 10000101 | 10010000 | 0 | 101101 | 101000 | 101 | 101100010 | 1001111 | 1001001 |
Color Harmonies of #F18590
Complementary color
Monochromatic Colors of #F18590
Black with #F18590
Text Example
Text Example
White with #F18590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18590; }
p { color: rgb(241,133,144); }
H1.HeaderClassName
{
color: #F18590;
}
.AnyTagClassName
{
color: #F18590;
}
</style>
background-color css
<style>
a { background-color: #F18590; }
a { background-color: rgb(241,133,144); }
div.DivClassName
{
background-color: #F18590;
}
.BgClassName
{
background-color: #F18590;
}
</style>
border-color css
<style>
span { border-color: #F18590; }
span { border-color: rgb(241,133,144); }
td.TdClassName
{
border-color: #F18590;
}
.TagClassName
{
border-color: #F18590;
}
</style>