Shades of Wewak #F28890
Tints of Wewak #F28890
RGB
CMYK
RGB Variations
Color information
#F28890 (or 0xF28890) is known color: Wewak. HEX triplet: F2, 88 and 90. RGB value is (242,136,144). Sum of RGB (Red+Green+Blue) = 242+136+144=522 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.36% from 522); Green value is 136 (53.52% from 255 or 26.05% from 522); Blue value is 144 (56.64% from 255 or 27.59% from 522); Max value from RGB is 242 - color contains mainly: red. Hex color #F28890 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28890 is #0D776F. Grayscale: #A8A8A8. Windows color (decimal): -882544 or 9472242. OLE color: 9472242.
HSL color Cylindrical-coordinate representation of color #F28890: hue angle of 355.47º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F28890 is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 136 | 144 | - |
| CMYK | 0 | 0.44 | 0.40 | 0.05 |
| HSL | 355.47º | 0.8% | 0.74% | - |
| HSV(B) | 355.47º | 0.44% | 0.95% | - |
| XYZ | 50.46 | 38.5 | 31.16 | - |
| YUV | 168.61 | 114.12 | 180.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 136 | 144 | 0 | 0.44 | 0.40 | 0.05 | 355.47 | 0.8 | 0.74 |
| Hex | F2 | 88 | 90 | 0 | 2C | 28 | 5 | 163 | 50 | 4A |
| Octal | 362 | 210 | 220 | 0 | 54 | 50 | 5 | 543 | 120 | 112 |
| Binary | 11110010 | 10001000 | 10010000 | 0 | 101100 | 101000 | 101 | 101100011 | 1010000 | 1001010 |
Color Harmonies of #F28890
Complementary color
Monochromatic Colors of #F28890
Black with #F28890
Text Example
Text Example
White with #F28890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28890; }
p { color: rgb(242,136,144); }
H1.HeaderClassName
{
color: #F28890;
}
.AnyTagClassName
{
color: #F28890;
}
</style>
background-color css
<style>
a { background-color: #F28890; }
a { background-color: rgb(242,136,144); }
div.DivClassName
{
background-color: #F28890;
}
.BgClassName
{
background-color: #F28890;
}
</style>
border-color css
<style>
span { border-color: #F28890; }
span { border-color: rgb(242,136,144); }
td.TdClassName
{
border-color: #F28890;
}
.TagClassName
{
border-color: #F28890;
}
</style>