Shades of Wewak #F28898
Tints of Wewak #F28898
RGB
CMYK
RGB Variations
Color information
#F28898 (or 0xF28898) is known color: Wewak. HEX triplet: F2, 88 and 98. RGB value is (242,136,152). Sum of RGB (Red+Green+Blue) = 242+136+152=530 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.66% from 530); Green value is 136 (53.52% from 255 or 25.66% from 530); Blue value is 152 (59.77% from 255 or 28.68% from 530); Max value from RGB is 242 - color contains mainly: red. Hex color #F28898 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28898 is #0D7767. Grayscale: #A9A9A9. Windows color (decimal): -882536 or 9996530. OLE color: 9996530.
HSL color Cylindrical-coordinate representation of color #F28898: hue angle of 350.94º 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 #F28898 is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 136 | 152 | - |
| CMYK | 0 | 0.44 | 0.37 | 0.05 |
| HSL | 350.94º | 0.8% | 0.74% | - |
| HSV(B) | 350.94º | 0.44% | 0.95% | - |
| XYZ | 51.09 | 38.75 | 34.49 | - |
| YUV | 169.52 | 118.12 | 179.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 136 | 152 | 0 | 0.44 | 0.37 | 0.05 | 350.94 | 0.8 | 0.74 |
| Hex | F2 | 88 | 98 | 0 | 2C | 25 | 5 | 15F | 50 | 4A |
| Octal | 362 | 210 | 230 | 0 | 54 | 45 | 5 | 537 | 120 | 112 |
| Binary | 11110010 | 10001000 | 10011000 | 0 | 101100 | 100101 | 101 | 101011111 | 1010000 | 1001010 |
Color Harmonies of #F28898
Complementary color
Monochromatic Colors of #F28898
Black with #F28898
Text Example
Text Example
White with #F28898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28898; }
p { color: rgb(242,136,152); }
H1.HeaderClassName
{
color: #F28898;
}
.AnyTagClassName
{
color: #F28898;
}
</style>
background-color css
<style>
a { background-color: #F28898; }
a { background-color: rgb(242,136,152); }
div.DivClassName
{
background-color: #F28898;
}
.BgClassName
{
background-color: #F28898;
}
</style>
border-color css
<style>
span { border-color: #F28898; }
span { border-color: rgb(242,136,152); }
td.TdClassName
{
border-color: #F28898;
}
.TagClassName
{
border-color: #F28898;
}
</style>