Shades of Wewak #F68B9A
Tints of Wewak #F68B9A
RGB
CMYK
RGB Variations
Color information
#F68B9A (or 0xF68B9A) is known color: Wewak. HEX triplet: F6, 8B and 9A. RGB value is (246,139,154). Sum of RGB (Red+Green+Blue) = 246+139+154=539 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.64% from 539); Green value is 139 (54.69% from 255 or 25.79% from 539); Blue value is 154 (60.55% from 255 or 28.57% from 539); Max value from RGB is 246 - color contains mainly: red. Hex color #F68B9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68B9A is #097465. Grayscale: #ACACAC. Windows color (decimal): -619622 or 10128374. OLE color: 10128374.
HSL color Cylindrical-coordinate representation of color #F68B9A: hue angle of 351.59º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F68B9A is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 139 | 154 | - |
| CMYK | 0 | 0.43 | 0.37 | 0.04 |
| HSL | 351.59º | 0.86% | 0.75% | - |
| HSV(B) | 351.59º | 0.43% | 0.96% | - |
| XYZ | 53.07 | 40.39 | 35.57 | - |
| YUV | 172.7 | 117.45 | 180.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 139 | 154 | 0 | 0.43 | 0.37 | 0.04 | 351.59 | 0.86 | 0.75 |
| Hex | F6 | 8B | 9A | 0 | 2B | 25 | 4 | 160 | 56 | 4B |
| Octal | 366 | 213 | 232 | 0 | 53 | 45 | 4 | 540 | 126 | 113 |
| Binary | 11110110 | 10001011 | 10011010 | 0 | 101011 | 100101 | 100 | 101100000 | 1010110 | 1001011 |
Color Harmonies of #F68B9A
Complementary color
Monochromatic Colors of #F68B9A
Black with #F68B9A
Text Example
Text Example
White with #F68B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68B9A; }
p { color: rgb(246,139,154); }
H1.HeaderClassName
{
color: #F68B9A;
}
.AnyTagClassName
{
color: #F68B9A;
}
</style>
background-color css
<style>
a { background-color: #F68B9A; }
a { background-color: rgb(246,139,154); }
div.DivClassName
{
background-color: #F68B9A;
}
.BgClassName
{
background-color: #F68B9A;
}
</style>
border-color css
<style>
span { border-color: #F68B9A; }
span { border-color: rgb(246,139,154); }
td.TdClassName
{
border-color: #F68B9A;
}
.TagClassName
{
border-color: #F68B9A;
}
</style>