Shades of Wewak #F68384
Tints of Wewak #F68384
RGB
CMYK
RGB Variations
Color information
#F68384 (or 0xF68384) is known color: Wewak. HEX triplet: F6, 83 and 84. RGB value is (246,131,132). Sum of RGB (Red+Green+Blue) = 246+131+132=509 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.33% from 509); Green value is 131 (51.56% from 255 or 25.74% from 509); Blue value is 132 (51.95% from 255 or 25.93% from 509); Max value from RGB is 246 - color contains mainly: red. Hex color #F68384 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68384 is #097C7B. Grayscale: #A5A5A5. Windows color (decimal): -621692 or 8684534. OLE color: 8684534.
HSL color Cylindrical-coordinate representation of color #F68384: hue angle of 359.48º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F68384 is Cyan = 0, Magento = 0.47, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 131 | 132 | - |
| CMYK | 0 | 0.47 | 0.46 | 0.04 |
| HSL | 359.48º | 0.86% | 0.74% | - |
| HSV(B) | 359.48º | 0.47% | 0.96% | - |
| XYZ | 50.29 | 37.49 | 26.42 | - |
| YUV | 165.5 | 109.1 | 185.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 131 | 132 | 0 | 0.47 | 0.46 | 0.04 | 359.48 | 0.86 | 0.74 |
| Hex | F6 | 83 | 84 | 0 | 2F | 2E | 4 | 167 | 56 | 4A |
| Octal | 366 | 203 | 204 | 0 | 57 | 56 | 4 | 547 | 126 | 112 |
| Binary | 11110110 | 10000011 | 10000100 | 0 | 101111 | 101110 | 100 | 101100111 | 1010110 | 1001010 |
Color Harmonies of #F68384
Complementary color
Monochromatic Colors of #F68384
Black with #F68384
Text Example
Text Example
White with #F68384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68384; }
p { color: rgb(246,131,132); }
H1.HeaderClassName
{
color: #F68384;
}
.AnyTagClassName
{
color: #F68384;
}
</style>
background-color css
<style>
a { background-color: #F68384; }
a { background-color: rgb(246,131,132); }
div.DivClassName
{
background-color: #F68384;
}
.BgClassName
{
background-color: #F68384;
}
</style>
border-color css
<style>
span { border-color: #F68384; }
span { border-color: rgb(246,131,132); }
td.TdClassName
{
border-color: #F68384;
}
.TagClassName
{
border-color: #F68384;
}
</style>