Shades of Wewak #FA92A0
Tints of Wewak #FA92A0
RGB
CMYK
RGB Variations
Color information
#FA92A0 (or 0xFA92A0) is known color: Wewak. HEX triplet: FA, 92 and A0. RGB value is (250,146,160). Sum of RGB (Red+Green+Blue) = 250+146+160=556 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.96% from 556); Green value is 146 (57.42% from 255 or 26.26% from 556); Blue value is 160 (62.89% from 255 or 28.78% from 556); Max value from RGB is 250 - color contains mainly: red. Hex color #FA92A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA92A0 is #056D5F. Grayscale: #B2B2B2. Windows color (decimal): -355680 or 10523386. OLE color: 10523386.
HSL color Cylindrical-coordinate representation of color #FA92A0: hue angle of 351.92º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FA92A0 is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 146 | 160 | - |
| CMYK | 0 | 0.42 | 0.36 | 0.02 |
| HSL | 351.92º | 0.91% | 0.78% | - |
| HSV(B) | 351.92º | 0.42% | 0.98% | - |
| XYZ | 56.05 | 43.42 | 38.68 | - |
| YUV | 178.69 | 117.46 | 178.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 146 | 160 | 0 | 0.42 | 0.36 | 0.02 | 351.92 | 0.91 | 0.78 |
| Hex | FA | 92 | A0 | 0 | 2A | 24 | 2 | 160 | 5B | 4E |
| Octal | 372 | 222 | 240 | 0 | 52 | 44 | 2 | 540 | 133 | 116 |
| Binary | 11111010 | 10010010 | 10100000 | 0 | 101010 | 100100 | 10 | 101100000 | 1011011 | 1001110 |
Color Harmonies of #FA92A0
Complementary color
Monochromatic Colors of #FA92A0
Black with #FA92A0
Text Example
Text Example
White with #FA92A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA92A0; }
p { color: rgb(250,146,160); }
H1.HeaderClassName
{
color: #FA92A0;
}
.AnyTagClassName
{
color: #FA92A0;
}
</style>
background-color css
<style>
a { background-color: #FA92A0; }
a { background-color: rgb(250,146,160); }
div.DivClassName
{
background-color: #FA92A0;
}
.BgClassName
{
background-color: #FA92A0;
}
</style>
border-color css
<style>
span { border-color: #FA92A0; }
span { border-color: rgb(250,146,160); }
td.TdClassName
{
border-color: #FA92A0;
}
.TagClassName
{
border-color: #FA92A0;
}
</style>