Shades of Wewak #F0919E
Tints of Wewak #F0919E
RGB
CMYK
RGB Variations
Color information
#F0919E (or 0xF0919E) is known color: Wewak. HEX triplet: F0, 91 and 9E. RGB value is (240,145,158). Sum of RGB (Red+Green+Blue) = 240+145+158=543 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.20% from 543); Green value is 145 (57.03% from 255 or 26.70% from 543); Blue value is 158 (62.11% from 255 or 29.10% from 543); Max value from RGB is 240 - color contains mainly: red. Hex color #F0919E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0919E is #0F6E61. Grayscale: #AEAEAE. Windows color (decimal): -1011298 or 10392048. OLE color: 10392048.
HSL color Cylindrical-coordinate representation of color #F0919E: hue angle of 351.79º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F0919E is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 145 | 158 | - |
| CMYK | 0 | 0.40 | 0.34 | 0.06 |
| HSL | 351.79º | 0.76% | 0.75% | - |
| HSV(B) | 351.79º | 0.4% | 0.94% | - |
| XYZ | 52.23 | 41.24 | 37.56 | - |
| YUV | 174.89 | 118.47 | 174.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 145 | 158 | 0 | 0.40 | 0.34 | 0.06 | 351.79 | 0.76 | 0.75 |
| Hex | F0 | 91 | 9E | 0 | 28 | 22 | 6 | 160 | 4C | 4B |
| Octal | 360 | 221 | 236 | 0 | 50 | 42 | 6 | 540 | 114 | 113 |
| Binary | 11110000 | 10010001 | 10011110 | 0 | 101000 | 100010 | 110 | 101100000 | 1001100 | 1001011 |
Color Harmonies of #F0919E
Complementary color
Monochromatic Colors of #F0919E
Black with #F0919E
Text Example
Text Example
White with #F0919E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0919E; }
p { color: rgb(240,145,158); }
H1.HeaderClassName
{
color: #F0919E;
}
.AnyTagClassName
{
color: #F0919E;
}
</style>
background-color css
<style>
a { background-color: #F0919E; }
a { background-color: rgb(240,145,158); }
div.DivClassName
{
background-color: #F0919E;
}
.BgClassName
{
background-color: #F0919E;
}
</style>
border-color css
<style>
span { border-color: #F0919E; }
span { border-color: rgb(240,145,158); }
td.TdClassName
{
border-color: #F0919E;
}
.TagClassName
{
border-color: #F0919E;
}
</style>