Shades of Wewak #F28691
Tints of Wewak #F28691
RGB
CMYK
RGB Variations
Color information
#F28691 (or 0xF28691) is known color: Wewak. HEX triplet: F2, 86 and 91. RGB value is (242,134,145). Sum of RGB (Red+Green+Blue) = 242+134+145=521 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.45% from 521); Green value is 134 (52.73% from 255 or 25.72% from 521); Blue value is 145 (57.03% from 255 or 27.83% from 521); Max value from RGB is 242 - color contains mainly: red. Hex color #F28691 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28691 is #0D796E. Grayscale: #A7A7A7. Windows color (decimal): -883055 or 9537266. OLE color: 9537266.
HSL color Cylindrical-coordinate representation of color #F28691: hue angle of 353.89º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F28691 is Cyan = 0, Magento = 0.45, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 134 | 145 | - |
| CMYK | 0 | 0.45 | 0.40 | 0.05 |
| HSL | 353.89º | 0.81% | 0.74% | - |
| HSV(B) | 353.89º | 0.45% | 0.95% | - |
| XYZ | 50.25 | 37.97 | 31.47 | - |
| YUV | 167.55 | 115.28 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 134 | 145 | 0 | 0.45 | 0.40 | 0.05 | 353.89 | 0.81 | 0.74 |
| Hex | F2 | 86 | 91 | 0 | 2D | 28 | 5 | 162 | 51 | 4A |
| Octal | 362 | 206 | 221 | 0 | 55 | 50 | 5 | 542 | 121 | 112 |
| Binary | 11110010 | 10000110 | 10010001 | 0 | 101101 | 101000 | 101 | 101100010 | 1010001 | 1001010 |
Color Harmonies of #F28691
Complementary color
Monochromatic Colors of #F28691
Black with #F28691
Text Example
Text Example
White with #F28691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28691; }
p { color: rgb(242,134,145); }
H1.HeaderClassName
{
color: #F28691;
}
.AnyTagClassName
{
color: #F28691;
}
</style>
background-color css
<style>
a { background-color: #F28691; }
a { background-color: rgb(242,134,145); }
div.DivClassName
{
background-color: #F28691;
}
.BgClassName
{
background-color: #F28691;
}
</style>
border-color css
<style>
span { border-color: #F28691; }
span { border-color: rgb(242,134,145); }
td.TdClassName
{
border-color: #F28691;
}
.TagClassName
{
border-color: #F28691;
}
</style>