Shades of Wewak #FF9296
Tints of Wewak #FF9296
RGB
CMYK
RGB Variations
Color information
#FF9296 (or 0xFF9296) is known color: Wewak. HEX triplet: FF, 92 and 96. RGB value is (255,146,150). Sum of RGB (Red+Green+Blue) = 255+146+150=551 (72% of max value = 765). Red value is 255 (100% from 255 or 46.28% from 551); Green value is 146 (57.42% from 255 or 26.50% from 551); Blue value is 150 (58.98% from 255 or 27.22% from 551); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9296 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9296 is #006D69. Grayscale: #B3B3B3. Windows color (decimal): -28010 or 9868031. OLE color: 9868031.
HSL color Cylindrical-coordinate representation of color #FF9296: hue angle of 357.8º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FF9296 is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 146 | 150 | - |
| CMYK | 0 | 0.43 | 0.41 | 0 |
| HSL | 357.8º | 1% | 0.79% | - |
| HSV(B) | 357.8º | 0.43% | 1% | - |
| XYZ | 57.02 | 44.02 | 34.35 | - |
| YUV | 179.05 | 111.61 | 182.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 146 | 150 | 0 | 0.43 | 0.41 | 0 | 357.8 | 1 | 0.79 |
| Hex | FF | 92 | 96 | 0 | 2B | 29 | 0 | 166 | 64 | 4F |
| Octal | 377 | 222 | 226 | 0 | 53 | 51 | 0 | 546 | 144 | 117 |
| Binary | 11111111 | 10010010 | 10010110 | 0 | 101011 | 101001 | 0 | 101100110 | 1100100 | 1001111 |
Color Harmonies of #FF9296
Complementary color
Monochromatic Colors of #FF9296
Black with #FF9296
Text Example
Text Example
White with #FF9296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9296; }
p { color: rgb(255,146,150); }
H1.HeaderClassName
{
color: #FF9296;
}
.AnyTagClassName
{
color: #FF9296;
}
</style>
background-color css
<style>
a { background-color: #FF9296; }
a { background-color: rgb(255,146,150); }
div.DivClassName
{
background-color: #FF9296;
}
.BgClassName
{
background-color: #FF9296;
}
</style>
border-color css
<style>
span { border-color: #FF9296; }
span { border-color: rgb(255,146,150); }
td.TdClassName
{
border-color: #FF9296;
}
.TagClassName
{
border-color: #FF9296;
}
</style>