Shades of Wewak #F2878D
Tints of Wewak #F2878D
RGB
CMYK
RGB Variations
Color information
#F2878D (or 0xF2878D) is known color: Wewak. HEX triplet: F2, 87 and 8D. RGB value is (242,135,141). Sum of RGB (Red+Green+Blue) = 242+135+141=518 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.72% from 518); Green value is 135 (53.12% from 255 or 26.06% from 518); Blue value is 141 (55.47% from 255 or 27.22% from 518); Max value from RGB is 242 - color contains mainly: red. Hex color #F2878D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2878D is #0D7872. Grayscale: #A7A7A7. Windows color (decimal): -882803 or 9275378. OLE color: 9275378.
HSL color Cylindrical-coordinate representation of color #F2878D: hue angle of 356.64º 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 #F2878D is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 135 | 141 | - |
| CMYK | 0 | 0.44 | 0.42 | 0.05 |
| HSL | 356.64º | 0.8% | 0.74% | - |
| HSV(B) | 356.64º | 0.44% | 0.95% | - |
| XYZ | 50.09 | 38.13 | 29.92 | - |
| YUV | 167.68 | 112.95 | 181.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 135 | 141 | 0 | 0.44 | 0.42 | 0.05 | 356.64 | 0.8 | 0.74 |
| Hex | F2 | 87 | 8D | 0 | 2C | 2A | 5 | 165 | 50 | 4A |
| Octal | 362 | 207 | 215 | 0 | 54 | 52 | 5 | 545 | 120 | 112 |
| Binary | 11110010 | 10000111 | 10001101 | 0 | 101100 | 101010 | 101 | 101100101 | 1010000 | 1001010 |
Color Harmonies of #F2878D
Complementary color
Monochromatic Colors of #F2878D
Black with #F2878D
Text Example
Text Example
White with #F2878D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2878D; }
p { color: rgb(242,135,141); }
H1.HeaderClassName
{
color: #F2878D;
}
.AnyTagClassName
{
color: #F2878D;
}
</style>
background-color css
<style>
a { background-color: #F2878D; }
a { background-color: rgb(242,135,141); }
div.DivClassName
{
background-color: #F2878D;
}
.BgClassName
{
background-color: #F2878D;
}
</style>
border-color css
<style>
span { border-color: #F2878D; }
span { border-color: rgb(242,135,141); }
td.TdClassName
{
border-color: #F2878D;
}
.TagClassName
{
border-color: #F2878D;
}
</style>