Shades of Wewak #F991A0
Tints of Wewak #F991A0
RGB
CMYK
RGB Variations
Color information
#F991A0 (or 0xF991A0) is known color: Wewak. HEX triplet: F9, 91 and A0. RGB value is (249,145,160). Sum of RGB (Red+Green+Blue) = 249+145+160=554 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.95% from 554); Green value is 145 (57.03% from 255 or 26.17% from 554); Blue value is 160 (62.89% from 255 or 28.88% from 554); Max value from RGB is 249 - color contains mainly: red. Hex color #F991A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F991A0 is #066E5F. Grayscale: #B1B1B1. Windows color (decimal): -421472 or 10523129. OLE color: 10523129.
HSL color Cylindrical-coordinate representation of color #F991A0: hue angle of 351.35º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F991A0 is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 145 | 160 | - |
| CMYK | 0 | 0.42 | 0.36 | 0.02 |
| HSL | 351.35º | 0.9% | 0.77% | - |
| HSV(B) | 351.35º | 0.42% | 0.98% | - |
| XYZ | 55.54 | 42.93 | 38.62 | - |
| YUV | 177.81 | 117.96 | 178.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 145 | 160 | 0 | 0.42 | 0.36 | 0.02 | 351.35 | 0.9 | 0.77 |
| Hex | F9 | 91 | A0 | 0 | 2A | 24 | 2 | 15F | 5A | 4D |
| Octal | 371 | 221 | 240 | 0 | 52 | 44 | 2 | 537 | 132 | 115 |
| Binary | 11111001 | 10010001 | 10100000 | 0 | 101010 | 100100 | 10 | 101011111 | 1011010 | 1001101 |
Color Harmonies of #F991A0
Complementary color
Monochromatic Colors of #F991A0
Black with #F991A0
Text Example
Text Example
White with #F991A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F991A0; }
p { color: rgb(249,145,160); }
H1.HeaderClassName
{
color: #F991A0;
}
.AnyTagClassName
{
color: #F991A0;
}
</style>
background-color css
<style>
a { background-color: #F991A0; }
a { background-color: rgb(249,145,160); }
div.DivClassName
{
background-color: #F991A0;
}
.BgClassName
{
background-color: #F991A0;
}
</style>
border-color css
<style>
span { border-color: #F991A0; }
span { border-color: rgb(249,145,160); }
td.TdClassName
{
border-color: #F991A0;
}
.TagClassName
{
border-color: #F991A0;
}
</style>