Shades of Wewak #FF8490
Tints of Wewak #FF8490
RGB
CMYK
RGB Variations
Color information
#FF8490 (or 0xFF8490) is known color: Wewak. HEX triplet: FF, 84 and 90. RGB value is (255,132,144). Sum of RGB (Red+Green+Blue) = 255+132+144=531 (70% of max value = 765). Red value is 255 (100% from 255 or 48.02% from 531); Green value is 132 (51.95% from 255 or 24.86% from 531); Blue value is 144 (56.64% from 255 or 27.12% from 531); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8490 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8490 is #007B6F. Grayscale: #AAAAAA. Windows color (decimal): -31600 or 9471231. OLE color: 9471231.
HSL color Cylindrical-coordinate representation of color #FF8490: hue angle of 354.15º 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 #FF8490 is Cyan = 0, Magento = 0.48, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 132 | 144 | - |
| CMYK | 0 | 0.48 | 0.44 | 0 |
| HSL | 354.15º | 1% | 0.76% | - |
| HSV(B) | 354.15º | 0.48% | 1% | - |
| XYZ | 54.53 | 39.78 | 31.19 | - |
| YUV | 170.15 | 113.25 | 188.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 132 | 144 | 0 | 0.48 | 0.44 | 0 | 354.15 | 1 | 0.76 |
| Hex | FF | 84 | 90 | 0 | 30 | 2C | 0 | 162 | 64 | 4C |
| Octal | 377 | 204 | 220 | 0 | 60 | 54 | 0 | 542 | 144 | 114 |
| Binary | 11111111 | 10000100 | 10010000 | 0 | 110000 | 101100 | 0 | 101100010 | 1100100 | 1001100 |
Color Harmonies of #FF8490
Complementary color
Monochromatic Colors of #FF8490
Black with #FF8490
Text Example
Text Example
White with #FF8490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8490; }
p { color: rgb(255,132,144); }
H1.HeaderClassName
{
color: #FF8490;
}
.AnyTagClassName
{
color: #FF8490;
}
</style>
background-color css
<style>
a { background-color: #FF8490; }
a { background-color: rgb(255,132,144); }
div.DivClassName
{
background-color: #FF8490;
}
.BgClassName
{
background-color: #FF8490;
}
</style>
border-color css
<style>
span { border-color: #FF8490; }
span { border-color: rgb(255,132,144); }
td.TdClassName
{
border-color: #FF8490;
}
.TagClassName
{
border-color: #FF8490;
}
</style>