Shades of Wewak #F891A1
Tints of Wewak #F891A1
RGB
CMYK
RGB Variations
Color information
#F891A1 (or 0xF891A1) is known color: Wewak. HEX triplet: F8, 91 and A1. RGB value is (248,145,161). Sum of RGB (Red+Green+Blue) = 248+145+161=554 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.77% from 554); Green value is 145 (57.03% from 255 or 26.17% from 554); Blue value is 161 (63.28% from 255 or 29.06% from 554); Max value from RGB is 248 - color contains mainly: red. Hex color #F891A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F891A1 is #076E5E. Grayscale: #B1B1B1. Windows color (decimal): -487007 or 10588664. OLE color: 10588664.
HSL color Cylindrical-coordinate representation of color #F891A1: hue angle of 350.68º 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 #F891A1 is Cyan = 0, Magento = 0.42, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 145 | 161 | - |
| CMYK | 0 | 0.42 | 0.35 | 0.03 |
| HSL | 350.68º | 0.88% | 0.77% | - |
| HSV(B) | 350.68º | 0.42% | 0.97% | - |
| XYZ | 55.27 | 42.78 | 39.06 | - |
| YUV | 177.62 | 118.62 | 178.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 145 | 161 | 0 | 0.42 | 0.35 | 0.03 | 350.68 | 0.88 | 0.77 |
| Hex | F8 | 91 | A1 | 0 | 2A | 23 | 3 | 15F | 58 | 4D |
| Octal | 370 | 221 | 241 | 0 | 52 | 43 | 3 | 537 | 130 | 115 |
| Binary | 11111000 | 10010001 | 10100001 | 0 | 101010 | 100011 | 11 | 101011111 | 1011000 | 1001101 |
Color Harmonies of #F891A1
Complementary color
Monochromatic Colors of #F891A1
Black with #F891A1
Text Example
Text Example
White with #F891A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F891A1; }
p { color: rgb(248,145,161); }
H1.HeaderClassName
{
color: #F891A1;
}
.AnyTagClassName
{
color: #F891A1;
}
</style>
background-color css
<style>
a { background-color: #F891A1; }
a { background-color: rgb(248,145,161); }
div.DivClassName
{
background-color: #F891A1;
}
.BgClassName
{
background-color: #F891A1;
}
</style>
border-color css
<style>
span { border-color: #F891A1; }
span { border-color: rgb(248,145,161); }
td.TdClassName
{
border-color: #F891A1;
}
.TagClassName
{
border-color: #F891A1;
}
</style>