Shades of Wewak #F19098
Tints of Wewak #F19098
RGB
CMYK
RGB Variations
Color information
#F19098 (or 0xF19098) is known color: Wewak. HEX triplet: F1, 90 and 98. RGB value is (241,144,152). Sum of RGB (Red+Green+Blue) = 241+144+152=537 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.88% from 537); Green value is 144 (56.64% from 255 or 26.82% from 537); Blue value is 152 (59.77% from 255 or 28.31% from 537); Max value from RGB is 241 - color contains mainly: red. Hex color #F19098 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19098 is #0E6F67. Grayscale: #ADADAD. Windows color (decimal): -946024 or 9998577. OLE color: 9998577.
HSL color Cylindrical-coordinate representation of color #F19098: hue angle of 355.05º 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 #F19098 is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 144 | 152 | - |
| CMYK | 0 | 0.40 | 0.37 | 0.05 |
| HSL | 355.05º | 0.78% | 0.75% | - |
| HSV(B) | 355.05º | 0.4% | 0.95% | - |
| XYZ | 51.92 | 40.91 | 34.87 | - |
| YUV | 173.92 | 115.64 | 175.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 144 | 152 | 0 | 0.40 | 0.37 | 0.05 | 355.05 | 0.78 | 0.75 |
| Hex | F1 | 90 | 98 | 0 | 28 | 25 | 5 | 163 | 4E | 4B |
| Octal | 361 | 220 | 230 | 0 | 50 | 45 | 5 | 543 | 116 | 113 |
| Binary | 11110001 | 10010000 | 10011000 | 0 | 101000 | 100101 | 101 | 101100011 | 1001110 | 1001011 |
Color Harmonies of #F19098
Complementary color
Monochromatic Colors of #F19098
Black with #F19098
Text Example
Text Example
White with #F19098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19098; }
p { color: rgb(241,144,152); }
H1.HeaderClassName
{
color: #F19098;
}
.AnyTagClassName
{
color: #F19098;
}
</style>
background-color css
<style>
a { background-color: #F19098; }
a { background-color: rgb(241,144,152); }
div.DivClassName
{
background-color: #F19098;
}
.BgClassName
{
background-color: #F19098;
}
</style>
border-color css
<style>
span { border-color: #F19098; }
span { border-color: rgb(241,144,152); }
td.TdClassName
{
border-color: #F19098;
}
.TagClassName
{
border-color: #F19098;
}
</style>