Shades of Wewak #F28892
Tints of Wewak #F28892
RGB
CMYK
RGB Variations
Color information
#F28892 (or 0xF28892) is known color: Wewak. HEX triplet: F2, 88 and 92. RGB value is (242,136,146). Sum of RGB (Red+Green+Blue) = 242+136+146=524 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.18% from 524); Green value is 136 (53.52% from 255 or 25.95% from 524); Blue value is 146 (57.42% from 255 or 27.86% from 524); Max value from RGB is 242 - color contains mainly: red. Hex color #F28892 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28892 is #0D776D. Grayscale: #A8A8A8. Windows color (decimal): -882542 or 9603314. OLE color: 9603314.
HSL color Cylindrical-coordinate representation of color #F28892: hue angle of 354.34º 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 #F28892 is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 136 | 146 | - |
| CMYK | 0 | 0.44 | 0.40 | 0.05 |
| HSL | 354.34º | 0.8% | 0.74% | - |
| HSV(B) | 354.34º | 0.44% | 0.95% | - |
| XYZ | 50.61 | 38.56 | 31.97 | - |
| YUV | 168.83 | 115.12 | 180.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 136 | 146 | 0 | 0.44 | 0.40 | 0.05 | 354.34 | 0.8 | 0.74 |
| Hex | F2 | 88 | 92 | 0 | 2C | 28 | 5 | 162 | 50 | 4A |
| Octal | 362 | 210 | 222 | 0 | 54 | 50 | 5 | 542 | 120 | 112 |
| Binary | 11110010 | 10001000 | 10010010 | 0 | 101100 | 101000 | 101 | 101100010 | 1010000 | 1001010 |
Color Harmonies of #F28892
Complementary color
Monochromatic Colors of #F28892
Black with #F28892
Text Example
Text Example
White with #F28892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28892; }
p { color: rgb(242,136,146); }
H1.HeaderClassName
{
color: #F28892;
}
.AnyTagClassName
{
color: #F28892;
}
</style>
background-color css
<style>
a { background-color: #F28892; }
a { background-color: rgb(242,136,146); }
div.DivClassName
{
background-color: #F28892;
}
.BgClassName
{
background-color: #F28892;
}
</style>
border-color css
<style>
span { border-color: #F28892; }
span { border-color: rgb(242,136,146); }
td.TdClassName
{
border-color: #F28892;
}
.TagClassName
{
border-color: #F28892;
}
</style>