Shades of Wewak #F096A0
Tints of Wewak #F096A0
RGB
CMYK
RGB Variations
Color information
#F096A0 (or 0xF096A0) is known color: Wewak. HEX triplet: F0, 96 and A0. RGB value is (240,150,160). Sum of RGB (Red+Green+Blue) = 240+150+160=550 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.64% from 550); Green value is 150 (58.98% from 255 or 27.27% from 550); Blue value is 160 (62.89% from 255 or 29.09% from 550); Max value from RGB is 240 - color contains mainly: red. Hex color #F096A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F096A0 is #0F695F. Grayscale: #B2B2B2. Windows color (decimal): -1010016 or 10524400. OLE color: 10524400.
HSL color Cylindrical-coordinate representation of color #F096A0: hue angle of 353.33º 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 #F096A0 is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 150 | 160 | - |
| CMYK | 0 | 0.37 | 0.33 | 0.06 |
| HSL | 353.33º | 0.75% | 0.76% | - |
| HSV(B) | 353.33º | 0.38% | 0.94% | - |
| XYZ | 53.19 | 42.88 | 38.73 | - |
| YUV | 178.05 | 117.82 | 172.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 150 | 160 | 0 | 0.37 | 0.33 | 0.06 | 353.33 | 0.75 | 0.76 |
| Hex | F0 | 96 | A0 | 0 | 25 | 21 | 6 | 161 | 4B | 4C |
| Octal | 360 | 226 | 240 | 0 | 45 | 41 | 6 | 541 | 113 | 114 |
| Binary | 11110000 | 10010110 | 10100000 | 0 | 100101 | 100001 | 110 | 101100001 | 1001011 | 1001100 |
Color Harmonies of #F096A0
Complementary color
Monochromatic Colors of #F096A0
Black with #F096A0
Text Example
Text Example
White with #F096A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F096A0; }
p { color: rgb(240,150,160); }
H1.HeaderClassName
{
color: #F096A0;
}
.AnyTagClassName
{
color: #F096A0;
}
</style>
background-color css
<style>
a { background-color: #F096A0; }
a { background-color: rgb(240,150,160); }
div.DivClassName
{
background-color: #F096A0;
}
.BgClassName
{
background-color: #F096A0;
}
</style>
border-color css
<style>
span { border-color: #F096A0; }
span { border-color: rgb(240,150,160); }
td.TdClassName
{
border-color: #F096A0;
}
.TagClassName
{
border-color: #F096A0;
}
</style>