Shades of Wewak #FF9294
Tints of Wewak #FF9294
RGB
CMYK
RGB Variations
Color information
#FF9294 (or 0xFF9294) is known color: Wewak. HEX triplet: FF, 92 and 94. RGB value is (255,146,148). Sum of RGB (Red+Green+Blue) = 255+146+148=549 (72% of max value = 765). Red value is 255 (100% from 255 or 46.45% from 549); Green value is 146 (57.42% from 255 or 26.59% from 549); Blue value is 148 (58.20% from 255 or 26.96% from 549); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9294 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9294 is #006D6B. Grayscale: #B2B2B2. Windows color (decimal): -28012 or 9736959. OLE color: 9736959.
HSL color Cylindrical-coordinate representation of color #FF9294: hue angle of 358.9º 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 #FF9294 is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 146 | 148 | - |
| CMYK | 0 | 0.43 | 0.42 | 0 |
| HSL | 358.9º | 1% | 0.79% | - |
| HSV(B) | 358.9º | 0.43% | 1% | - |
| XYZ | 56.86 | 43.96 | 33.5 | - |
| YUV | 178.82 | 110.61 | 182.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 146 | 148 | 0 | 0.43 | 0.42 | 0 | 358.9 | 1 | 0.79 |
| Hex | FF | 92 | 94 | 0 | 2B | 2A | 0 | 167 | 64 | 4F |
| Octal | 377 | 222 | 224 | 0 | 53 | 52 | 0 | 547 | 144 | 117 |
| Binary | 11111111 | 10010010 | 10010100 | 0 | 101011 | 101010 | 0 | 101100111 | 1100100 | 1001111 |
Color Harmonies of #FF9294
Complementary color
Monochromatic Colors of #FF9294
Black with #FF9294
Text Example
Text Example
White with #FF9294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9294; }
p { color: rgb(255,146,148); }
H1.HeaderClassName
{
color: #FF9294;
}
.AnyTagClassName
{
color: #FF9294;
}
</style>
background-color css
<style>
a { background-color: #FF9294; }
a { background-color: rgb(255,146,148); }
div.DivClassName
{
background-color: #FF9294;
}
.BgClassName
{
background-color: #FF9294;
}
</style>
border-color css
<style>
span { border-color: #FF9294; }
span { border-color: rgb(255,146,148); }
td.TdClassName
{
border-color: #FF9294;
}
.TagClassName
{
border-color: #FF9294;
}
</style>