Shades of Wewak #F28E9F
Tints of Wewak #F28E9F
RGB
CMYK
RGB Variations
Color information
#F28E9F (or 0xF28E9F) is known color: Wewak. HEX triplet: F2, 8E and 9F. RGB value is (242,142,159). Sum of RGB (Red+Green+Blue) = 242+142+159=543 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.57% from 543); Green value is 142 (55.86% from 255 or 26.15% from 543); Blue value is 159 (62.5% from 255 or 29.28% from 543); Max value from RGB is 242 - color contains mainly: red. Hex color #F28E9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28E9F is #0D7160. Grayscale: #ADADAD. Windows color (decimal): -880993 or 10456818. OLE color: 10456818.
HSL color Cylindrical-coordinate representation of color #F28E9F: hue angle of 349.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 #F28E9F is Cyan = 0, Magento = 0.41, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 142 | 159 | - |
| CMYK | 0 | 0.41 | 0.34 | 0.05 |
| HSL | 349.8º | 0.79% | 0.75% | - |
| HSV(B) | 349.8º | 0.41% | 0.95% | - |
| XYZ | 52.55 | 40.73 | 37.89 | - |
| YUV | 173.84 | 119.63 | 176.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 142 | 159 | 0 | 0.41 | 0.34 | 0.05 | 349.8 | 0.79 | 0.75 |
| Hex | F2 | 8E | 9F | 0 | 29 | 22 | 5 | 15E | 4F | 4B |
| Octal | 362 | 216 | 237 | 0 | 51 | 42 | 5 | 536 | 117 | 113 |
| Binary | 11110010 | 10001110 | 10011111 | 0 | 101001 | 100010 | 101 | 101011110 | 1001111 | 1001011 |
Color Harmonies of #F28E9F
Complementary color
Monochromatic Colors of #F28E9F
Black with #F28E9F
Text Example
Text Example
White with #F28E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28E9F; }
p { color: rgb(242,142,159); }
H1.HeaderClassName
{
color: #F28E9F;
}
.AnyTagClassName
{
color: #F28E9F;
}
</style>
background-color css
<style>
a { background-color: #F28E9F; }
a { background-color: rgb(242,142,159); }
div.DivClassName
{
background-color: #F28E9F;
}
.BgClassName
{
background-color: #F28E9F;
}
</style>
border-color css
<style>
span { border-color: #F28E9F; }
span { border-color: rgb(242,142,159); }
td.TdClassName
{
border-color: #F28E9F;
}
.TagClassName
{
border-color: #F28E9F;
}
</style>