Shades of Wewak #F68A90
Tints of Wewak #F68A90
RGB
CMYK
RGB Variations
Color information
#F68A90 (or 0xF68A90) is known color: Wewak. HEX triplet: F6, 8A and 90. RGB value is (246,138,144). Sum of RGB (Red+Green+Blue) = 246+138+144=528 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.59% from 528); Green value is 138 (54.30% from 255 or 26.14% from 528); Blue value is 144 (56.64% from 255 or 27.27% from 528); Max value from RGB is 246 - color contains mainly: red. Hex color #F68A90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68A90 is #09756F. Grayscale: #ABABAB. Windows color (decimal): -619888 or 9472758. OLE color: 9472758.
HSL color Cylindrical-coordinate representation of color #F68A90: hue angle of 356.67º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F68A90 is Cyan = 0, Magento = 0.44, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 138 | 144 | - |
| CMYK | 0 | 0.44 | 0.41 | 0.04 |
| HSL | 356.67º | 0.86% | 0.75% | - |
| HSV(B) | 356.67º | 0.44% | 0.96% | - |
| XYZ | 52.13 | 39.78 | 31.32 | - |
| YUV | 170.98 | 112.78 | 181.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 138 | 144 | 0 | 0.44 | 0.41 | 0.04 | 356.67 | 0.86 | 0.75 |
| Hex | F6 | 8A | 90 | 0 | 2C | 29 | 4 | 165 | 56 | 4B |
| Octal | 366 | 212 | 220 | 0 | 54 | 51 | 4 | 545 | 126 | 113 |
| Binary | 11110110 | 10001010 | 10010000 | 0 | 101100 | 101001 | 100 | 101100101 | 1010110 | 1001011 |
Color Harmonies of #F68A90
Complementary color
Monochromatic Colors of #F68A90
Black with #F68A90
Text Example
Text Example
White with #F68A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68A90; }
p { color: rgb(246,138,144); }
H1.HeaderClassName
{
color: #F68A90;
}
.AnyTagClassName
{
color: #F68A90;
}
</style>
background-color css
<style>
a { background-color: #F68A90; }
a { background-color: rgb(246,138,144); }
div.DivClassName
{
background-color: #F68A90;
}
.BgClassName
{
background-color: #F68A90;
}
</style>
border-color css
<style>
span { border-color: #F68A90; }
span { border-color: rgb(246,138,144); }
td.TdClassName
{
border-color: #F68A90;
}
.TagClassName
{
border-color: #F68A90;
}
</style>