Shades of Wewak #F0969E
Tints of Wewak #F0969E
RGB
CMYK
RGB Variations
Color information
#F0969E (or 0xF0969E) is known color: Wewak. HEX triplet: F0, 96 and 9E. RGB value is (240,150,158). Sum of RGB (Red+Green+Blue) = 240+150+158=548 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.80% from 548); Green value is 150 (58.98% from 255 or 27.37% from 548); Blue value is 158 (62.11% from 255 or 28.83% from 548); Max value from RGB is 240 - color contains mainly: red. Hex color #F0969E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0969E is #0F6961. Grayscale: #B1B1B1. Windows color (decimal): -1010018 or 10393328. OLE color: 10393328.
HSL color Cylindrical-coordinate representation of color #F0969E: hue angle of 354.67º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F0969E is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 150 | 158 | - |
| CMYK | 0 | 0.37 | 0.34 | 0.06 |
| HSL | 354.67º | 0.75% | 0.76% | - |
| HSV(B) | 354.67º | 0.38% | 0.94% | - |
| XYZ | 53.01 | 42.81 | 37.82 | - |
| YUV | 177.82 | 116.82 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 150 | 158 | 0 | 0.37 | 0.34 | 0.06 | 354.67 | 0.75 | 0.76 |
| Hex | F0 | 96 | 9E | 0 | 25 | 22 | 6 | 163 | 4B | 4C |
| Octal | 360 | 226 | 236 | 0 | 45 | 42 | 6 | 543 | 113 | 114 |
| Binary | 11110000 | 10010110 | 10011110 | 0 | 100101 | 100010 | 110 | 101100011 | 1001011 | 1001100 |
Color Harmonies of #F0969E
Complementary color
Monochromatic Colors of #F0969E
Black with #F0969E
Text Example
Text Example
White with #F0969E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0969E; }
p { color: rgb(240,150,158); }
H1.HeaderClassName
{
color: #F0969E;
}
.AnyTagClassName
{
color: #F0969E;
}
</style>
background-color css
<style>
a { background-color: #F0969E; }
a { background-color: rgb(240,150,158); }
div.DivClassName
{
background-color: #F0969E;
}
.BgClassName
{
background-color: #F0969E;
}
</style>
border-color css
<style>
span { border-color: #F0969E; }
span { border-color: rgb(240,150,158); }
td.TdClassName
{
border-color: #F0969E;
}
.TagClassName
{
border-color: #F0969E;
}
</style>