Shades of Wewak #FF949A
Tints of Wewak #FF949A
RGB
CMYK
RGB Variations
Color information
#FF949A (or 0xFF949A) is known color: Wewak. HEX triplet: FF, 94 and 9A. RGB value is (255,148,154). Sum of RGB (Red+Green+Blue) = 255+148+154=557 (73% of max value = 765). Red value is 255 (100% from 255 or 45.78% from 557); Green value is 148 (58.20% from 255 or 26.57% from 557); Blue value is 154 (60.55% from 255 or 27.65% from 557); Max value from RGB is 255 - color contains mainly: red. Hex color #FF949A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF949A is #006B65. Grayscale: #B4B4B4. Windows color (decimal): -27494 or 10130687. OLE color: 10130687.
HSL color Cylindrical-coordinate representation of color #FF949A: hue angle of 356.64º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FF949A is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 148 | 154 | - |
| CMYK | 0 | 0.42 | 0.40 | 0 |
| HSL | 356.64º | 1% | 0.79% | - |
| HSV(B) | 356.64º | 0.42% | 1% | - |
| XYZ | 57.66 | 44.77 | 36.17 | - |
| YUV | 180.68 | 112.95 | 181.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 148 | 154 | 0 | 0.42 | 0.40 | 0 | 356.64 | 1 | 0.79 |
| Hex | FF | 94 | 9A | 0 | 2A | 28 | 0 | 165 | 64 | 4F |
| Octal | 377 | 224 | 232 | 0 | 52 | 50 | 0 | 545 | 144 | 117 |
| Binary | 11111111 | 10010100 | 10011010 | 0 | 101010 | 101000 | 0 | 101100101 | 1100100 | 1001111 |
Color Harmonies of #FF949A
Complementary color
Monochromatic Colors of #FF949A
Black with #FF949A
Text Example
Text Example
White with #FF949A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF949A; }
p { color: rgb(255,148,154); }
H1.HeaderClassName
{
color: #FF949A;
}
.AnyTagClassName
{
color: #FF949A;
}
</style>
background-color css
<style>
a { background-color: #FF949A; }
a { background-color: rgb(255,148,154); }
div.DivClassName
{
background-color: #FF949A;
}
.BgClassName
{
background-color: #FF949A;
}
</style>
border-color css
<style>
span { border-color: #FF949A; }
span { border-color: rgb(255,148,154); }
td.TdClassName
{
border-color: #FF949A;
}
.TagClassName
{
border-color: #FF949A;
}
</style>