Shades of Wewak #FF848E
Tints of Wewak #FF848E
RGB
CMYK
RGB Variations
Color information
#FF848E (or 0xFF848E) is known color: Wewak. HEX triplet: FF, 84 and 8E. RGB value is (255,132,142). Sum of RGB (Red+Green+Blue) = 255+132+142=529 (70% of max value = 765). Red value is 255 (100% from 255 or 48.20% from 529); Green value is 132 (51.95% from 255 or 24.95% from 529); Blue value is 142 (55.86% from 255 or 26.84% from 529); Max value from RGB is 255 - color contains mainly: red. Hex color #FF848E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF848E is #007B71. Grayscale: #AAAAAA. Windows color (decimal): -31602 or 9340159. OLE color: 9340159.
HSL color Cylindrical-coordinate representation of color #FF848E: hue angle of 355.12º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FF848E is Cyan = 0, Magento = 0.48, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 132 | 142 | - |
| CMYK | 0 | 0.48 | 0.44 | 0 |
| HSL | 355.12º | 1% | 0.76% | - |
| HSV(B) | 355.12º | 0.48% | 1% | - |
| XYZ | 54.37 | 39.72 | 30.39 | - |
| YUV | 169.92 | 112.25 | 188.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 132 | 142 | 0 | 0.48 | 0.44 | 0 | 355.12 | 1 | 0.76 |
| Hex | FF | 84 | 8E | 0 | 30 | 2C | 0 | 163 | 64 | 4C |
| Octal | 377 | 204 | 216 | 0 | 60 | 54 | 0 | 543 | 144 | 114 |
| Binary | 11111111 | 10000100 | 10001110 | 0 | 110000 | 101100 | 0 | 101100011 | 1100100 | 1001100 |
Color Harmonies of #FF848E
Complementary color
Monochromatic Colors of #FF848E
Black with #FF848E
Text Example
Text Example
White with #FF848E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF848E; }
p { color: rgb(255,132,142); }
H1.HeaderClassName
{
color: #FF848E;
}
.AnyTagClassName
{
color: #FF848E;
}
</style>
background-color css
<style>
a { background-color: #FF848E; }
a { background-color: rgb(255,132,142); }
div.DivClassName
{
background-color: #FF848E;
}
.BgClassName
{
background-color: #FF848E;
}
</style>
border-color css
<style>
span { border-color: #FF848E; }
span { border-color: rgb(255,132,142); }
td.TdClassName
{
border-color: #FF848E;
}
.TagClassName
{
border-color: #FF848E;
}
</style>