Shades of Wewak #FF7F8C
Tints of Wewak #FF7F8C
RGB
CMYK
RGB Variations
Color information
#FF7F8C (or 0xFF7F8C) is known color: Wewak. HEX triplet: FF, 7F and 8C. RGB value is (255,127,140). Sum of RGB (Red+Green+Blue) = 255+127+140=522 (69% of max value = 765). Red value is 255 (100% from 255 or 48.85% from 522); Green value is 127 (50% from 255 or 24.33% from 522); Blue value is 140 (55.08% from 255 or 26.82% from 522); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7F8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7F8C is #008073. Grayscale: #A6A6A6. Windows color (decimal): -32884 or 9207807. OLE color: 9207807.
HSL color Cylindrical-coordinate representation of color #FF7F8C: hue angle of 353.91º 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 #FF7F8C is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 127 | 140 | - |
| CMYK | 0 | 0.50 | 0.45 | 0 |
| HSL | 353.91º | 1% | 0.75% | - |
| HSV(B) | 353.91º | 0.5% | 1% | - |
| XYZ | 53.56 | 38.33 | 29.39 | - |
| YUV | 166.75 | 112.91 | 190.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 127 | 140 | 0 | 0.50 | 0.45 | 0 | 353.91 | 1 | 0.75 |
| Hex | FF | 7F | 8C | 0 | 32 | 2D | 0 | 162 | 64 | 4B |
| Octal | 377 | 177 | 214 | 0 | 62 | 55 | 0 | 542 | 144 | 113 |
| Binary | 11111111 | 1111111 | 10001100 | 0 | 110010 | 101101 | 0 | 101100010 | 1100100 | 1001011 |
Color Harmonies of #FF7F8C
Complementary color
Monochromatic Colors of #FF7F8C
Black with #FF7F8C
Text Example
Text Example
White with #FF7F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7F8C; }
p { color: rgb(255,127,140); }
H1.HeaderClassName
{
color: #FF7F8C;
}
.AnyTagClassName
{
color: #FF7F8C;
}
</style>
background-color css
<style>
a { background-color: #FF7F8C; }
a { background-color: rgb(255,127,140); }
div.DivClassName
{
background-color: #FF7F8C;
}
.BgClassName
{
background-color: #FF7F8C;
}
</style>
border-color css
<style>
span { border-color: #FF7F8C; }
span { border-color: rgb(255,127,140); }
td.TdClassName
{
border-color: #FF7F8C;
}
.TagClassName
{
border-color: #FF7F8C;
}
</style>