Shades of Wewak #F2878B
Tints of Wewak #F2878B
RGB
CMYK
RGB Variations
Color information
#F2878B (or 0xF2878B) is known color: Wewak. HEX triplet: F2, 87 and 8B. RGB value is (242,135,139). Sum of RGB (Red+Green+Blue) = 242+135+139=516 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.90% from 516); Green value is 135 (53.12% from 255 or 26.16% from 516); Blue value is 139 (54.69% from 255 or 26.94% from 516); Max value from RGB is 242 - color contains mainly: red. Hex color #F2878B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2878B is #0D7874. Grayscale: #A7A7A7. Windows color (decimal): -882805 or 9144306. OLE color: 9144306.
HSL color Cylindrical-coordinate representation of color #F2878B: hue angle of 357.76º 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 #F2878B is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 135 | 139 | - |
| CMYK | 0 | 0.44 | 0.43 | 0.05 |
| HSL | 357.76º | 0.8% | 0.74% | - |
| HSV(B) | 357.76º | 0.44% | 0.95% | - |
| XYZ | 49.94 | 38.07 | 29.14 | - |
| YUV | 167.45 | 111.95 | 181.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 135 | 139 | 0 | 0.44 | 0.43 | 0.05 | 357.76 | 0.8 | 0.74 |
| Hex | F2 | 87 | 8B | 0 | 2C | 2B | 5 | 166 | 50 | 4A |
| Octal | 362 | 207 | 213 | 0 | 54 | 53 | 5 | 546 | 120 | 112 |
| Binary | 11110010 | 10000111 | 10001011 | 0 | 101100 | 101011 | 101 | 101100110 | 1010000 | 1001010 |
Color Harmonies of #F2878B
Complementary color
Monochromatic Colors of #F2878B
Black with #F2878B
Text Example
Text Example
White with #F2878B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2878B; }
p { color: rgb(242,135,139); }
H1.HeaderClassName
{
color: #F2878B;
}
.AnyTagClassName
{
color: #F2878B;
}
</style>
background-color css
<style>
a { background-color: #F2878B; }
a { background-color: rgb(242,135,139); }
div.DivClassName
{
background-color: #F2878B;
}
.BgClassName
{
background-color: #F2878B;
}
</style>
border-color css
<style>
span { border-color: #F2878B; }
span { border-color: rgb(242,135,139); }
td.TdClassName
{
border-color: #F2878B;
}
.TagClassName
{
border-color: #F2878B;
}
</style>