Shades of Wewak #F68490
Tints of Wewak #F68490
RGB
CMYK
RGB Variations
Color information
#F68490 (or 0xF68490) is known color: Wewak. HEX triplet: F6, 84 and 90. RGB value is (246,132,144). Sum of RGB (Red+Green+Blue) = 246+132+144=522 (69% of max value = 765). Red value is 246 (96.48% from 255 or 47.13% from 522); Green value is 132 (51.95% from 255 or 25.29% from 522); Blue value is 144 (56.64% from 255 or 27.59% from 522); Max value from RGB is 246 - color contains mainly: red. Hex color #F68490 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68490 is #097B6F. Grayscale: #A7A7A7. Windows color (decimal): -621424 or 9471222. OLE color: 9471222.
HSL color Cylindrical-coordinate representation of color #F68490: hue angle of 353.68º 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 #F68490 is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 132 | 144 | - |
| CMYK | 0 | 0.46 | 0.41 | 0.04 |
| HSL | 353.68º | 0.86% | 0.74% | - |
| HSV(B) | 353.68º | 0.46% | 0.96% | - |
| XYZ | 51.29 | 38.11 | 31.04 | - |
| YUV | 167.45 | 114.77 | 184.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 132 | 144 | 0 | 0.46 | 0.41 | 0.04 | 353.68 | 0.86 | 0.74 |
| Hex | F6 | 84 | 90 | 0 | 2E | 29 | 4 | 162 | 56 | 4A |
| Octal | 366 | 204 | 220 | 0 | 56 | 51 | 4 | 542 | 126 | 112 |
| Binary | 11110110 | 10000100 | 10010000 | 0 | 101110 | 101001 | 100 | 101100010 | 1010110 | 1001010 |
Color Harmonies of #F68490
Complementary color
Monochromatic Colors of #F68490
Black with #F68490
Text Example
Text Example
White with #F68490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68490; }
p { color: rgb(246,132,144); }
H1.HeaderClassName
{
color: #F68490;
}
.AnyTagClassName
{
color: #F68490;
}
</style>
background-color css
<style>
a { background-color: #F68490; }
a { background-color: rgb(246,132,144); }
div.DivClassName
{
background-color: #F68490;
}
.BgClassName
{
background-color: #F68490;
}
</style>
border-color css
<style>
span { border-color: #F68490; }
span { border-color: rgb(246,132,144); }
td.TdClassName
{
border-color: #F68490;
}
.TagClassName
{
border-color: #F68490;
}
</style>