Shades of Wewak #FF8487
Tints of Wewak #FF8487
RGB
CMYK
RGB Variations
Color information
#FF8487 (or 0xFF8487) is known color: Wewak. HEX triplet: FF, 84 and 87. RGB value is (255,132,135). Sum of RGB (Red+Green+Blue) = 255+132+135=522 (69% of max value = 765). Red value is 255 (100% from 255 or 48.85% from 522); Green value is 132 (51.95% from 255 or 25.29% from 522); Blue value is 135 (53.12% from 255 or 25.86% from 522); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8487 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8487 is #007B78. Grayscale: #A9A9A9. Windows color (decimal): -31609 or 8881407. OLE color: 8881407.
HSL color Cylindrical-coordinate representation of color #FF8487: hue angle of 358.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 #FF8487 is Cyan = 0, Magento = 0.48, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 132 | 135 | - |
| CMYK | 0 | 0.48 | 0.47 | 0 |
| HSL | 358.54º | 1% | 0.76% | - |
| HSV(B) | 358.54º | 0.48% | 1% | - |
| XYZ | 53.86 | 39.51 | 27.71 | - |
| YUV | 169.12 | 108.75 | 189.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 132 | 135 | 0 | 0.48 | 0.47 | 0 | 358.54 | 1 | 0.76 |
| Hex | FF | 84 | 87 | 0 | 30 | 2F | 0 | 167 | 64 | 4C |
| Octal | 377 | 204 | 207 | 0 | 60 | 57 | 0 | 547 | 144 | 114 |
| Binary | 11111111 | 10000100 | 10000111 | 0 | 110000 | 101111 | 0 | 101100111 | 1100100 | 1001100 |
Color Harmonies of #FF8487
Complementary color
Monochromatic Colors of #FF8487
Black with #FF8487
Text Example
Text Example
White with #FF8487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8487; }
p { color: rgb(255,132,135); }
H1.HeaderClassName
{
color: #FF8487;
}
.AnyTagClassName
{
color: #FF8487;
}
</style>
background-color css
<style>
a { background-color: #FF8487; }
a { background-color: rgb(255,132,135); }
div.DivClassName
{
background-color: #FF8487;
}
.BgClassName
{
background-color: #FF8487;
}
</style>
border-color css
<style>
span { border-color: #FF8487; }
span { border-color: rgb(255,132,135); }
td.TdClassName
{
border-color: #FF8487;
}
.TagClassName
{
border-color: #FF8487;
}
</style>