Shades of Wewak #FF858A
Tints of Wewak #FF858A
RGB
CMYK
RGB Variations
Color information
#FF858A (or 0xFF858A) is known color: Wewak. HEX triplet: FF, 85 and 8A. RGB value is (255,133,138). Sum of RGB (Red+Green+Blue) = 255+133+138=526 (69% of max value = 765). Red value is 255 (100% from 255 or 48.48% from 526); Green value is 133 (52.34% from 255 or 25.29% from 526); Blue value is 138 (54.30% from 255 or 26.24% from 526); Max value from RGB is 255 - color contains mainly: red. Hex color #FF858A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF858A is #007A75. Grayscale: #AAAAAA. Windows color (decimal): -31350 or 9078271. OLE color: 9078271.
HSL color Cylindrical-coordinate representation of color #FF858A: hue angle of 357.54º 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 #FF858A is Cyan = 0, Magento = 0.48, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 133 | 138 | - |
| CMYK | 0 | 0.48 | 0.46 | 0 |
| HSL | 357.54º | 1% | 0.76% | - |
| HSV(B) | 357.54º | 0.48% | 1% | - |
| XYZ | 54.21 | 39.87 | 28.88 | - |
| YUV | 170.05 | 109.92 | 188.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 133 | 138 | 0 | 0.48 | 0.46 | 0 | 357.54 | 1 | 0.76 |
| Hex | FF | 85 | 8A | 0 | 30 | 2E | 0 | 166 | 64 | 4C |
| Octal | 377 | 205 | 212 | 0 | 60 | 56 | 0 | 546 | 144 | 114 |
| Binary | 11111111 | 10000101 | 10001010 | 0 | 110000 | 101110 | 0 | 101100110 | 1100100 | 1001100 |
Color Harmonies of #FF858A
Complementary color
Monochromatic Colors of #FF858A
Black with #FF858A
Text Example
Text Example
White with #FF858A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF858A; }
p { color: rgb(255,133,138); }
H1.HeaderClassName
{
color: #FF858A;
}
.AnyTagClassName
{
color: #FF858A;
}
</style>
background-color css
<style>
a { background-color: #FF858A; }
a { background-color: rgb(255,133,138); }
div.DivClassName
{
background-color: #FF858A;
}
.BgClassName
{
background-color: #FF858A;
}
</style>
border-color css
<style>
span { border-color: #FF858A; }
span { border-color: rgb(255,133,138); }
td.TdClassName
{
border-color: #FF858A;
}
.TagClassName
{
border-color: #FF858A;
}
</style>