Shades of Wewak #FF8495
Tints of Wewak #FF8495
RGB
CMYK
RGB Variations
Color information
#FF8495 (or 0xFF8495) is known color: Wewak. HEX triplet: FF, 84 and 95. RGB value is (255,132,149). Sum of RGB (Red+Green+Blue) = 255+132+149=536 (70% of max value = 765). Red value is 255 (100% from 255 or 47.57% from 536); Green value is 132 (51.95% from 255 or 24.63% from 536); Blue value is 149 (58.59% from 255 or 27.80% from 536); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8495 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8495 is #007B6A. Grayscale: #AAAAAA. Windows color (decimal): -31595 or 9798911. OLE color: 9798911.
HSL color Cylindrical-coordinate representation of color #FF8495: hue angle of 351.71º 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 #FF8495 is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 132 | 149 | - |
| CMYK | 0 | 0.48 | 0.42 | 0 |
| HSL | 351.71º | 1% | 0.76% | - |
| HSV(B) | 351.71º | 0.48% | 1% | - |
| XYZ | 54.92 | 39.93 | 33.25 | - |
| YUV | 170.72 | 115.75 | 188.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 132 | 149 | 0 | 0.48 | 0.42 | 0 | 351.71 | 1 | 0.76 |
| Hex | FF | 84 | 95 | 0 | 30 | 2A | 0 | 160 | 64 | 4C |
| Octal | 377 | 204 | 225 | 0 | 60 | 52 | 0 | 540 | 144 | 114 |
| Binary | 11111111 | 10000100 | 10010101 | 0 | 110000 | 101010 | 0 | 101100000 | 1100100 | 1001100 |
Color Harmonies of #FF8495
Complementary color
Monochromatic Colors of #FF8495
Black with #FF8495
Text Example
Text Example
White with #FF8495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8495; }
p { color: rgb(255,132,149); }
H1.HeaderClassName
{
color: #FF8495;
}
.AnyTagClassName
{
color: #FF8495;
}
</style>
background-color css
<style>
a { background-color: #FF8495; }
a { background-color: rgb(255,132,149); }
div.DivClassName
{
background-color: #FF8495;
}
.BgClassName
{
background-color: #FF8495;
}
</style>
border-color css
<style>
span { border-color: #FF8495; }
span { border-color: rgb(255,132,149); }
td.TdClassName
{
border-color: #FF8495;
}
.TagClassName
{
border-color: #FF8495;
}
</style>