Shades of Wewak #FF949D
Tints of Wewak #FF949D
RGB
CMYK
RGB Variations
Color information
#FF949D (or 0xFF949D) is known color: Wewak. HEX triplet: FF, 94 and 9D. RGB value is (255,148,157). Sum of RGB (Red+Green+Blue) = 255+148+157=560 (74% of max value = 765). Red value is 255 (100% from 255 or 45.54% from 560); Green value is 148 (58.20% from 255 or 26.43% from 560); Blue value is 157 (61.72% from 255 or 28.04% from 560); Max value from RGB is 255 - color contains mainly: red. Hex color #FF949D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF949D is #006B62. Grayscale: #B5B5B5. Windows color (decimal): -27491 or 10327295. OLE color: 10327295.
HSL color Cylindrical-coordinate representation of color #FF949D: hue angle of 354.95º 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 #FF949D is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 148 | 157 | - |
| CMYK | 0 | 0.42 | 0.38 | 0 |
| HSL | 354.95º | 1% | 0.79% | - |
| HSV(B) | 354.95º | 0.42% | 1% | - |
| XYZ | 57.92 | 44.87 | 37.51 | - |
| YUV | 181.02 | 114.45 | 180.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 148 | 157 | 0 | 0.42 | 0.38 | 0 | 354.95 | 1 | 0.79 |
| Hex | FF | 94 | 9D | 0 | 2A | 26 | 0 | 163 | 64 | 4F |
| Octal | 377 | 224 | 235 | 0 | 52 | 46 | 0 | 543 | 144 | 117 |
| Binary | 11111111 | 10010100 | 10011101 | 0 | 101010 | 100110 | 0 | 101100011 | 1100100 | 1001111 |
Color Harmonies of #FF949D
Complementary color
Monochromatic Colors of #FF949D
Black with #FF949D
Text Example
Text Example
White with #FF949D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF949D; }
p { color: rgb(255,148,157); }
H1.HeaderClassName
{
color: #FF949D;
}
.AnyTagClassName
{
color: #FF949D;
}
</style>
background-color css
<style>
a { background-color: #FF949D; }
a { background-color: rgb(255,148,157); }
div.DivClassName
{
background-color: #FF949D;
}
.BgClassName
{
background-color: #FF949D;
}
</style>
border-color css
<style>
span { border-color: #FF949D; }
span { border-color: rgb(255,148,157); }
td.TdClassName
{
border-color: #FF949D;
}
.TagClassName
{
border-color: #FF949D;
}
</style>