Shades of Wewak #FF8393
Tints of Wewak #FF8393
RGB
CMYK
RGB Variations
Color information
#FF8393 (or 0xFF8393) is known color: Wewak. HEX triplet: FF, 83 and 93. RGB value is (255,131,147). Sum of RGB (Red+Green+Blue) = 255+131+147=533 (70% of max value = 765). Red value is 255 (100% from 255 or 47.84% from 533); Green value is 131 (51.56% from 255 or 24.58% from 533); Blue value is 147 (57.81% from 255 or 27.58% from 533); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8393 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8393 is #007C6C. Grayscale: #A9A9A9. Windows color (decimal): -31853 or 9667583. OLE color: 9667583.
HSL color Cylindrical-coordinate representation of color #FF8393: hue angle of 352.26º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FF8393 is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 131 | 147 | - |
| CMYK | 0 | 0.49 | 0.42 | 0 |
| HSL | 352.26º | 1% | 0.76% | - |
| HSV(B) | 352.26º | 0.49% | 1% | - |
| XYZ | 54.62 | 39.6 | 32.37 | - |
| YUV | 169.9 | 115.08 | 188.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 131 | 147 | 0 | 0.49 | 0.42 | 0 | 352.26 | 1 | 0.76 |
| Hex | FF | 83 | 93 | 0 | 31 | 2A | 0 | 160 | 64 | 4C |
| Octal | 377 | 203 | 223 | 0 | 61 | 52 | 0 | 540 | 144 | 114 |
| Binary | 11111111 | 10000011 | 10010011 | 0 | 110001 | 101010 | 0 | 101100000 | 1100100 | 1001100 |
Color Harmonies of #FF8393
Complementary color
Monochromatic Colors of #FF8393
Black with #FF8393
Text Example
Text Example
White with #FF8393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8393; }
p { color: rgb(255,131,147); }
H1.HeaderClassName
{
color: #FF8393;
}
.AnyTagClassName
{
color: #FF8393;
}
</style>
background-color css
<style>
a { background-color: #FF8393; }
a { background-color: rgb(255,131,147); }
div.DivClassName
{
background-color: #FF8393;
}
.BgClassName
{
background-color: #FF8393;
}
</style>
border-color css
<style>
span { border-color: #FF8393; }
span { border-color: rgb(255,131,147); }
td.TdClassName
{
border-color: #FF8393;
}
.TagClassName
{
border-color: #FF8393;
}
</style>