Shades of Wewak #F68893
Tints of Wewak #F68893
RGB
CMYK
RGB Variations
Color information
#F68893 (or 0xF68893) is known color: Wewak. HEX triplet: F6, 88 and 93. RGB value is (246,136,147). Sum of RGB (Red+Green+Blue) = 246+136+147=529 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.50% from 529); Green value is 136 (53.52% from 255 or 25.71% from 529); Blue value is 147 (57.81% from 255 or 27.79% from 529); Max value from RGB is 246 - color contains mainly: red. Hex color #F68893 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68893 is #09776C. Grayscale: #AAAAAA. Windows color (decimal): -620397 or 9668854. OLE color: 9668854.
HSL color Cylindrical-coordinate representation of color #F68893: hue angle of 354º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F68893 is Cyan = 0, Magento = 0.45, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 136 | 147 | - |
| CMYK | 0 | 0.45 | 0.40 | 0.04 |
| HSL | 354º | 0.86% | 0.75% | - |
| HSV(B) | 354º | 0.45% | 0.96% | - |
| XYZ | 52.08 | 39.31 | 32.45 | - |
| YUV | 170.14 | 114.94 | 182.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 136 | 147 | 0 | 0.45 | 0.40 | 0.04 | 354 | 0.86 | 0.75 |
| Hex | F6 | 88 | 93 | 0 | 2D | 28 | 4 | 162 | 56 | 4B |
| Octal | 366 | 210 | 223 | 0 | 55 | 50 | 4 | 542 | 126 | 113 |
| Binary | 11110110 | 10001000 | 10010011 | 0 | 101101 | 101000 | 100 | 101100010 | 1010110 | 1001011 |
Color Harmonies of #F68893
Complementary color
Monochromatic Colors of #F68893
Black with #F68893
Text Example
Text Example
White with #F68893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68893; }
p { color: rgb(246,136,147); }
H1.HeaderClassName
{
color: #F68893;
}
.AnyTagClassName
{
color: #F68893;
}
</style>
background-color css
<style>
a { background-color: #F68893; }
a { background-color: rgb(246,136,147); }
div.DivClassName
{
background-color: #F68893;
}
.BgClassName
{
background-color: #F68893;
}
</style>
border-color css
<style>
span { border-color: #F68893; }
span { border-color: rgb(246,136,147); }
td.TdClassName
{
border-color: #F68893;
}
.TagClassName
{
border-color: #F68893;
}
</style>