Shades of Wewak #FF848B
Tints of Wewak #FF848B
RGB
CMYK
RGB Variations
Color information
#FF848B (or 0xFF848B) is known color: Wewak. HEX triplet: FF, 84 and 8B. RGB value is (255,132,139). Sum of RGB (Red+Green+Blue) = 255+132+139=526 (69% of max value = 765). Red value is 255 (100% from 255 or 48.48% from 526); Green value is 132 (51.95% from 255 or 25.10% from 526); Blue value is 139 (54.69% from 255 or 26.43% from 526); Max value from RGB is 255 - color contains mainly: red. Hex color #FF848B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF848B is #007B74. Grayscale: #A9A9A9. Windows color (decimal): -31605 or 9143551. OLE color: 9143551.
HSL color Cylindrical-coordinate representation of color #FF848B: hue angle of 356.59º 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 #FF848B is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 132 | 139 | - |
| CMYK | 0 | 0.48 | 0.45 | 0 |
| HSL | 356.59º | 1% | 0.76% | - |
| HSV(B) | 356.59º | 0.48% | 1% | - |
| XYZ | 54.15 | 39.63 | 29.22 | - |
| YUV | 169.58 | 110.75 | 188.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 132 | 139 | 0 | 0.48 | 0.45 | 0 | 356.59 | 1 | 0.76 |
| Hex | FF | 84 | 8B | 0 | 30 | 2D | 0 | 165 | 64 | 4C |
| Octal | 377 | 204 | 213 | 0 | 60 | 55 | 0 | 545 | 144 | 114 |
| Binary | 11111111 | 10000100 | 10001011 | 0 | 110000 | 101101 | 0 | 101100101 | 1100100 | 1001100 |
Color Harmonies of #FF848B
Complementary color
Monochromatic Colors of #FF848B
Black with #FF848B
Text Example
Text Example
White with #FF848B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF848B; }
p { color: rgb(255,132,139); }
H1.HeaderClassName
{
color: #FF848B;
}
.AnyTagClassName
{
color: #FF848B;
}
</style>
background-color css
<style>
a { background-color: #FF848B; }
a { background-color: rgb(255,132,139); }
div.DivClassName
{
background-color: #FF848B;
}
.BgClassName
{
background-color: #FF848B;
}
</style>
border-color css
<style>
span { border-color: #FF848B; }
span { border-color: rgb(255,132,139); }
td.TdClassName
{
border-color: #FF848B;
}
.TagClassName
{
border-color: #FF848B;
}
</style>