Shades of Wewak #F68A93
Tints of Wewak #F68A93
RGB
CMYK
RGB Variations
Color information
#F68A93 (or 0xF68A93) is known color: Wewak. HEX triplet: F6, 8A and 93. RGB value is (246,138,147). Sum of RGB (Red+Green+Blue) = 246+138+147=531 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.33% from 531); Green value is 138 (54.30% from 255 or 25.99% from 531); Blue value is 147 (57.81% from 255 or 27.68% from 531); Max value from RGB is 246 - color contains mainly: red. Hex color #F68A93 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68A93 is #09756C. Grayscale: #ABABAB. Windows color (decimal): -619885 or 9669366. OLE color: 9669366.
HSL color Cylindrical-coordinate representation of color #F68A93: hue angle of 355º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F68A93 is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 138 | 147 | - |
| CMYK | 0 | 0.44 | 0.40 | 0.04 |
| HSL | 355º | 0.86% | 0.75% | - |
| HSV(B) | 355º | 0.44% | 0.96% | - |
| XYZ | 52.36 | 39.88 | 32.54 | - |
| YUV | 171.32 | 114.28 | 181.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 138 | 147 | 0 | 0.44 | 0.40 | 0.04 | 355 | 0.86 | 0.75 |
| Hex | F6 | 8A | 93 | 0 | 2C | 28 | 4 | 163 | 56 | 4B |
| Octal | 366 | 212 | 223 | 0 | 54 | 50 | 4 | 543 | 126 | 113 |
| Binary | 11110110 | 10001010 | 10010011 | 0 | 101100 | 101000 | 100 | 101100011 | 1010110 | 1001011 |
Color Harmonies of #F68A93
Complementary color
Monochromatic Colors of #F68A93
Black with #F68A93
Text Example
Text Example
White with #F68A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68A93; }
p { color: rgb(246,138,147); }
H1.HeaderClassName
{
color: #F68A93;
}
.AnyTagClassName
{
color: #F68A93;
}
</style>
background-color css
<style>
a { background-color: #F68A93; }
a { background-color: rgb(246,138,147); }
div.DivClassName
{
background-color: #F68A93;
}
.BgClassName
{
background-color: #F68A93;
}
</style>
border-color css
<style>
span { border-color: #F68A93; }
span { border-color: rgb(246,138,147); }
td.TdClassName
{
border-color: #F68A93;
}
.TagClassName
{
border-color: #F68A93;
}
</style>