Shades of Wewak #F19198
Tints of Wewak #F19198
RGB
CMYK
RGB Variations
Color information
#F19198 (or 0xF19198) is known color: Wewak. HEX triplet: F1, 91 and 98. RGB value is (241,145,152). Sum of RGB (Red+Green+Blue) = 241+145+152=538 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.80% from 538); Green value is 145 (57.03% from 255 or 26.95% from 538); Blue value is 152 (59.77% from 255 or 28.25% from 538); Max value from RGB is 241 - color contains mainly: red. Hex color #F19198 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19198 is #0E6E67. Grayscale: #AEAEAE. Windows color (decimal): -945768 or 9998833. OLE color: 9998833.
HSL color Cylindrical-coordinate representation of color #F19198: hue angle of 355.62º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F19198 is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 145 | 152 | - |
| CMYK | 0 | 0.40 | 0.37 | 0.05 |
| HSL | 355.63º | 0.77% | 0.76% | - |
| HSV(B) | 355.63º | 0.4% | 0.95% | - |
| XYZ | 52.07 | 41.22 | 34.92 | - |
| YUV | 174.5 | 115.3 | 175.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 145 | 152 | 0 | 0.40 | 0.37 | 0.05 | 355.63 | 0.77 | 0.76 |
| Hex | F1 | 91 | 98 | 0 | 28 | 25 | 5 | 164 | 4D | 4C |
| Octal | 361 | 221 | 230 | 0 | 50 | 45 | 5 | 544 | 115 | 114 |
| Binary | 11110001 | 10010001 | 10011000 | 0 | 101000 | 100101 | 101 | 101100100 | 1001101 | 1001100 |
Color Harmonies of #F19198
Complementary color
Monochromatic Colors of #F19198
Black with #F19198
Text Example
Text Example
White with #F19198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19198; }
p { color: rgb(241,145,152); }
H1.HeaderClassName
{
color: #F19198;
}
.AnyTagClassName
{
color: #F19198;
}
</style>
background-color css
<style>
a { background-color: #F19198; }
a { background-color: rgb(241,145,152); }
div.DivClassName
{
background-color: #F19198;
}
.BgClassName
{
background-color: #F19198;
}
</style>
border-color css
<style>
span { border-color: #F19198; }
span { border-color: rgb(241,145,152); }
td.TdClassName
{
border-color: #F19198;
}
.TagClassName
{
border-color: #F19198;
}
</style>