Shades of Wewak #F28690
Tints of Wewak #F28690
RGB
CMYK
RGB Variations
Color information
#F28690 (or 0xF28690) is known color: Wewak. HEX triplet: F2, 86 and 90. RGB value is (242,134,144). Sum of RGB (Red+Green+Blue) = 242+134+144=520 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.54% from 520); Green value is 134 (52.73% from 255 or 25.77% from 520); Blue value is 144 (56.64% from 255 or 27.69% from 520); Max value from RGB is 242 - color contains mainly: red. Hex color #F28690 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28690 is #0D796F. Grayscale: #A7A7A7. Windows color (decimal): -883056 or 9471730. OLE color: 9471730.
HSL color Cylindrical-coordinate representation of color #F28690: hue angle of 354.44º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F28690 is Cyan = 0, Magento = 0.45, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 134 | 144 | - |
| CMYK | 0 | 0.45 | 0.40 | 0.05 |
| HSL | 354.44º | 0.81% | 0.74% | - |
| HSV(B) | 354.44º | 0.45% | 0.95% | - |
| XYZ | 50.18 | 37.94 | 31.06 | - |
| YUV | 167.43 | 114.78 | 181.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 134 | 144 | 0 | 0.45 | 0.40 | 0.05 | 354.44 | 0.81 | 0.74 |
| Hex | F2 | 86 | 90 | 0 | 2D | 28 | 5 | 162 | 51 | 4A |
| Octal | 362 | 206 | 220 | 0 | 55 | 50 | 5 | 542 | 121 | 112 |
| Binary | 11110010 | 10000110 | 10010000 | 0 | 101101 | 101000 | 101 | 101100010 | 1010001 | 1001010 |
Color Harmonies of #F28690
Complementary color
Monochromatic Colors of #F28690
Black with #F28690
Text Example
Text Example
White with #F28690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28690; }
p { color: rgb(242,134,144); }
H1.HeaderClassName
{
color: #F28690;
}
.AnyTagClassName
{
color: #F28690;
}
</style>
background-color css
<style>
a { background-color: #F28690; }
a { background-color: rgb(242,134,144); }
div.DivClassName
{
background-color: #F28690;
}
.BgClassName
{
background-color: #F28690;
}
</style>
border-color css
<style>
span { border-color: #F28690; }
span { border-color: rgb(242,134,144); }
td.TdClassName
{
border-color: #F28690;
}
.TagClassName
{
border-color: #F28690;
}
</style>