Shades of Wewak #F28688
Tints of Wewak #F28688
RGB
CMYK
RGB Variations
Color information
#F28688 (or 0xF28688) is known color: Wewak. HEX triplet: F2, 86 and 88. RGB value is (242,134,136). Sum of RGB (Red+Green+Blue) = 242+134+136=512 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.27% from 512); Green value is 134 (52.73% from 255 or 26.17% from 512); Blue value is 136 (53.52% from 255 or 26.56% from 512); Max value from RGB is 242 - color contains mainly: red. Hex color #F28688 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28688 is #0D7977. Grayscale: #A6A6A6. Windows color (decimal): -883064 or 8947442. OLE color: 8947442.
HSL color Cylindrical-coordinate representation of color #F28688: hue angle of 358.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 #F28688 is Cyan = 0, Magento = 0.45, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 134 | 136 | - |
| CMYK | 0 | 0.45 | 0.44 | 0.05 |
| HSL | 358.89º | 0.81% | 0.74% | - |
| HSV(B) | 358.89º | 0.45% | 0.95% | - |
| XYZ | 49.59 | 37.71 | 27.96 | - |
| YUV | 166.52 | 110.78 | 181.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 134 | 136 | 0 | 0.45 | 0.44 | 0.05 | 358.89 | 0.81 | 0.74 |
| Hex | F2 | 86 | 88 | 0 | 2D | 2C | 5 | 167 | 51 | 4A |
| Octal | 362 | 206 | 210 | 0 | 55 | 54 | 5 | 547 | 121 | 112 |
| Binary | 11110010 | 10000110 | 10001000 | 0 | 101101 | 101100 | 101 | 101100111 | 1010001 | 1001010 |
Color Harmonies of #F28688
Complementary color
Monochromatic Colors of #F28688
Black with #F28688
Text Example
Text Example
White with #F28688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28688; }
p { color: rgb(242,134,136); }
H1.HeaderClassName
{
color: #F28688;
}
.AnyTagClassName
{
color: #F28688;
}
</style>
background-color css
<style>
a { background-color: #F28688; }
a { background-color: rgb(242,134,136); }
div.DivClassName
{
background-color: #F28688;
}
.BgClassName
{
background-color: #F28688;
}
</style>
border-color css
<style>
span { border-color: #F28688; }
span { border-color: rgb(242,134,136); }
td.TdClassName
{
border-color: #F28688;
}
.TagClassName
{
border-color: #F28688;
}
</style>