Shades of Wewak #F28E90
Tints of Wewak #F28E90
RGB
CMYK
RGB Variations
Color information
#F28E90 (or 0xF28E90) is known color: Wewak. HEX triplet: F2, 8E and 90. RGB value is (242,142,144). Sum of RGB (Red+Green+Blue) = 242+142+144=528 (69% of max value = 765). Red value is 242 (94.92% from 255 or 45.83% from 528); Green value is 142 (55.86% from 255 or 26.89% from 528); Blue value is 144 (56.64% from 255 or 27.27% from 528); Max value from RGB is 242 - color contains mainly: red. Hex color #F28E90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28E90 is #0D716F. Grayscale: #ACACAC. Windows color (decimal): -881008 or 9473778. OLE color: 9473778.
HSL color Cylindrical-coordinate representation of color #F28E90: hue angle of 358.8º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F28E90 is Cyan = 0, Magento = 0.41, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 142 | 144 | - |
| CMYK | 0 | 0.41 | 0.40 | 0.05 |
| HSL | 358.8º | 0.79% | 0.75% | - |
| HSV(B) | 358.8º | 0.41% | 0.95% | - |
| XYZ | 51.32 | 40.24 | 31.45 | - |
| YUV | 172.13 | 112.13 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 142 | 144 | 0 | 0.41 | 0.40 | 0.05 | 358.8 | 0.79 | 0.75 |
| Hex | F2 | 8E | 90 | 0 | 29 | 28 | 5 | 167 | 4F | 4B |
| Octal | 362 | 216 | 220 | 0 | 51 | 50 | 5 | 547 | 117 | 113 |
| Binary | 11110010 | 10001110 | 10010000 | 0 | 101001 | 101000 | 101 | 101100111 | 1001111 | 1001011 |
Color Harmonies of #F28E90
Complementary color
Monochromatic Colors of #F28E90
Black with #F28E90
Text Example
Text Example
White with #F28E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28E90; }
p { color: rgb(242,142,144); }
H1.HeaderClassName
{
color: #F28E90;
}
.AnyTagClassName
{
color: #F28E90;
}
</style>
background-color css
<style>
a { background-color: #F28E90; }
a { background-color: rgb(242,142,144); }
div.DivClassName
{
background-color: #F28E90;
}
.BgClassName
{
background-color: #F28E90;
}
</style>
border-color css
<style>
span { border-color: #F28E90; }
span { border-color: rgb(242,142,144); }
td.TdClassName
{
border-color: #F28E90;
}
.TagClassName
{
border-color: #F28E90;
}
</style>