Shades of Wewak #FF98A0
Tints of Wewak #FF98A0
RGB
CMYK
RGB Variations
Color information
#FF98A0 (or 0xFF98A0) is known color: Wewak. HEX triplet: FF, 98 and A0. RGB value is (255,152,160). Sum of RGB (Red+Green+Blue) = 255+152+160=567 (75% of max value = 765). Red value is 255 (100% from 255 or 44.97% from 567); Green value is 152 (59.77% from 255 or 26.81% from 567); Blue value is 160 (62.89% from 255 or 28.22% from 567); Max value from RGB is 255 - color contains mainly: red. Hex color #FF98A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF98A0 is #00675F. Grayscale: #B7B7B7. Windows color (decimal): -26464 or 10524927. OLE color: 10524927.
HSL color Cylindrical-coordinate representation of color #FF98A0: hue angle of 355.34º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FF98A0 is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 152 | 160 | - |
| CMYK | 0 | 0.40 | 0.37 | 0 |
| HSL | 355.34º | 1% | 0.8% | - |
| HSV(B) | 355.34º | 0.4% | 1% | - |
| XYZ | 58.81 | 46.25 | 39.09 | - |
| YUV | 183.71 | 114.62 | 178.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 152 | 160 | 0 | 0.40 | 0.37 | 0 | 355.34 | 1 | 0.8 |
| Hex | FF | 98 | A0 | 0 | 28 | 25 | 0 | 163 | 64 | 50 |
| Octal | 377 | 230 | 240 | 0 | 50 | 45 | 0 | 543 | 144 | 120 |
| Binary | 11111111 | 10011000 | 10100000 | 0 | 101000 | 100101 | 0 | 101100011 | 1100100 | 1010000 |
Color Harmonies of #FF98A0
Complementary color
Monochromatic Colors of #FF98A0
Black with #FF98A0
Text Example
Text Example
White with #FF98A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF98A0; }
p { color: rgb(255,152,160); }
H1.HeaderClassName
{
color: #FF98A0;
}
.AnyTagClassName
{
color: #FF98A0;
}
</style>
background-color css
<style>
a { background-color: #FF98A0; }
a { background-color: rgb(255,152,160); }
div.DivClassName
{
background-color: #FF98A0;
}
.BgClassName
{
background-color: #FF98A0;
}
</style>
border-color css
<style>
span { border-color: #FF98A0; }
span { border-color: rgb(255,152,160); }
td.TdClassName
{
border-color: #FF98A0;
}
.TagClassName
{
border-color: #FF98A0;
}
</style>