Shades of Wewak #F19EA1
Tints of Wewak #F19EA1
RGB
CMYK
RGB Variations
Color information
#F19EA1 (or 0xF19EA1) is known color: Wewak. HEX triplet: F1, 9E and A1. RGB value is (241,158,161). Sum of RGB (Red+Green+Blue) = 241+158+161=560 (74% of max value = 765). Red value is 241 (94.53% from 255 or 43.04% from 560); Green value is 158 (62.11% from 255 or 28.21% from 560); Blue value is 161 (63.28% from 255 or 28.75% from 560); Max value from RGB is 241 - color contains mainly: red. Hex color #F19EA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19EA1 is #0E615E. Grayscale: #B7B7B7. Windows color (decimal): -942431 or 10591985. OLE color: 10591985.
HSL color Cylindrical-coordinate representation of color #F19EA1: hue angle of 357.83º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F19EA1 is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 158 | 161 | - |
| CMYK | 0 | 0.34 | 0.33 | 0.05 |
| HSL | 357.83º | 0.75% | 0.78% | - |
| HSV(B) | 357.83º | 0.34% | 0.95% | - |
| XYZ | 54.94 | 45.73 | 39.65 | - |
| YUV | 183.16 | 115.5 | 169.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 158 | 161 | 0 | 0.34 | 0.33 | 0.05 | 357.83 | 0.75 | 0.78 |
| Hex | F1 | 9E | A1 | 0 | 22 | 21 | 5 | 166 | 4B | 4E |
| Octal | 361 | 236 | 241 | 0 | 42 | 41 | 5 | 546 | 113 | 116 |
| Binary | 11110001 | 10011110 | 10100001 | 0 | 100010 | 100001 | 101 | 101100110 | 1001011 | 1001110 |
Color Harmonies of #F19EA1
Complementary color
Monochromatic Colors of #F19EA1
Black with #F19EA1
Text Example
Text Example
White with #F19EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19EA1; }
p { color: rgb(241,158,161); }
H1.HeaderClassName
{
color: #F19EA1;
}
.AnyTagClassName
{
color: #F19EA1;
}
</style>
background-color css
<style>
a { background-color: #F19EA1; }
a { background-color: rgb(241,158,161); }
div.DivClassName
{
background-color: #F19EA1;
}
.BgClassName
{
background-color: #F19EA1;
}
</style>
border-color css
<style>
span { border-color: #F19EA1; }
span { border-color: rgb(241,158,161); }
td.TdClassName
{
border-color: #F19EA1;
}
.TagClassName
{
border-color: #F19EA1;
}
</style>