Shades of Wewak #F28B9E
Tints of Wewak #F28B9E
RGB
CMYK
RGB Variations
Color information
#F28B9E (or 0xF28B9E) is known color: Wewak. HEX triplet: F2, 8B and 9E. RGB value is (242,139,158). Sum of RGB (Red+Green+Blue) = 242+139+158=539 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.90% from 539); Green value is 139 (54.69% from 255 or 25.79% from 539); Blue value is 158 (62.11% from 255 or 29.31% from 539); Max value from RGB is 242 - color contains mainly: red. Hex color #F28B9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28B9E is #0D7461. Grayscale: #ABABAB. Windows color (decimal): -881762 or 10390514. OLE color: 10390514.
HSL color Cylindrical-coordinate representation of color #F28B9E: hue angle of 348.93º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F28B9E is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 139 | 158 | - |
| CMYK | 0 | 0.43 | 0.35 | 0.05 |
| HSL | 348.93º | 0.8% | 0.75% | - |
| HSV(B) | 348.93º | 0.43% | 0.95% | - |
| XYZ | 52.02 | 39.81 | 37.29 | - |
| YUV | 171.96 | 120.12 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 139 | 158 | 0 | 0.43 | 0.35 | 0.05 | 348.93 | 0.8 | 0.75 |
| Hex | F2 | 8B | 9E | 0 | 2B | 23 | 5 | 15D | 50 | 4B |
| Octal | 362 | 213 | 236 | 0 | 53 | 43 | 5 | 535 | 120 | 113 |
| Binary | 11110010 | 10001011 | 10011110 | 0 | 101011 | 100011 | 101 | 101011101 | 1010000 | 1001011 |
Color Harmonies of #F28B9E
Complementary color
Monochromatic Colors of #F28B9E
Black with #F28B9E
Text Example
Text Example
White with #F28B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28B9E; }
p { color: rgb(242,139,158); }
H1.HeaderClassName
{
color: #F28B9E;
}
.AnyTagClassName
{
color: #F28B9E;
}
</style>
background-color css
<style>
a { background-color: #F28B9E; }
a { background-color: rgb(242,139,158); }
div.DivClassName
{
background-color: #F28B9E;
}
.BgClassName
{
background-color: #F28B9E;
}
</style>
border-color css
<style>
span { border-color: #F28B9E; }
span { border-color: rgb(242,139,158); }
td.TdClassName
{
border-color: #F28B9E;
}
.TagClassName
{
border-color: #F28B9E;
}
</style>