Shades of Wewak #F28896
Tints of Wewak #F28896
RGB
CMYK
RGB Variations
Color information
#F28896 (or 0xF28896) is known color: Wewak. HEX triplet: F2, 88 and 96. RGB value is (242,136,150). Sum of RGB (Red+Green+Blue) = 242+136+150=528 (69% of max value = 765). Red value is 242 (94.92% from 255 or 45.83% from 528); Green value is 136 (53.52% from 255 or 25.76% from 528); Blue value is 150 (58.98% from 255 or 28.41% from 528); Max value from RGB is 242 - color contains mainly: red. Hex color #F28896 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28896 is #0D7769. Grayscale: #A9A9A9. Windows color (decimal): -882538 or 9865458. OLE color: 9865458.
HSL color Cylindrical-coordinate representation of color #F28896: hue angle of 352.08º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F28896 is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 136 | 150 | - |
| CMYK | 0 | 0.44 | 0.38 | 0.05 |
| HSL | 352.08º | 0.8% | 0.74% | - |
| HSV(B) | 352.08º | 0.44% | 0.95% | - |
| XYZ | 50.93 | 38.69 | 33.64 | - |
| YUV | 169.29 | 117.12 | 179.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 136 | 150 | 0 | 0.44 | 0.38 | 0.05 | 352.08 | 0.8 | 0.74 |
| Hex | F2 | 88 | 96 | 0 | 2C | 26 | 5 | 160 | 50 | 4A |
| Octal | 362 | 210 | 226 | 0 | 54 | 46 | 5 | 540 | 120 | 112 |
| Binary | 11110010 | 10001000 | 10010110 | 0 | 101100 | 100110 | 101 | 101100000 | 1010000 | 1001010 |
Color Harmonies of #F28896
Complementary color
Monochromatic Colors of #F28896
Black with #F28896
Text Example
Text Example
White with #F28896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28896; }
p { color: rgb(242,136,150); }
H1.HeaderClassName
{
color: #F28896;
}
.AnyTagClassName
{
color: #F28896;
}
</style>
background-color css
<style>
a { background-color: #F28896; }
a { background-color: rgb(242,136,150); }
div.DivClassName
{
background-color: #F28896;
}
.BgClassName
{
background-color: #F28896;
}
</style>
border-color css
<style>
span { border-color: #F28896; }
span { border-color: rgb(242,136,150); }
td.TdClassName
{
border-color: #F28896;
}
.TagClassName
{
border-color: #F28896;
}
</style>