Shades of Wewak #FF848D
Tints of Wewak #FF848D
RGB
CMYK
RGB Variations
Color information
#FF848D (or 0xFF848D) is known color: Wewak. HEX triplet: FF, 84 and 8D. RGB value is (255,132,141). Sum of RGB (Red+Green+Blue) = 255+132+141=528 (69% of max value = 765). Red value is 255 (100% from 255 or 48.30% from 528); Green value is 132 (51.95% from 255 or 25% from 528); Blue value is 141 (55.47% from 255 or 26.70% from 528); Max value from RGB is 255 - color contains mainly: red. Hex color #FF848D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF848D is #007B72. Grayscale: #A9A9A9. Windows color (decimal): -31603 or 9274623. OLE color: 9274623.
HSL color Cylindrical-coordinate representation of color #FF848D: hue angle of 355.61º 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 #FF848D is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 132 | 141 | - |
| CMYK | 0 | 0.48 | 0.45 | 0 |
| HSL | 355.61º | 1% | 0.76% | - |
| HSV(B) | 355.61º | 0.48% | 1% | - |
| XYZ | 54.3 | 39.69 | 30 | - |
| YUV | 169.8 | 111.75 | 188.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 132 | 141 | 0 | 0.48 | 0.45 | 0 | 355.61 | 1 | 0.76 |
| Hex | FF | 84 | 8D | 0 | 30 | 2D | 0 | 164 | 64 | 4C |
| Octal | 377 | 204 | 215 | 0 | 60 | 55 | 0 | 544 | 144 | 114 |
| Binary | 11111111 | 10000100 | 10001101 | 0 | 110000 | 101101 | 0 | 101100100 | 1100100 | 1001100 |
Color Harmonies of #FF848D
Complementary color
Monochromatic Colors of #FF848D
Black with #FF848D
Text Example
Text Example
White with #FF848D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF848D; }
p { color: rgb(255,132,141); }
H1.HeaderClassName
{
color: #FF848D;
}
.AnyTagClassName
{
color: #FF848D;
}
</style>
background-color css
<style>
a { background-color: #FF848D; }
a { background-color: rgb(255,132,141); }
div.DivClassName
{
background-color: #FF848D;
}
.BgClassName
{
background-color: #FF848D;
}
</style>
border-color css
<style>
span { border-color: #FF848D; }
span { border-color: rgb(255,132,141); }
td.TdClassName
{
border-color: #FF848D;
}
.TagClassName
{
border-color: #FF848D;
}
</style>