Shades of Wewak #FF858E
Tints of Wewak #FF858E
RGB
CMYK
RGB Variations
Color information
#FF858E (or 0xFF858E) is known color: Wewak. HEX triplet: FF, 85 and 8E. RGB value is (255,133,142). Sum of RGB (Red+Green+Blue) = 255+133+142=530 (70% of max value = 765). Red value is 255 (100% from 255 or 48.11% from 530); Green value is 133 (52.34% from 255 or 25.09% from 530); Blue value is 142 (55.86% from 255 or 26.79% from 530); Max value from RGB is 255 - color contains mainly: red. Hex color #FF858E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF858E is #007A71. Grayscale: #AAAAAA. Windows color (decimal): -31346 or 9340415. OLE color: 9340415.
HSL color Cylindrical-coordinate representation of color #FF858E: hue angle of 355.57º 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 #FF858E is Cyan = 0, Magento = 0.48, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 133 | 142 | - |
| CMYK | 0 | 0.48 | 0.44 | 0 |
| HSL | 355.57º | 1% | 0.76% | - |
| HSV(B) | 355.57º | 0.48% | 1% | - |
| XYZ | 54.51 | 39.99 | 30.44 | - |
| YUV | 170.5 | 111.92 | 188.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 133 | 142 | 0 | 0.48 | 0.44 | 0 | 355.57 | 1 | 0.76 |
| Hex | FF | 85 | 8E | 0 | 30 | 2C | 0 | 164 | 64 | 4C |
| Octal | 377 | 205 | 216 | 0 | 60 | 54 | 0 | 544 | 144 | 114 |
| Binary | 11111111 | 10000101 | 10001110 | 0 | 110000 | 101100 | 0 | 101100100 | 1100100 | 1001100 |
Color Harmonies of #FF858E
Complementary color
Monochromatic Colors of #FF858E
Black with #FF858E
Text Example
Text Example
White with #FF858E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF858E; }
p { color: rgb(255,133,142); }
H1.HeaderClassName
{
color: #FF858E;
}
.AnyTagClassName
{
color: #FF858E;
}
</style>
background-color css
<style>
a { background-color: #FF858E; }
a { background-color: rgb(255,133,142); }
div.DivClassName
{
background-color: #FF858E;
}
.BgClassName
{
background-color: #FF858E;
}
</style>
border-color css
<style>
span { border-color: #FF858E; }
span { border-color: rgb(255,133,142); }
td.TdClassName
{
border-color: #FF858E;
}
.TagClassName
{
border-color: #FF858E;
}
</style>