Shades of Wewak #FF8993
Tints of Wewak #FF8993
RGB
CMYK
RGB Variations
Color information
#FF8993 (or 0xFF8993) is known color: Wewak. HEX triplet: FF, 89 and 93. RGB value is (255,137,147). Sum of RGB (Red+Green+Blue) = 255+137+147=539 (71% of max value = 765). Red value is 255 (100% from 255 or 47.31% from 539); Green value is 137 (53.91% from 255 or 25.42% from 539); Blue value is 147 (57.81% from 255 or 27.27% from 539); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8993 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8993 is #00766C. Grayscale: #ADADAD. Windows color (decimal): -30317 or 9669119. OLE color: 9669119.
HSL color Cylindrical-coordinate representation of color #FF8993: hue angle of 354.92º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FF8993 is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 137 | 147 | - |
| CMYK | 0 | 0.46 | 0.42 | 0 |
| HSL | 354.92º | 1% | 0.77% | - |
| HSV(B) | 354.92º | 0.46% | 1% | - |
| XYZ | 55.45 | 41.26 | 32.64 | - |
| YUV | 173.42 | 113.09 | 186.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 137 | 147 | 0 | 0.46 | 0.42 | 0 | 354.92 | 1 | 0.77 |
| Hex | FF | 89 | 93 | 0 | 2E | 2A | 0 | 163 | 64 | 4D |
| Octal | 377 | 211 | 223 | 0 | 56 | 52 | 0 | 543 | 144 | 115 |
| Binary | 11111111 | 10001001 | 10010011 | 0 | 101110 | 101010 | 0 | 101100011 | 1100100 | 1001101 |
Color Harmonies of #FF8993
Complementary color
Monochromatic Colors of #FF8993
Black with #FF8993
Text Example
Text Example
White with #FF8993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8993; }
p { color: rgb(255,137,147); }
H1.HeaderClassName
{
color: #FF8993;
}
.AnyTagClassName
{
color: #FF8993;
}
</style>
background-color css
<style>
a { background-color: #FF8993; }
a { background-color: rgb(255,137,147); }
div.DivClassName
{
background-color: #FF8993;
}
.BgClassName
{
background-color: #FF8993;
}
</style>
border-color css
<style>
span { border-color: #FF8993; }
span { border-color: rgb(255,137,147); }
td.TdClassName
{
border-color: #FF8993;
}
.TagClassName
{
border-color: #FF8993;
}
</style>