Shades of Wewak #F19096
Tints of Wewak #F19096
RGB
CMYK
RGB Variations
Color information
#F19096 (or 0xF19096) is known color: Wewak. HEX triplet: F1, 90 and 96. RGB value is (241,144,150). Sum of RGB (Red+Green+Blue) = 241+144+150=535 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.05% from 535); Green value is 144 (56.64% from 255 or 26.92% from 535); Blue value is 150 (58.98% from 255 or 28.04% from 535); Max value from RGB is 241 - color contains mainly: red. Hex color #F19096 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19096 is #0E6F69. Grayscale: #ADADAD. Windows color (decimal): -946026 or 9867505. OLE color: 9867505.
HSL color Cylindrical-coordinate representation of color #F19096: hue angle of 356.29º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F19096 is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 144 | 150 | - |
| CMYK | 0 | 0.40 | 0.38 | 0.05 |
| HSL | 356.29º | 0.78% | 0.75% | - |
| HSV(B) | 356.29º | 0.4% | 0.95% | - |
| XYZ | 51.75 | 40.85 | 34.01 | - |
| YUV | 173.69 | 114.64 | 176.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 144 | 150 | 0 | 0.40 | 0.38 | 0.05 | 356.29 | 0.78 | 0.75 |
| Hex | F1 | 90 | 96 | 0 | 28 | 26 | 5 | 164 | 4E | 4B |
| Octal | 361 | 220 | 226 | 0 | 50 | 46 | 5 | 544 | 116 | 113 |
| Binary | 11110001 | 10010000 | 10010110 | 0 | 101000 | 100110 | 101 | 101100100 | 1001110 | 1001011 |
Color Harmonies of #F19096
Complementary color
Monochromatic Colors of #F19096
Black with #F19096
Text Example
Text Example
White with #F19096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19096; }
p { color: rgb(241,144,150); }
H1.HeaderClassName
{
color: #F19096;
}
.AnyTagClassName
{
color: #F19096;
}
</style>
background-color css
<style>
a { background-color: #F19096; }
a { background-color: rgb(241,144,150); }
div.DivClassName
{
background-color: #F19096;
}
.BgClassName
{
background-color: #F19096;
}
</style>
border-color css
<style>
span { border-color: #F19096; }
span { border-color: rgb(241,144,150); }
td.TdClassName
{
border-color: #F19096;
}
.TagClassName
{
border-color: #F19096;
}
</style>