Shades of Wewak #F28F98
Tints of Wewak #F28F98
RGB
CMYK
RGB Variations
Color information
#F28F98 (or 0xF28F98) is known color: Wewak. HEX triplet: F2, 8F and 98. RGB value is (242,143,152). Sum of RGB (Red+Green+Blue) = 242+143+152=537 (71% of max value = 765). Red value is 242 (94.92% from 255 or 45.07% from 537); Green value is 143 (56.25% from 255 or 26.63% from 537); Blue value is 152 (59.77% from 255 or 28.31% from 537); Max value from RGB is 242 - color contains mainly: red. Hex color #F28F98 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28F98 is #0D7067. Grayscale: #ADADAD. Windows color (decimal): -880744 or 9998322. OLE color: 9998322.
HSL color Cylindrical-coordinate representation of color #F28F98: hue angle of 354.55º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F28F98 is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 143 | 152 | - |
| CMYK | 0 | 0.41 | 0.37 | 0.05 |
| HSL | 354.55º | 0.79% | 0.75% | - |
| HSV(B) | 354.55º | 0.41% | 0.95% | - |
| XYZ | 52.11 | 40.79 | 34.83 | - |
| YUV | 173.63 | 115.8 | 176.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 143 | 152 | 0 | 0.41 | 0.37 | 0.05 | 354.55 | 0.79 | 0.75 |
| Hex | F2 | 8F | 98 | 0 | 29 | 25 | 5 | 163 | 4F | 4B |
| Octal | 362 | 217 | 230 | 0 | 51 | 45 | 5 | 543 | 117 | 113 |
| Binary | 11110010 | 10001111 | 10011000 | 0 | 101001 | 100101 | 101 | 101100011 | 1001111 | 1001011 |
Color Harmonies of #F28F98
Complementary color
Monochromatic Colors of #F28F98
Black with #F28F98
Text Example
Text Example
White with #F28F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28F98; }
p { color: rgb(242,143,152); }
H1.HeaderClassName
{
color: #F28F98;
}
.AnyTagClassName
{
color: #F28F98;
}
</style>
background-color css
<style>
a { background-color: #F28F98; }
a { background-color: rgb(242,143,152); }
div.DivClassName
{
background-color: #F28F98;
}
.BgClassName
{
background-color: #F28F98;
}
</style>
border-color css
<style>
span { border-color: #F28F98; }
span { border-color: rgb(242,143,152); }
td.TdClassName
{
border-color: #F28F98;
}
.TagClassName
{
border-color: #F28F98;
}
</style>