Shades of Wewak #FF8FA1
Tints of Wewak #FF8FA1
RGB
CMYK
RGB Variations
Color information
#FF8FA1 (or 0xFF8FA1) is known color: Wewak. HEX triplet: FF, 8F and A1. RGB value is (255,143,161). Sum of RGB (Red+Green+Blue) = 255+143+161=559 (74% of max value = 765). Red value is 255 (100% from 255 or 45.62% from 559); Green value is 143 (56.25% from 255 or 25.58% from 559); Blue value is 161 (63.28% from 255 or 28.80% from 559); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8FA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8FA1 is #00705E. Grayscale: #B2B2B2. Windows color (decimal): -28767 or 10588159. OLE color: 10588159.
HSL color Cylindrical-coordinate representation of color #FF8FA1: hue angle of 350.36º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FF8FA1 is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 143 | 161 | - |
| CMYK | 0 | 0.44 | 0.37 | 0 |
| HSL | 350.36º | 1% | 0.78% | - |
| HSV(B) | 350.36º | 0.44% | 1% | - |
| XYZ | 57.5 | 43.48 | 39.08 | - |
| YUV | 178.54 | 118.11 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 143 | 161 | 0 | 0.44 | 0.37 | 0 | 350.36 | 1 | 0.78 |
| Hex | FF | 8F | A1 | 0 | 2C | 25 | 0 | 15E | 64 | 4E |
| Octal | 377 | 217 | 241 | 0 | 54 | 45 | 0 | 536 | 144 | 116 |
| Binary | 11111111 | 10001111 | 10100001 | 0 | 101100 | 100101 | 0 | 101011110 | 1100100 | 1001110 |
Color Harmonies of #FF8FA1
Complementary color
Monochromatic Colors of #FF8FA1
Black with #FF8FA1
Text Example
Text Example
White with #FF8FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8FA1; }
p { color: rgb(255,143,161); }
H1.HeaderClassName
{
color: #FF8FA1;
}
.AnyTagClassName
{
color: #FF8FA1;
}
</style>
background-color css
<style>
a { background-color: #FF8FA1; }
a { background-color: rgb(255,143,161); }
div.DivClassName
{
background-color: #FF8FA1;
}
.BgClassName
{
background-color: #FF8FA1;
}
</style>
border-color css
<style>
span { border-color: #FF8FA1; }
span { border-color: rgb(255,143,161); }
td.TdClassName
{
border-color: #FF8FA1;
}
.TagClassName
{
border-color: #FF8FA1;
}
</style>