Shades of Wewak #FA91A1
Tints of Wewak #FA91A1
RGB
CMYK
RGB Variations
Color information
#FA91A1 (or 0xFA91A1) is known color: Wewak. HEX triplet: FA, 91 and A1. RGB value is (250,145,161). Sum of RGB (Red+Green+Blue) = 250+145+161=556 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.96% from 556); Green value is 145 (57.03% from 255 or 26.08% from 556); Blue value is 161 (63.28% from 255 or 28.96% from 556); Max value from RGB is 250 - color contains mainly: red. Hex color #FA91A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA91A1 is #056E5E. Grayscale: #B2B2B2. Windows color (decimal): -355935 or 10588666. OLE color: 10588666.
HSL color Cylindrical-coordinate representation of color #FA91A1: hue angle of 350.86º degrees, saturation: 0.91, 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 #FA91A1 is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 145 | 161 | - |
| CMYK | 0 | 0.42 | 0.36 | 0.02 |
| HSL | 350.86º | 0.91% | 0.77% | - |
| HSV(B) | 350.86º | 0.42% | 0.98% | - |
| XYZ | 55.98 | 43.15 | 39.1 | - |
| YUV | 178.22 | 118.29 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 145 | 161 | 0 | 0.42 | 0.36 | 0.02 | 350.86 | 0.91 | 0.77 |
| Hex | FA | 91 | A1 | 0 | 2A | 24 | 2 | 15F | 5B | 4D |
| Octal | 372 | 221 | 241 | 0 | 52 | 44 | 2 | 537 | 133 | 115 |
| Binary | 11111010 | 10010001 | 10100001 | 0 | 101010 | 100100 | 10 | 101011111 | 1011011 | 1001101 |
Color Harmonies of #FA91A1
Complementary color
Monochromatic Colors of #FA91A1
Black with #FA91A1
Text Example
Text Example
White with #FA91A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA91A1; }
p { color: rgb(250,145,161); }
H1.HeaderClassName
{
color: #FA91A1;
}
.AnyTagClassName
{
color: #FA91A1;
}
</style>
background-color css
<style>
a { background-color: #FA91A1; }
a { background-color: rgb(250,145,161); }
div.DivClassName
{
background-color: #FA91A1;
}
.BgClassName
{
background-color: #FA91A1;
}
</style>
border-color css
<style>
span { border-color: #FA91A1; }
span { border-color: rgb(250,145,161); }
td.TdClassName
{
border-color: #FA91A1;
}
.TagClassName
{
border-color: #FA91A1;
}
</style>