Shades of Wewak #F6858B
Tints of Wewak #F6858B
RGB
CMYK
RGB Variations
Color information
#F6858B (or 0xF6858B) is known color: Wewak. HEX triplet: F6, 85 and 8B. RGB value is (246,133,139). Sum of RGB (Red+Green+Blue) = 246+133+139=518 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.49% from 518); Green value is 133 (52.34% from 255 or 25.68% from 518); Blue value is 139 (54.69% from 255 or 26.83% from 518); Max value from RGB is 246 - color contains mainly: red. Hex color #F6858B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6858B is #097A74. Grayscale: #A7A7A7. Windows color (decimal): -621173 or 9143798. OLE color: 9143798.
HSL color Cylindrical-coordinate representation of color #F6858B: hue angle of 356.81º 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 #F6858B is Cyan = 0, Magento = 0.46, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 133 | 139 | - |
| CMYK | 0 | 0.46 | 0.43 | 0.04 |
| HSL | 356.81º | 0.86% | 0.74% | - |
| HSV(B) | 356.81º | 0.46% | 0.96% | - |
| XYZ | 51.05 | 38.23 | 29.11 | - |
| YUV | 167.47 | 111.94 | 184.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 133 | 139 | 0 | 0.46 | 0.43 | 0.04 | 356.81 | 0.86 | 0.74 |
| Hex | F6 | 85 | 8B | 0 | 2E | 2B | 4 | 165 | 56 | 4A |
| Octal | 366 | 205 | 213 | 0 | 56 | 53 | 4 | 545 | 126 | 112 |
| Binary | 11110110 | 10000101 | 10001011 | 0 | 101110 | 101011 | 100 | 101100101 | 1010110 | 1001010 |
Color Harmonies of #F6858B
Complementary color
Monochromatic Colors of #F6858B
Black with #F6858B
Text Example
Text Example
White with #F6858B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6858B; }
p { color: rgb(246,133,139); }
H1.HeaderClassName
{
color: #F6858B;
}
.AnyTagClassName
{
color: #F6858B;
}
</style>
background-color css
<style>
a { background-color: #F6858B; }
a { background-color: rgb(246,133,139); }
div.DivClassName
{
background-color: #F6858B;
}
.BgClassName
{
background-color: #F6858B;
}
</style>
border-color css
<style>
span { border-color: #F6858B; }
span { border-color: rgb(246,133,139); }
td.TdClassName
{
border-color: #F6858B;
}
.TagClassName
{
border-color: #F6858B;
}
</style>