Shades of Wewak #FF838F
Tints of Wewak #FF838F
RGB
CMYK
RGB Variations
Color information
#FF838F (or 0xFF838F) is known color: Wewak. HEX triplet: FF, 83 and 8F. RGB value is (255,131,143). Sum of RGB (Red+Green+Blue) = 255+131+143=529 (70% of max value = 765). Red value is 255 (100% from 255 or 48.20% from 529); Green value is 131 (51.56% from 255 or 24.76% from 529); Blue value is 143 (56.25% from 255 or 27.03% from 529); Max value from RGB is 255 - color contains mainly: red. Hex color #FF838F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF838F is #007C70. Grayscale: #A9A9A9. Windows color (decimal): -31857 or 9405439. OLE color: 9405439.
HSL color Cylindrical-coordinate representation of color #FF838F: hue angle of 354.19º 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 #FF838F is Cyan = 0, Magento = 0.49, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 131 | 143 | - |
| CMYK | 0 | 0.49 | 0.44 | 0 |
| HSL | 354.19º | 1% | 0.76% | - |
| HSV(B) | 354.19º | 0.49% | 1% | - |
| XYZ | 54.31 | 39.48 | 30.74 | - |
| YUV | 169.44 | 113.08 | 189.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 131 | 143 | 0 | 0.49 | 0.44 | 0 | 354.19 | 1 | 0.76 |
| Hex | FF | 83 | 8F | 0 | 31 | 2C | 0 | 162 | 64 | 4C |
| Octal | 377 | 203 | 217 | 0 | 61 | 54 | 0 | 542 | 144 | 114 |
| Binary | 11111111 | 10000011 | 10001111 | 0 | 110001 | 101100 | 0 | 101100010 | 1100100 | 1001100 |
Color Harmonies of #FF838F
Complementary color
Monochromatic Colors of #FF838F
Black with #FF838F
Text Example
Text Example
White with #FF838F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF838F; }
p { color: rgb(255,131,143); }
H1.HeaderClassName
{
color: #FF838F;
}
.AnyTagClassName
{
color: #FF838F;
}
</style>
background-color css
<style>
a { background-color: #FF838F; }
a { background-color: rgb(255,131,143); }
div.DivClassName
{
background-color: #FF838F;
}
.BgClassName
{
background-color: #FF838F;
}
</style>
border-color css
<style>
span { border-color: #FF838F; }
span { border-color: rgb(255,131,143); }
td.TdClassName
{
border-color: #FF838F;
}
.TagClassName
{
border-color: #FF838F;
}
</style>