Shades of Wewak #FF8185
Tints of Wewak #FF8185
RGB
CMYK
RGB Variations
Color information
#FF8185 (or 0xFF8185) is known color: Wewak. HEX triplet: FF, 81 and 85. RGB value is (255,129,133). Sum of RGB (Red+Green+Blue) = 255+129+133=517 (68% of max value = 765). Red value is 255 (100% from 255 or 49.32% from 517); Green value is 129 (50.78% from 255 or 24.95% from 517); Blue value is 133 (52.34% from 255 or 25.73% from 517); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8185 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8185 is #007E7A. Grayscale: #A7A7A7. Windows color (decimal): -32379 or 8749567. OLE color: 8749567.
HSL color Cylindrical-coordinate representation of color #FF8185: hue angle of 358.1º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FF8185 is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 129 | 133 | - |
| CMYK | 0 | 0.49 | 0.48 | 0 |
| HSL | 358.1º | 1% | 0.75% | - |
| HSV(B) | 358.1º | 0.49% | 1% | - |
| XYZ | 53.32 | 38.65 | 26.84 | - |
| YUV | 167.13 | 108.74 | 190.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 129 | 133 | 0 | 0.49 | 0.48 | 0 | 358.1 | 1 | 0.75 |
| Hex | FF | 81 | 85 | 0 | 31 | 30 | 0 | 166 | 64 | 4B |
| Octal | 377 | 201 | 205 | 0 | 61 | 60 | 0 | 546 | 144 | 113 |
| Binary | 11111111 | 10000001 | 10000101 | 0 | 110001 | 110000 | 0 | 101100110 | 1100100 | 1001011 |
Color Harmonies of #FF8185
Complementary color
Monochromatic Colors of #FF8185
Black with #FF8185
Text Example
Text Example
White with #FF8185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8185; }
p { color: rgb(255,129,133); }
H1.HeaderClassName
{
color: #FF8185;
}
.AnyTagClassName
{
color: #FF8185;
}
</style>
background-color css
<style>
a { background-color: #FF8185; }
a { background-color: rgb(255,129,133); }
div.DivClassName
{
background-color: #FF8185;
}
.BgClassName
{
background-color: #FF8185;
}
</style>
border-color css
<style>
span { border-color: #FF8185; }
span { border-color: rgb(255,129,133); }
td.TdClassName
{
border-color: #FF8185;
}
.TagClassName
{
border-color: #FF8185;
}
</style>