Shades of Wewak #F890A1
Tints of Wewak #F890A1
RGB
CMYK
RGB Variations
Color information
#F890A1 (or 0xF890A1) is known color: Wewak. HEX triplet: F8, 90 and A1. RGB value is (248,144,161). Sum of RGB (Red+Green+Blue) = 248+144+161=553 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.85% from 553); Green value is 144 (56.64% from 255 or 26.04% from 553); Blue value is 161 (63.28% from 255 or 29.11% from 553); Max value from RGB is 248 - color contains mainly: red. Hex color #F890A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F890A1 is #076F5E. Grayscale: #B1B1B1. Windows color (decimal): -487263 or 10588408. OLE color: 10588408.
HSL color Cylindrical-coordinate representation of color #F890A1: hue angle of 350.19º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F890A1 is Cyan = 0, Magento = 0.42, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 144 | 161 | - |
| CMYK | 0 | 0.42 | 0.35 | 0.03 |
| HSL | 350.19º | 0.88% | 0.77% | - |
| HSV(B) | 350.19º | 0.42% | 0.97% | - |
| XYZ | 55.12 | 42.48 | 39.01 | - |
| YUV | 177.03 | 118.96 | 178.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 144 | 161 | 0 | 0.42 | 0.35 | 0.03 | 350.19 | 0.88 | 0.77 |
| Hex | F8 | 90 | A1 | 0 | 2A | 23 | 3 | 15E | 58 | 4D |
| Octal | 370 | 220 | 241 | 0 | 52 | 43 | 3 | 536 | 130 | 115 |
| Binary | 11111000 | 10010000 | 10100001 | 0 | 101010 | 100011 | 11 | 101011110 | 1011000 | 1001101 |
Color Harmonies of #F890A1
Complementary color
Monochromatic Colors of #F890A1
Black with #F890A1
Text Example
Text Example
White with #F890A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F890A1; }
p { color: rgb(248,144,161); }
H1.HeaderClassName
{
color: #F890A1;
}
.AnyTagClassName
{
color: #F890A1;
}
</style>
background-color css
<style>
a { background-color: #F890A1; }
a { background-color: rgb(248,144,161); }
div.DivClassName
{
background-color: #F890A1;
}
.BgClassName
{
background-color: #F890A1;
}
</style>
border-color css
<style>
span { border-color: #F890A1; }
span { border-color: rgb(248,144,161); }
td.TdClassName
{
border-color: #F890A1;
}
.TagClassName
{
border-color: #F890A1;
}
</style>