Shades of Wewak #F28696
Tints of Wewak #F28696
RGB
CMYK
RGB Variations
Color information
#F28696 (or 0xF28696) is known color: Wewak. HEX triplet: F2, 86 and 96. RGB value is (242,134,150). Sum of RGB (Red+Green+Blue) = 242+134+150=526 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.01% from 526); Green value is 134 (52.73% from 255 or 25.48% from 526); Blue value is 150 (58.98% from 255 or 28.52% from 526); Max value from RGB is 242 - color contains mainly: red. Hex color #F28696 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28696 is #0D7969. Grayscale: #A8A8A8. Windows color (decimal): -883050 or 9864946. OLE color: 9864946.
HSL color Cylindrical-coordinate representation of color #F28696: hue angle of 351.11º 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 #F28696 is Cyan = 0, Magento = 0.45, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 134 | 150 | - |
| CMYK | 0 | 0.45 | 0.38 | 0.05 |
| HSL | 351.11º | 0.81% | 0.74% | - |
| HSV(B) | 351.11º | 0.45% | 0.95% | - |
| XYZ | 50.65 | 38.13 | 33.54 | - |
| YUV | 168.12 | 117.78 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 134 | 150 | 0 | 0.45 | 0.38 | 0.05 | 351.11 | 0.81 | 0.74 |
| Hex | F2 | 86 | 96 | 0 | 2D | 26 | 5 | 15F | 51 | 4A |
| Octal | 362 | 206 | 226 | 0 | 55 | 46 | 5 | 537 | 121 | 112 |
| Binary | 11110010 | 10000110 | 10010110 | 0 | 101101 | 100110 | 101 | 101011111 | 1010001 | 1001010 |
Color Harmonies of #F28696
Complementary color
Monochromatic Colors of #F28696
Black with #F28696
Text Example
Text Example
White with #F28696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28696; }
p { color: rgb(242,134,150); }
H1.HeaderClassName
{
color: #F28696;
}
.AnyTagClassName
{
color: #F28696;
}
</style>
background-color css
<style>
a { background-color: #F28696; }
a { background-color: rgb(242,134,150); }
div.DivClassName
{
background-color: #F28696;
}
.BgClassName
{
background-color: #F28696;
}
</style>
border-color css
<style>
span { border-color: #F28696; }
span { border-color: rgb(242,134,150); }
td.TdClassName
{
border-color: #F28696;
}
.TagClassName
{
border-color: #F28696;
}
</style>