Shades of Wewak #F2888E
Tints of Wewak #F2888E
RGB
CMYK
RGB Variations
Color information
#F2888E (or 0xF2888E) is known color: Wewak. HEX triplet: F2, 88 and 8E. RGB value is (242,136,142). Sum of RGB (Red+Green+Blue) = 242+136+142=520 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.54% from 520); Green value is 136 (53.52% from 255 or 26.15% from 520); Blue value is 142 (55.86% from 255 or 27.31% from 520); Max value from RGB is 242 - color contains mainly: red. Hex color #F2888E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2888E is #0D7771. Grayscale: #A8A8A8. Windows color (decimal): -882546 or 9341170. OLE color: 9341170.
HSL color Cylindrical-coordinate representation of color #F2888E: hue angle of 356.6º 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 #F2888E is Cyan = 0, Magento = 0.44, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 136 | 142 | - |
| CMYK | 0 | 0.44 | 0.41 | 0.05 |
| HSL | 356.6º | 0.8% | 0.74% | - |
| HSV(B) | 356.6º | 0.44% | 0.95% | - |
| XYZ | 50.3 | 38.44 | 30.36 | - |
| YUV | 168.38 | 113.12 | 180.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 136 | 142 | 0 | 0.44 | 0.41 | 0.05 | 356.6 | 0.8 | 0.74 |
| Hex | F2 | 88 | 8E | 0 | 2C | 29 | 5 | 165 | 50 | 4A |
| Octal | 362 | 210 | 216 | 0 | 54 | 51 | 5 | 545 | 120 | 112 |
| Binary | 11110010 | 10001000 | 10001110 | 0 | 101100 | 101001 | 101 | 101100101 | 1010000 | 1001010 |
Color Harmonies of #F2888E
Complementary color
Monochromatic Colors of #F2888E
Black with #F2888E
Text Example
Text Example
White with #F2888E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2888E; }
p { color: rgb(242,136,142); }
H1.HeaderClassName
{
color: #F2888E;
}
.AnyTagClassName
{
color: #F2888E;
}
</style>
background-color css
<style>
a { background-color: #F2888E; }
a { background-color: rgb(242,136,142); }
div.DivClassName
{
background-color: #F2888E;
}
.BgClassName
{
background-color: #F2888E;
}
</style>
border-color css
<style>
span { border-color: #F2888E; }
span { border-color: rgb(242,136,142); }
td.TdClassName
{
border-color: #F2888E;
}
.TagClassName
{
border-color: #F2888E;
}
</style>