Shades of Wewak #F1969E
Tints of Wewak #F1969E
RGB
CMYK
RGB Variations
Color information
#F1969E (or 0xF1969E) is known color: Wewak. HEX triplet: F1, 96 and 9E. RGB value is (241,150,158). Sum of RGB (Red+Green+Blue) = 241+150+158=549 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.90% from 549); Green value is 150 (58.98% from 255 or 27.32% from 549); Blue value is 158 (62.11% from 255 or 28.78% from 549); Max value from RGB is 241 - color contains mainly: red. Hex color #F1969E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1969E is #0E6961. Grayscale: #B2B2B2. Windows color (decimal): -944482 or 10393329. OLE color: 10393329.
HSL color Cylindrical-coordinate representation of color #F1969E: hue angle of 354.73º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F1969E is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 150 | 158 | - |
| CMYK | 0 | 0.38 | 0.34 | 0.05 |
| HSL | 354.73º | 0.76% | 0.77% | - |
| HSV(B) | 354.73º | 0.38% | 0.95% | - |
| XYZ | 53.35 | 42.98 | 37.83 | - |
| YUV | 178.12 | 116.65 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 150 | 158 | 0 | 0.38 | 0.34 | 0.05 | 354.73 | 0.76 | 0.77 |
| Hex | F1 | 96 | 9E | 0 | 26 | 22 | 5 | 163 | 4C | 4D |
| Octal | 361 | 226 | 236 | 0 | 46 | 42 | 5 | 543 | 114 | 115 |
| Binary | 11110001 | 10010110 | 10011110 | 0 | 100110 | 100010 | 101 | 101100011 | 1001100 | 1001101 |
Color Harmonies of #F1969E
Complementary color
Monochromatic Colors of #F1969E
Black with #F1969E
Text Example
Text Example
White with #F1969E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1969E; }
p { color: rgb(241,150,158); }
H1.HeaderClassName
{
color: #F1969E;
}
.AnyTagClassName
{
color: #F1969E;
}
</style>
background-color css
<style>
a { background-color: #F1969E; }
a { background-color: rgb(241,150,158); }
div.DivClassName
{
background-color: #F1969E;
}
.BgClassName
{
background-color: #F1969E;
}
</style>
border-color css
<style>
span { border-color: #F1969E; }
span { border-color: rgb(241,150,158); }
td.TdClassName
{
border-color: #F1969E;
}
.TagClassName
{
border-color: #F1969E;
}
</style>