Shades of Wewak #F68F9C
Tints of Wewak #F68F9C
RGB
CMYK
RGB Variations
Color information
#F68F9C (or 0xF68F9C) is known color: Wewak. HEX triplet: F6, 8F and 9C. RGB value is (246,143,156). Sum of RGB (Red+Green+Blue) = 246+143+156=545 (72% of max value = 765). Red value is 246 (96.48% from 255 or 45.14% from 545); Green value is 143 (56.25% from 255 or 26.24% from 545); Blue value is 156 (61.33% from 255 or 28.62% from 545); Max value from RGB is 246 - color contains mainly: red. Hex color #F68F9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68F9C is #097063. Grayscale: #AFAFAF. Windows color (decimal): -618596 or 10260470. OLE color: 10260470.
HSL color Cylindrical-coordinate representation of color #F68F9C: hue angle of 352.43º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F68F9C is Cyan = 0, Magento = 0.42, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 143 | 156 | - |
| CMYK | 0 | 0.42 | 0.37 | 0.04 |
| HSL | 352.43º | 0.85% | 0.76% | - |
| HSV(B) | 352.43º | 0.42% | 0.96% | - |
| XYZ | 53.83 | 41.64 | 36.65 | - |
| YUV | 175.28 | 117.12 | 178.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 143 | 156 | 0 | 0.42 | 0.37 | 0.04 | 352.43 | 0.85 | 0.76 |
| Hex | F6 | 8F | 9C | 0 | 2A | 25 | 4 | 160 | 55 | 4C |
| Octal | 366 | 217 | 234 | 0 | 52 | 45 | 4 | 540 | 125 | 114 |
| Binary | 11110110 | 10001111 | 10011100 | 0 | 101010 | 100101 | 100 | 101100000 | 1010101 | 1001100 |
Color Harmonies of #F68F9C
Complementary color
Monochromatic Colors of #F68F9C
Black with #F68F9C
Text Example
Text Example
White with #F68F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68F9C; }
p { color: rgb(246,143,156); }
H1.HeaderClassName
{
color: #F68F9C;
}
.AnyTagClassName
{
color: #F68F9C;
}
</style>
background-color css
<style>
a { background-color: #F68F9C; }
a { background-color: rgb(246,143,156); }
div.DivClassName
{
background-color: #F68F9C;
}
.BgClassName
{
background-color: #F68F9C;
}
</style>
border-color css
<style>
span { border-color: #F68F9C; }
span { border-color: rgb(246,143,156); }
td.TdClassName
{
border-color: #F68F9C;
}
.TagClassName
{
border-color: #F68F9C;
}
</style>