Shades of Wewak #F990A1
Tints of Wewak #F990A1
RGB
CMYK
RGB Variations
Color information
#F990A1 (or 0xF990A1) is known color: Wewak. HEX triplet: F9, 90 and A1. RGB value is (249,144,161). Sum of RGB (Red+Green+Blue) = 249+144+161=554 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.95% from 554); Green value is 144 (56.64% from 255 or 25.99% from 554); Blue value is 161 (63.28% from 255 or 29.06% from 554); Max value from RGB is 249 - color contains mainly: red. Hex color #F990A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F990A1 is #066F5E. Grayscale: #B1B1B1. Windows color (decimal): -421727 or 10588409. OLE color: 10588409.
HSL color Cylindrical-coordinate representation of color #F990A1: hue angle of 350.29º 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 #F990A1 is Cyan = 0, Magento = 0.42, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 144 | 161 | - |
| CMYK | 0 | 0.42 | 0.35 | 0.02 |
| HSL | 350.29º | 0.9% | 0.77% | - |
| HSV(B) | 350.29º | 0.42% | 0.98% | - |
| XYZ | 55.47 | 42.66 | 39.03 | - |
| YUV | 177.33 | 118.79 | 179.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 144 | 161 | 0 | 0.42 | 0.35 | 0.02 | 350.29 | 0.9 | 0.77 |
| Hex | F9 | 90 | A1 | 0 | 2A | 23 | 2 | 15E | 5A | 4D |
| Octal | 371 | 220 | 241 | 0 | 52 | 43 | 2 | 536 | 132 | 115 |
| Binary | 11111001 | 10010000 | 10100001 | 0 | 101010 | 100011 | 10 | 101011110 | 1011010 | 1001101 |
Color Harmonies of #F990A1
Complementary color
Monochromatic Colors of #F990A1
Black with #F990A1
Text Example
Text Example
White with #F990A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F990A1; }
p { color: rgb(249,144,161); }
H1.HeaderClassName
{
color: #F990A1;
}
.AnyTagClassName
{
color: #F990A1;
}
</style>
background-color css
<style>
a { background-color: #F990A1; }
a { background-color: rgb(249,144,161); }
div.DivClassName
{
background-color: #F990A1;
}
.BgClassName
{
background-color: #F990A1;
}
</style>
border-color css
<style>
span { border-color: #F990A1; }
span { border-color: rgb(249,144,161); }
td.TdClassName
{
border-color: #F990A1;
}
.TagClassName
{
border-color: #F990A1;
}
</style>