Shades of Wewak #F096A1
Tints of Wewak #F096A1
RGB
CMYK
RGB Variations
Color information
#F096A1 (or 0xF096A1) is known color: Wewak. HEX triplet: F0, 96 and A1. RGB value is (240,150,161). Sum of RGB (Red+Green+Blue) = 240+150+161=551 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.56% from 551); Green value is 150 (58.98% from 255 or 27.22% from 551); Blue value is 161 (63.28% from 255 or 29.22% from 551); Max value from RGB is 240 - color contains mainly: red. Hex color #F096A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F096A1 is #0F695E. Grayscale: #B2B2B2. Windows color (decimal): -1010015 or 10589936. OLE color: 10589936.
HSL color Cylindrical-coordinate representation of color #F096A1: hue angle of 352.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 #F096A1 is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 150 | 161 | - |
| CMYK | 0 | 0.37 | 0.33 | 0.06 |
| HSL | 352.67º | 0.75% | 0.76% | - |
| HSV(B) | 352.67º | 0.38% | 0.94% | - |
| XYZ | 53.27 | 42.91 | 39.19 | - |
| YUV | 178.16 | 118.32 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 150 | 161 | 0 | 0.37 | 0.33 | 0.06 | 352.67 | 0.75 | 0.76 |
| Hex | F0 | 96 | A1 | 0 | 25 | 21 | 6 | 161 | 4B | 4C |
| Octal | 360 | 226 | 241 | 0 | 45 | 41 | 6 | 541 | 113 | 114 |
| Binary | 11110000 | 10010110 | 10100001 | 0 | 100101 | 100001 | 110 | 101100001 | 1001011 | 1001100 |
Color Harmonies of #F096A1
Complementary color
Monochromatic Colors of #F096A1
Black with #F096A1
Text Example
Text Example
White with #F096A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F096A1; }
p { color: rgb(240,150,161); }
H1.HeaderClassName
{
color: #F096A1;
}
.AnyTagClassName
{
color: #F096A1;
}
</style>
background-color css
<style>
a { background-color: #F096A1; }
a { background-color: rgb(240,150,161); }
div.DivClassName
{
background-color: #F096A1;
}
.BgClassName
{
background-color: #F096A1;
}
</style>
border-color css
<style>
span { border-color: #F096A1; }
span { border-color: rgb(240,150,161); }
td.TdClassName
{
border-color: #F096A1;
}
.TagClassName
{
border-color: #F096A1;
}
</style>