Shades of Wewak #F68284
Tints of Wewak #F68284
RGB
CMYK
RGB Variations
Color information
#F68284 (or 0xF68284) is known color: Wewak. HEX triplet: F6, 82 and 84. RGB value is (246,130,132). Sum of RGB (Red+Green+Blue) = 246+130+132=508 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.43% from 508); Green value is 130 (51.17% from 255 or 25.59% from 508); Blue value is 132 (51.95% from 255 or 25.98% from 508); Max value from RGB is 246 - color contains mainly: red. Hex color #F68284 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68284 is #097D7B. Grayscale: #A5A5A5. Windows color (decimal): -621948 or 8684278. OLE color: 8684278.
HSL color Cylindrical-coordinate representation of color #F68284: hue angle of 358.97º degrees, saturation: 0.87, 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 #F68284 is Cyan = 0, Magento = 0.47, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 130 | 132 | - |
| CMYK | 0 | 0.47 | 0.46 | 0.04 |
| HSL | 358.97º | 0.87% | 0.74% | - |
| HSV(B) | 358.97º | 0.47% | 0.96% | - |
| XYZ | 50.15 | 37.22 | 26.37 | - |
| YUV | 164.91 | 109.43 | 185.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 130 | 132 | 0 | 0.47 | 0.46 | 0.04 | 358.97 | 0.87 | 0.74 |
| Hex | F6 | 82 | 84 | 0 | 2F | 2E | 4 | 167 | 57 | 4A |
| Octal | 366 | 202 | 204 | 0 | 57 | 56 | 4 | 547 | 127 | 112 |
| Binary | 11110110 | 10000010 | 10000100 | 0 | 101111 | 101110 | 100 | 101100111 | 1010111 | 1001010 |
Color Harmonies of #F68284
Complementary color
Monochromatic Colors of #F68284
Black with #F68284
Text Example
Text Example
White with #F68284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68284; }
p { color: rgb(246,130,132); }
H1.HeaderClassName
{
color: #F68284;
}
.AnyTagClassName
{
color: #F68284;
}
</style>
background-color css
<style>
a { background-color: #F68284; }
a { background-color: rgb(246,130,132); }
div.DivClassName
{
background-color: #F68284;
}
.BgClassName
{
background-color: #F68284;
}
</style>
border-color css
<style>
span { border-color: #F68284; }
span { border-color: rgb(246,130,132); }
td.TdClassName
{
border-color: #F68284;
}
.TagClassName
{
border-color: #F68284;
}
</style>