Shades of Wewak #F68C9C
Tints of Wewak #F68C9C
RGB
CMYK
RGB Variations
Color information
#F68C9C (or 0xF68C9C) is known color: Wewak. HEX triplet: F6, 8C and 9C. RGB value is (246,140,156). Sum of RGB (Red+Green+Blue) = 246+140+156=542 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.39% from 542); Green value is 140 (55.08% from 255 or 25.83% from 542); Blue value is 156 (61.33% from 255 or 28.78% from 542); Max value from RGB is 246 - color contains mainly: red. Hex color #F68C9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68C9C is #097363. Grayscale: #ADADAD. Windows color (decimal): -619364 or 10259702. OLE color: 10259702.
HSL color Cylindrical-coordinate representation of color #F68C9C: hue angle of 350.94º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F68C9C is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 140 | 156 | - |
| CMYK | 0 | 0.43 | 0.37 | 0.04 |
| HSL | 350.94º | 0.85% | 0.76% | - |
| HSV(B) | 350.94º | 0.43% | 0.96% | - |
| XYZ | 53.38 | 40.75 | 36.5 | - |
| YUV | 173.52 | 118.12 | 179.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 140 | 156 | 0 | 0.43 | 0.37 | 0.04 | 350.94 | 0.85 | 0.76 |
| Hex | F6 | 8C | 9C | 0 | 2B | 25 | 4 | 15F | 55 | 4C |
| Octal | 366 | 214 | 234 | 0 | 53 | 45 | 4 | 537 | 125 | 114 |
| Binary | 11110110 | 10001100 | 10011100 | 0 | 101011 | 100101 | 100 | 101011111 | 1010101 | 1001100 |
Color Harmonies of #F68C9C
Complementary color
Monochromatic Colors of #F68C9C
Black with #F68C9C
Text Example
Text Example
White with #F68C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68C9C; }
p { color: rgb(246,140,156); }
H1.HeaderClassName
{
color: #F68C9C;
}
.AnyTagClassName
{
color: #F68C9C;
}
</style>
background-color css
<style>
a { background-color: #F68C9C; }
a { background-color: rgb(246,140,156); }
div.DivClassName
{
background-color: #F68C9C;
}
.BgClassName
{
background-color: #F68C9C;
}
</style>
border-color css
<style>
span { border-color: #F68C9C; }
span { border-color: rgb(246,140,156); }
td.TdClassName
{
border-color: #F68C9C;
}
.TagClassName
{
border-color: #F68C9C;
}
</style>