Shades of Wewak #FF8493
Tints of Wewak #FF8493
RGB
CMYK
RGB Variations
Color information
#FF8493 (or 0xFF8493) is known color: Wewak. HEX triplet: FF, 84 and 93. RGB value is (255,132,147). Sum of RGB (Red+Green+Blue) = 255+132+147=534 (70% of max value = 765). Red value is 255 (100% from 255 or 47.75% from 534); Green value is 132 (51.95% from 255 or 24.72% from 534); Blue value is 147 (57.81% from 255 or 27.53% from 534); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8493 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8493 is #007B6C. Grayscale: #AAAAAA. Windows color (decimal): -31597 or 9667839. OLE color: 9667839.
HSL color Cylindrical-coordinate representation of color #FF8493: hue angle of 352.68º 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 #FF8493 is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 132 | 147 | - |
| CMYK | 0 | 0.48 | 0.42 | 0 |
| HSL | 352.68º | 1% | 0.76% | - |
| HSV(B) | 352.68º | 0.48% | 1% | - |
| XYZ | 54.76 | 39.87 | 32.41 | - |
| YUV | 170.49 | 114.75 | 188.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 132 | 147 | 0 | 0.48 | 0.42 | 0 | 352.68 | 1 | 0.76 |
| Hex | FF | 84 | 93 | 0 | 30 | 2A | 0 | 161 | 64 | 4C |
| Octal | 377 | 204 | 223 | 0 | 60 | 52 | 0 | 541 | 144 | 114 |
| Binary | 11111111 | 10000100 | 10010011 | 0 | 110000 | 101010 | 0 | 101100001 | 1100100 | 1001100 |
Color Harmonies of #FF8493
Complementary color
Monochromatic Colors of #FF8493
Black with #FF8493
Text Example
Text Example
White with #FF8493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8493; }
p { color: rgb(255,132,147); }
H1.HeaderClassName
{
color: #FF8493;
}
.AnyTagClassName
{
color: #FF8493;
}
</style>
background-color css
<style>
a { background-color: #FF8493; }
a { background-color: rgb(255,132,147); }
div.DivClassName
{
background-color: #FF8493;
}
.BgClassName
{
background-color: #FF8493;
}
</style>
border-color css
<style>
span { border-color: #FF8493; }
span { border-color: rgb(255,132,147); }
td.TdClassName
{
border-color: #FF8493;
}
.TagClassName
{
border-color: #FF8493;
}
</style>