Shades of Wewak #FF98A5
Tints of Wewak #FF98A5
RGB
CMYK
RGB Variations
Color information
#FF98A5 (or 0xFF98A5) is known color: Wewak. HEX triplet: FF, 98 and A5. RGB value is (255,152,165). Sum of RGB (Red+Green+Blue) = 255+152+165=572 (75% of max value = 765). Red value is 255 (100% from 255 or 44.58% from 572); Green value is 152 (59.77% from 255 or 26.57% from 572); Blue value is 165 (64.84% from 255 or 28.85% from 572); Max value from RGB is 255 - color contains mainly: red. Hex color #FF98A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF98A5 is #00675A. Grayscale: #B8B8B8. Windows color (decimal): -26459 or 10852607. OLE color: 10852607.
HSL color Cylindrical-coordinate representation of color #FF98A5: hue angle of 352.43º 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 #FF98A5 is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 152 | 165 | - |
| CMYK | 0 | 0.40 | 0.35 | 0 |
| HSL | 352.43º | 1% | 0.8% | - |
| HSV(B) | 352.43º | 0.4% | 1% | - |
| XYZ | 59.26 | 46.43 | 41.44 | - |
| YUV | 184.28 | 117.12 | 178.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 152 | 165 | 0 | 0.40 | 0.35 | 0 | 352.43 | 1 | 0.8 |
| Hex | FF | 98 | A5 | 0 | 28 | 23 | 0 | 160 | 64 | 50 |
| Octal | 377 | 230 | 245 | 0 | 50 | 43 | 0 | 540 | 144 | 120 |
| Binary | 11111111 | 10011000 | 10100101 | 0 | 101000 | 100011 | 0 | 101100000 | 1100100 | 1010000 |
Color Harmonies of #FF98A5
Complementary color
Monochromatic Colors of #FF98A5
Black with #FF98A5
Text Example
Text Example
White with #FF98A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF98A5; }
p { color: rgb(255,152,165); }
H1.HeaderClassName
{
color: #FF98A5;
}
.AnyTagClassName
{
color: #FF98A5;
}
</style>
background-color css
<style>
a { background-color: #FF98A5; }
a { background-color: rgb(255,152,165); }
div.DivClassName
{
background-color: #FF98A5;
}
.BgClassName
{
background-color: #FF98A5;
}
</style>
border-color css
<style>
span { border-color: #FF98A5; }
span { border-color: rgb(255,152,165); }
td.TdClassName
{
border-color: #FF98A5;
}
.TagClassName
{
border-color: #FF98A5;
}
</style>