Shades of Wewak #F19A9F
Tints of Wewak #F19A9F
RGB
CMYK
RGB Variations
Color information
#F19A9F (or 0xF19A9F) is known color: Wewak. HEX triplet: F1, 9A and 9F. RGB value is (241,154,159). Sum of RGB (Red+Green+Blue) = 241+154+159=554 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.50% from 554); Green value is 154 (60.55% from 255 or 27.80% from 554); Blue value is 159 (62.5% from 255 or 28.70% from 554); Max value from RGB is 241 - color contains mainly: red. Hex color #F19A9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19A9F is #0E6560. Grayscale: #B4B4B4. Windows color (decimal): -943457 or 10459889. OLE color: 10459889.
HSL color Cylindrical-coordinate representation of color #F19A9F: hue angle of 356.55º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F19A9F is Cyan = 0, Magento = 0.36, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 154 | 159 | - |
| CMYK | 0 | 0.36 | 0.34 | 0.05 |
| HSL | 356.55º | 0.76% | 0.77% | - |
| HSV(B) | 356.55º | 0.36% | 0.95% | - |
| XYZ | 54.09 | 44.32 | 38.5 | - |
| YUV | 180.58 | 115.82 | 171.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 154 | 159 | 0 | 0.36 | 0.34 | 0.05 | 356.55 | 0.76 | 0.77 |
| Hex | F1 | 9A | 9F | 0 | 24 | 22 | 5 | 165 | 4C | 4D |
| Octal | 361 | 232 | 237 | 0 | 44 | 42 | 5 | 545 | 114 | 115 |
| Binary | 11110001 | 10011010 | 10011111 | 0 | 100100 | 100010 | 101 | 101100101 | 1001100 | 1001101 |
Color Harmonies of #F19A9F
Complementary color
Monochromatic Colors of #F19A9F
Black with #F19A9F
Text Example
Text Example
White with #F19A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19A9F; }
p { color: rgb(241,154,159); }
H1.HeaderClassName
{
color: #F19A9F;
}
.AnyTagClassName
{
color: #F19A9F;
}
</style>
background-color css
<style>
a { background-color: #F19A9F; }
a { background-color: rgb(241,154,159); }
div.DivClassName
{
background-color: #F19A9F;
}
.BgClassName
{
background-color: #F19A9F;
}
</style>
border-color css
<style>
span { border-color: #F19A9F; }
span { border-color: rgb(241,154,159); }
td.TdClassName
{
border-color: #F19A9F;
}
.TagClassName
{
border-color: #F19A9F;
}
</style>