Shades of Wewak #FA94A0
Tints of Wewak #FA94A0
RGB
CMYK
RGB Variations
Color information
#FA94A0 (or 0xFA94A0) is known color: Wewak. HEX triplet: FA, 94 and A0. RGB value is (250,148,160). Sum of RGB (Red+Green+Blue) = 250+148+160=558 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.80% from 558); Green value is 148 (58.20% from 255 or 26.52% from 558); Blue value is 160 (62.89% from 255 or 28.67% from 558); Max value from RGB is 250 - color contains mainly: red. Hex color #FA94A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA94A0 is #056B5F. Grayscale: #B3B3B3. Windows color (decimal): -355168 or 10523898. OLE color: 10523898.
HSL color Cylindrical-coordinate representation of color #FA94A0: hue angle of 352.94º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FA94A0 is Cyan = 0, Magento = 0.41, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 148 | 160 | - |
| CMYK | 0 | 0.41 | 0.36 | 0.02 |
| HSL | 352.94º | 0.91% | 0.78% | - |
| HSV(B) | 352.94º | 0.41% | 0.98% | - |
| XYZ | 56.36 | 44.04 | 38.79 | - |
| YUV | 179.87 | 116.79 | 178.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 148 | 160 | 0 | 0.41 | 0.36 | 0.02 | 352.94 | 0.91 | 0.78 |
| Hex | FA | 94 | A0 | 0 | 29 | 24 | 2 | 161 | 5B | 4E |
| Octal | 372 | 224 | 240 | 0 | 51 | 44 | 2 | 541 | 133 | 116 |
| Binary | 11111010 | 10010100 | 10100000 | 0 | 101001 | 100100 | 10 | 101100001 | 1011011 | 1001110 |
Color Harmonies of #FA94A0
Complementary color
Monochromatic Colors of #FA94A0
Black with #FA94A0
Text Example
Text Example
White with #FA94A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA94A0; }
p { color: rgb(250,148,160); }
H1.HeaderClassName
{
color: #FA94A0;
}
.AnyTagClassName
{
color: #FA94A0;
}
</style>
background-color css
<style>
a { background-color: #FA94A0; }
a { background-color: rgb(250,148,160); }
div.DivClassName
{
background-color: #FA94A0;
}
.BgClassName
{
background-color: #FA94A0;
}
</style>
border-color css
<style>
span { border-color: #FA94A0; }
span { border-color: rgb(250,148,160); }
td.TdClassName
{
border-color: #FA94A0;
}
.TagClassName
{
border-color: #FA94A0;
}
</style>