Shades of Wewak #F7868E
Tints of Wewak #F7868E
RGB
CMYK
RGB Variations
Color information
#F7868E (or 0xF7868E) is known color: Wewak. HEX triplet: F7, 86 and 8E. RGB value is (247,134,142). Sum of RGB (Red+Green+Blue) = 247+134+142=523 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.23% from 523); Green value is 134 (52.73% from 255 or 25.62% from 523); Blue value is 142 (55.86% from 255 or 27.15% from 523); Max value from RGB is 247 - color contains mainly: red. Hex color #F7868E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7868E is #087971. Grayscale: #A8A8A8. Windows color (decimal): -555378 or 9340663. OLE color: 9340663.
HSL color Cylindrical-coordinate representation of color #F7868E: hue angle of 355.75º 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 #F7868E is Cyan = 0, Magento = 0.46, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 134 | 142 | - |
| CMYK | 0 | 0.46 | 0.43 | 0.03 |
| HSL | 355.75º | 0.88% | 0.75% | - |
| HSV(B) | 355.75º | 0.46% | 0.97% | - |
| XYZ | 51.77 | 38.78 | 30.35 | - |
| YUV | 168.7 | 112.94 | 183.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 134 | 142 | 0 | 0.46 | 0.43 | 0.03 | 355.75 | 0.88 | 0.75 |
| Hex | F7 | 86 | 8E | 0 | 2E | 2B | 3 | 164 | 58 | 4B |
| Octal | 367 | 206 | 216 | 0 | 56 | 53 | 3 | 544 | 130 | 113 |
| Binary | 11110111 | 10000110 | 10001110 | 0 | 101110 | 101011 | 11 | 101100100 | 1011000 | 1001011 |
Color Harmonies of #F7868E
Complementary color
Monochromatic Colors of #F7868E
Black with #F7868E
Text Example
Text Example
White with #F7868E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7868E; }
p { color: rgb(247,134,142); }
H1.HeaderClassName
{
color: #F7868E;
}
.AnyTagClassName
{
color: #F7868E;
}
</style>
background-color css
<style>
a { background-color: #F7868E; }
a { background-color: rgb(247,134,142); }
div.DivClassName
{
background-color: #F7868E;
}
.BgClassName
{
background-color: #F7868E;
}
</style>
border-color css
<style>
span { border-color: #F7868E; }
span { border-color: rgb(247,134,142); }
td.TdClassName
{
border-color: #F7868E;
}
.TagClassName
{
border-color: #F7868E;
}
</style>