Shades of Wewak #FA8594
Tints of Wewak #FA8594
RGB
CMYK
RGB Variations
Color information
#FA8594 (or 0xFA8594) is known color: Wewak. HEX triplet: FA, 85 and 94. RGB value is (250,133,148). Sum of RGB (Red+Green+Blue) = 250+133+148=531 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.08% from 531); Green value is 133 (52.34% from 255 or 25.05% from 531); Blue value is 148 (58.20% from 255 or 27.87% from 531); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8594 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8594 is #057A6B. Grayscale: #A9A9A9. Windows color (decimal): -359020 or 9733626. OLE color: 9733626.
HSL color Cylindrical-coordinate representation of color #FA8594: hue angle of 352.31º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FA8594 is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 133 | 148 | - |
| CMYK | 0 | 0.47 | 0.41 | 0.02 |
| HSL | 352.31º | 0.92% | 0.75% | - |
| HSV(B) | 352.31º | 0.47% | 0.98% | - |
| XYZ | 53.16 | 39.24 | 32.79 | - |
| YUV | 169.69 | 115.76 | 185.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 133 | 148 | 0 | 0.47 | 0.41 | 0.02 | 352.31 | 0.92 | 0.75 |
| Hex | FA | 85 | 94 | 0 | 2F | 29 | 2 | 160 | 5C | 4B |
| Octal | 372 | 205 | 224 | 0 | 57 | 51 | 2 | 540 | 134 | 113 |
| Binary | 11111010 | 10000101 | 10010100 | 0 | 101111 | 101001 | 10 | 101100000 | 1011100 | 1001011 |
Color Harmonies of #FA8594
Complementary color
Monochromatic Colors of #FA8594
Black with #FA8594
Text Example
Text Example
White with #FA8594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8594; }
p { color: rgb(250,133,148); }
H1.HeaderClassName
{
color: #FA8594;
}
.AnyTagClassName
{
color: #FA8594;
}
</style>
background-color css
<style>
a { background-color: #FA8594; }
a { background-color: rgb(250,133,148); }
div.DivClassName
{
background-color: #FA8594;
}
.BgClassName
{
background-color: #FA8594;
}
</style>
border-color css
<style>
span { border-color: #FA8594; }
span { border-color: rgb(250,133,148); }
td.TdClassName
{
border-color: #FA8594;
}
.TagClassName
{
border-color: #FA8594;
}
</style>