Shades of Wewak #FF7F8F
Tints of Wewak #FF7F8F
RGB
CMYK
RGB Variations
Color information
#FF7F8F (or 0xFF7F8F) is known color: Wewak. HEX triplet: FF, 7F and 8F. RGB value is (255,127,143). Sum of RGB (Red+Green+Blue) = 255+127+143=525 (69% of max value = 765). Red value is 255 (100% from 255 or 48.57% from 525); Green value is 127 (50% from 255 or 24.19% from 525); Blue value is 143 (56.25% from 255 or 27.24% from 525); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7F8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7F8F is #008070. Grayscale: #A7A7A7. Windows color (decimal): -32881 or 9404415. OLE color: 9404415.
HSL color Cylindrical-coordinate representation of color #FF7F8F: hue angle of 352.5º 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 #FF7F8F is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 127 | 143 | - |
| CMYK | 0 | 0.50 | 0.44 | 0 |
| HSL | 352.5º | 1% | 0.75% | - |
| HSV(B) | 352.5º | 0.5% | 1% | - |
| XYZ | 53.79 | 38.42 | 30.57 | - |
| YUV | 167.1 | 114.41 | 190.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 127 | 143 | 0 | 0.50 | 0.44 | 0 | 352.5 | 1 | 0.75 |
| Hex | FF | 7F | 8F | 0 | 32 | 2C | 0 | 160 | 64 | 4B |
| Octal | 377 | 177 | 217 | 0 | 62 | 54 | 0 | 540 | 144 | 113 |
| Binary | 11111111 | 1111111 | 10001111 | 0 | 110010 | 101100 | 0 | 101100000 | 1100100 | 1001011 |
Color Harmonies of #FF7F8F
Complementary color
Monochromatic Colors of #FF7F8F
Black with #FF7F8F
Text Example
Text Example
White with #FF7F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7F8F; }
p { color: rgb(255,127,143); }
H1.HeaderClassName
{
color: #FF7F8F;
}
.AnyTagClassName
{
color: #FF7F8F;
}
</style>
background-color css
<style>
a { background-color: #FF7F8F; }
a { background-color: rgb(255,127,143); }
div.DivClassName
{
background-color: #FF7F8F;
}
.BgClassName
{
background-color: #FF7F8F;
}
</style>
border-color css
<style>
span { border-color: #FF7F8F; }
span { border-color: rgb(255,127,143); }
td.TdClassName
{
border-color: #FF7F8F;
}
.TagClassName
{
border-color: #FF7F8F;
}
</style>