Shades of Wewak #F6858E
Tints of Wewak #F6858E
RGB
CMYK
RGB Variations
Color information
#F6858E (or 0xF6858E) is known color: Wewak. HEX triplet: F6, 85 and 8E. RGB value is (246,133,142). Sum of RGB (Red+Green+Blue) = 246+133+142=521 (69% of max value = 765). Red value is 246 (96.48% from 255 or 47.22% from 521); Green value is 133 (52.34% from 255 or 25.53% from 521); Blue value is 142 (55.86% from 255 or 27.26% from 521); Max value from RGB is 246 - color contains mainly: red. Hex color #F6858E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6858E is #097A71. Grayscale: #A7A7A7. Windows color (decimal): -621170 or 9340406. OLE color: 9340406.
HSL color Cylindrical-coordinate representation of color #F6858E: hue angle of 355.22º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F6858E is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 133 | 142 | - |
| CMYK | 0 | 0.46 | 0.42 | 0.04 |
| HSL | 355.22º | 0.86% | 0.74% | - |
| HSV(B) | 355.22º | 0.46% | 0.96% | - |
| XYZ | 51.28 | 38.32 | 30.29 | - |
| YUV | 167.81 | 113.44 | 183.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 133 | 142 | 0 | 0.46 | 0.42 | 0.04 | 355.22 | 0.86 | 0.74 |
| Hex | F6 | 85 | 8E | 0 | 2E | 2A | 4 | 163 | 56 | 4A |
| Octal | 366 | 205 | 216 | 0 | 56 | 52 | 4 | 543 | 126 | 112 |
| Binary | 11110110 | 10000101 | 10001110 | 0 | 101110 | 101010 | 100 | 101100011 | 1010110 | 1001010 |
Color Harmonies of #F6858E
Complementary color
Monochromatic Colors of #F6858E
Black with #F6858E
Text Example
Text Example
White with #F6858E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6858E; }
p { color: rgb(246,133,142); }
H1.HeaderClassName
{
color: #F6858E;
}
.AnyTagClassName
{
color: #F6858E;
}
</style>
background-color css
<style>
a { background-color: #F6858E; }
a { background-color: rgb(246,133,142); }
div.DivClassName
{
background-color: #F6858E;
}
.BgClassName
{
background-color: #F6858E;
}
</style>
border-color css
<style>
span { border-color: #F6858E; }
span { border-color: rgb(246,133,142); }
td.TdClassName
{
border-color: #F6858E;
}
.TagClassName
{
border-color: #F6858E;
}
</style>