Shades of Wewak #F7868C
Tints of Wewak #F7868C
RGB
CMYK
RGB Variations
Color information
#F7868C (or 0xF7868C) is known color: Wewak. HEX triplet: F7, 86 and 8C. RGB value is (247,134,140). Sum of RGB (Red+Green+Blue) = 247+134+140=521 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.41% from 521); Green value is 134 (52.73% from 255 or 25.72% from 521); Blue value is 140 (55.08% from 255 or 26.87% from 521); Max value from RGB is 247 - color contains mainly: red. Hex color #F7868C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7868C is #087973. Grayscale: #A8A8A8. Windows color (decimal): -555380 or 9209591. OLE color: 9209591.
HSL color Cylindrical-coordinate representation of color #F7868C: hue angle of 356.81º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F7868C is Cyan = 0, Magento = 0.46, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 134 | 140 | - |
| CMYK | 0 | 0.46 | 0.43 | 0.03 |
| HSL | 356.81º | 0.88% | 0.75% | - |
| HSV(B) | 356.81º | 0.46% | 0.97% | - |
| XYZ | 51.62 | 38.72 | 29.56 | - |
| YUV | 168.47 | 111.94 | 184.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 134 | 140 | 0 | 0.46 | 0.43 | 0.03 | 356.81 | 0.88 | 0.75 |
| Hex | F7 | 86 | 8C | 0 | 2E | 2B | 3 | 165 | 58 | 4B |
| Octal | 367 | 206 | 214 | 0 | 56 | 53 | 3 | 545 | 130 | 113 |
| Binary | 11110111 | 10000110 | 10001100 | 0 | 101110 | 101011 | 11 | 101100101 | 1011000 | 1001011 |
Color Harmonies of #F7868C
Complementary color
Monochromatic Colors of #F7868C
Black with #F7868C
Text Example
Text Example
White with #F7868C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7868C; }
p { color: rgb(247,134,140); }
H1.HeaderClassName
{
color: #F7868C;
}
.AnyTagClassName
{
color: #F7868C;
}
</style>
background-color css
<style>
a { background-color: #F7868C; }
a { background-color: rgb(247,134,140); }
div.DivClassName
{
background-color: #F7868C;
}
.BgClassName
{
background-color: #F7868C;
}
</style>
border-color css
<style>
span { border-color: #F7868C; }
span { border-color: rgb(247,134,140); }
td.TdClassName
{
border-color: #F7868C;
}
.TagClassName
{
border-color: #F7868C;
}
</style>