Shades of Wewak #FA90A0
Tints of Wewak #FA90A0
RGB
CMYK
RGB Variations
Color information
#FA90A0 (or 0xFA90A0) is known color: Wewak. HEX triplet: FA, 90 and A0. RGB value is (250,144,160). Sum of RGB (Red+Green+Blue) = 250+144+160=554 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.13% from 554); Green value is 144 (56.64% from 255 or 25.99% from 554); Blue value is 160 (62.89% from 255 or 28.88% from 554); Max value from RGB is 250 - color contains mainly: red. Hex color #FA90A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA90A0 is #056F5F. Grayscale: #B1B1B1. Windows color (decimal): -356192 or 10522874. OLE color: 10522874.
HSL color Cylindrical-coordinate representation of color #FA90A0: hue angle of 350.94º 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 #FA90A0 is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 144 | 160 | - |
| CMYK | 0 | 0.42 | 0.36 | 0.02 |
| HSL | 350.94º | 0.91% | 0.77% | - |
| HSV(B) | 350.94º | 0.42% | 0.98% | - |
| XYZ | 55.74 | 42.81 | 38.58 | - |
| YUV | 177.52 | 118.12 | 179.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 144 | 160 | 0 | 0.42 | 0.36 | 0.02 | 350.94 | 0.91 | 0.77 |
| Hex | FA | 90 | A0 | 0 | 2A | 24 | 2 | 15F | 5B | 4D |
| Octal | 372 | 220 | 240 | 0 | 52 | 44 | 2 | 537 | 133 | 115 |
| Binary | 11111010 | 10010000 | 10100000 | 0 | 101010 | 100100 | 10 | 101011111 | 1011011 | 1001101 |
Color Harmonies of #FA90A0
Complementary color
Monochromatic Colors of #FA90A0
Black with #FA90A0
Text Example
Text Example
White with #FA90A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA90A0; }
p { color: rgb(250,144,160); }
H1.HeaderClassName
{
color: #FA90A0;
}
.AnyTagClassName
{
color: #FA90A0;
}
</style>
background-color css
<style>
a { background-color: #FA90A0; }
a { background-color: rgb(250,144,160); }
div.DivClassName
{
background-color: #FA90A0;
}
.BgClassName
{
background-color: #FA90A0;
}
</style>
border-color css
<style>
span { border-color: #FA90A0; }
span { border-color: rgb(250,144,160); }
td.TdClassName
{
border-color: #FA90A0;
}
.TagClassName
{
border-color: #FA90A0;
}
</style>