Shades of Wewak #F0959F
Tints of Wewak #F0959F
RGB
CMYK
RGB Variations
Color information
#F0959F (or 0xF0959F) is known color: Wewak. HEX triplet: F0, 95 and 9F. RGB value is (240,149,159). Sum of RGB (Red+Green+Blue) = 240+149+159=548 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.80% from 548); Green value is 149 (58.59% from 255 or 27.19% from 548); Blue value is 159 (62.5% from 255 or 29.01% from 548); Max value from RGB is 240 - color contains mainly: red. Hex color #F0959F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0959F is #0F6A60. Grayscale: #B1B1B1. Windows color (decimal): -1010273 or 10458608. OLE color: 10458608.
HSL color Cylindrical-coordinate representation of color #F0959F: hue angle of 353.41º 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 #F0959F is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 149 | 159 | - |
| CMYK | 0 | 0.38 | 0.34 | 0.06 |
| HSL | 353.41º | 0.75% | 0.76% | - |
| HSV(B) | 353.41º | 0.38% | 0.94% | - |
| XYZ | 52.94 | 42.52 | 38.22 | - |
| YUV | 177.35 | 117.65 | 172.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 149 | 159 | 0 | 0.38 | 0.34 | 0.06 | 353.41 | 0.75 | 0.76 |
| Hex | F0 | 95 | 9F | 0 | 26 | 22 | 6 | 161 | 4B | 4C |
| Octal | 360 | 225 | 237 | 0 | 46 | 42 | 6 | 541 | 113 | 114 |
| Binary | 11110000 | 10010101 | 10011111 | 0 | 100110 | 100010 | 110 | 101100001 | 1001011 | 1001100 |
Color Harmonies of #F0959F
Complementary color
Monochromatic Colors of #F0959F
Black with #F0959F
Text Example
Text Example
White with #F0959F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0959F; }
p { color: rgb(240,149,159); }
H1.HeaderClassName
{
color: #F0959F;
}
.AnyTagClassName
{
color: #F0959F;
}
</style>
background-color css
<style>
a { background-color: #F0959F; }
a { background-color: rgb(240,149,159); }
div.DivClassName
{
background-color: #F0959F;
}
.BgClassName
{
background-color: #F0959F;
}
</style>
border-color css
<style>
span { border-color: #F0959F; }
span { border-color: rgb(240,149,159); }
td.TdClassName
{
border-color: #F0959F;
}
.TagClassName
{
border-color: #F0959F;
}
</style>