Shades of Wewak #F1999E
Tints of Wewak #F1999E
RGB
CMYK
RGB Variations
Color information
#F1999E (or 0xF1999E) is known color: Wewak. HEX triplet: F1, 99 and 9E. RGB value is (241,153,158). Sum of RGB (Red+Green+Blue) = 241+153+158=552 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.66% from 552); Green value is 153 (60.16% from 255 or 27.72% from 552); Blue value is 158 (62.11% from 255 or 28.62% from 552); Max value from RGB is 241 - color contains mainly: red. Hex color #F1999E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1999E is #0E6661. Grayscale: #B3B3B3. Windows color (decimal): -943714 or 10394097. OLE color: 10394097.
HSL color Cylindrical-coordinate representation of color #F1999E: hue angle of 356.59º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F1999E is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 153 | 158 | - |
| CMYK | 0 | 0.37 | 0.34 | 0.05 |
| HSL | 356.59º | 0.76% | 0.77% | - |
| HSV(B) | 356.59º | 0.37% | 0.95% | - |
| XYZ | 53.84 | 43.95 | 37.99 | - |
| YUV | 179.88 | 115.65 | 171.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 153 | 158 | 0 | 0.37 | 0.34 | 0.05 | 356.59 | 0.76 | 0.77 |
| Hex | F1 | 99 | 9E | 0 | 25 | 22 | 5 | 165 | 4C | 4D |
| Octal | 361 | 231 | 236 | 0 | 45 | 42 | 5 | 545 | 114 | 115 |
| Binary | 11110001 | 10011001 | 10011110 | 0 | 100101 | 100010 | 101 | 101100101 | 1001100 | 1001101 |
Color Harmonies of #F1999E
Complementary color
Monochromatic Colors of #F1999E
Black with #F1999E
Text Example
Text Example
White with #F1999E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1999E; }
p { color: rgb(241,153,158); }
H1.HeaderClassName
{
color: #F1999E;
}
.AnyTagClassName
{
color: #F1999E;
}
</style>
background-color css
<style>
a { background-color: #F1999E; }
a { background-color: rgb(241,153,158); }
div.DivClassName
{
background-color: #F1999E;
}
.BgClassName
{
background-color: #F1999E;
}
</style>
border-color css
<style>
span { border-color: #F1999E; }
span { border-color: rgb(241,153,158); }
td.TdClassName
{
border-color: #F1999E;
}
.TagClassName
{
border-color: #F1999E;
}
</style>