Shades of Wewak #FF7F83
Tints of Wewak #FF7F83
RGB
CMYK
RGB Variations
Color information
#FF7F83 (or 0xFF7F83) is known color: Wewak. HEX triplet: FF, 7F and 83. RGB value is (255,127,131). Sum of RGB (Red+Green+Blue) = 255+127+131=513 (67% of max value = 765). Red value is 255 (100% from 255 or 49.71% from 513); Green value is 127 (50% from 255 or 24.76% from 513); Blue value is 131 (51.56% from 255 or 25.54% from 513); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7F83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7F83 is #00807C. Grayscale: #A5A5A5. Windows color (decimal): -32893 or 8617983. OLE color: 8617983.
HSL color Cylindrical-coordinate representation of color #FF7F83: hue angle of 358.12º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FF7F83 is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 127 | 131 | - |
| CMYK | 0 | 0.50 | 0.49 | 0 |
| HSL | 358.13º | 1% | 0.75% | - |
| HSV(B) | 358.13º | 0.5% | 1% | - |
| XYZ | 52.93 | 38.08 | 26.03 | - |
| YUV | 165.73 | 108.41 | 191.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 127 | 131 | 0 | 0.50 | 0.49 | 0 | 358.13 | 1 | 0.75 |
| Hex | FF | 7F | 83 | 0 | 32 | 31 | 0 | 166 | 64 | 4B |
| Octal | 377 | 177 | 203 | 0 | 62 | 61 | 0 | 546 | 144 | 113 |
| Binary | 11111111 | 1111111 | 10000011 | 0 | 110010 | 110001 | 0 | 101100110 | 1100100 | 1001011 |
Color Harmonies of #FF7F83
Complementary color
Monochromatic Colors of #FF7F83
Black with #FF7F83
Text Example
Text Example
White with #FF7F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7F83; }
p { color: rgb(255,127,131); }
H1.HeaderClassName
{
color: #FF7F83;
}
.AnyTagClassName
{
color: #FF7F83;
}
</style>
background-color css
<style>
a { background-color: #FF7F83; }
a { background-color: rgb(255,127,131); }
div.DivClassName
{
background-color: #FF7F83;
}
.BgClassName
{
background-color: #FF7F83;
}
</style>
border-color css
<style>
span { border-color: #FF7F83; }
span { border-color: rgb(255,127,131); }
td.TdClassName
{
border-color: #FF7F83;
}
.TagClassName
{
border-color: #FF7F83;
}
</style>