Shades of Wewak #FF848A
Tints of Wewak #FF848A
RGB
CMYK
RGB Variations
Color information
#FF848A (or 0xFF848A) is known color: Wewak. HEX triplet: FF, 84 and 8A. RGB value is (255,132,138). Sum of RGB (Red+Green+Blue) = 255+132+138=525 (69% of max value = 765). Red value is 255 (100% from 255 or 48.57% from 525); Green value is 132 (51.95% from 255 or 25.14% from 525); Blue value is 138 (54.30% from 255 or 26.29% from 525); Max value from RGB is 255 - color contains mainly: red. Hex color #FF848A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF848A is #007B75. Grayscale: #A9A9A9. Windows color (decimal): -31606 or 9078015. OLE color: 9078015.
HSL color Cylindrical-coordinate representation of color #FF848A: hue angle of 357.07º 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 #FF848A is Cyan = 0, Magento = 0.48, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 132 | 138 | - |
| CMYK | 0 | 0.48 | 0.46 | 0 |
| HSL | 357.07º | 1% | 0.76% | - |
| HSV(B) | 357.07º | 0.48% | 1% | - |
| XYZ | 54.08 | 39.6 | 28.84 | - |
| YUV | 169.46 | 110.25 | 189.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 132 | 138 | 0 | 0.48 | 0.46 | 0 | 357.07 | 1 | 0.76 |
| Hex | FF | 84 | 8A | 0 | 30 | 2E | 0 | 165 | 64 | 4C |
| Octal | 377 | 204 | 212 | 0 | 60 | 56 | 0 | 545 | 144 | 114 |
| Binary | 11111111 | 10000100 | 10001010 | 0 | 110000 | 101110 | 0 | 101100101 | 1100100 | 1001100 |
Color Harmonies of #FF848A
Complementary color
Monochromatic Colors of #FF848A
Black with #FF848A
Text Example
Text Example
White with #FF848A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF848A; }
p { color: rgb(255,132,138); }
H1.HeaderClassName
{
color: #FF848A;
}
.AnyTagClassName
{
color: #FF848A;
}
</style>
background-color css
<style>
a { background-color: #FF848A; }
a { background-color: rgb(255,132,138); }
div.DivClassName
{
background-color: #FF848A;
}
.BgClassName
{
background-color: #FF848A;
}
</style>
border-color css
<style>
span { border-color: #FF848A; }
span { border-color: rgb(255,132,138); }
td.TdClassName
{
border-color: #FF848A;
}
.TagClassName
{
border-color: #FF848A;
}
</style>