Shades of Wewak #FA8F91
Tints of Wewak #FA8F91
RGB
CMYK
RGB Variations
Color information
#FA8F91 (or 0xFA8F91) is known color: Wewak. HEX triplet: FA, 8F and 91. RGB value is (250,143,145). Sum of RGB (Red+Green+Blue) = 250+143+145=538 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.47% from 538); Green value is 143 (56.25% from 255 or 26.58% from 538); Blue value is 145 (57.03% from 255 or 26.95% from 538); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8F91 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8F91 is #05706E. Grayscale: #AFAFAF. Windows color (decimal): -356463 or 9539578. OLE color: 9539578.
HSL color Cylindrical-coordinate representation of color #FA8F91: hue angle of 358.88º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FA8F91 is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 143 | 145 | - |
| CMYK | 0 | 0.43 | 0.42 | 0.02 |
| HSL | 358.88º | 0.91% | 0.77% | - |
| HSV(B) | 358.88º | 0.43% | 0.98% | - |
| XYZ | 54.36 | 42.01 | 32.03 | - |
| YUV | 175.22 | 110.95 | 181.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 143 | 145 | 0 | 0.43 | 0.42 | 0.02 | 358.88 | 0.91 | 0.77 |
| Hex | FA | 8F | 91 | 0 | 2B | 2A | 2 | 167 | 5B | 4D |
| Octal | 372 | 217 | 221 | 0 | 53 | 52 | 2 | 547 | 133 | 115 |
| Binary | 11111010 | 10001111 | 10010001 | 0 | 101011 | 101010 | 10 | 101100111 | 1011011 | 1001101 |
Color Harmonies of #FA8F91
Complementary color
Monochromatic Colors of #FA8F91
Black with #FA8F91
Text Example
Text Example
White with #FA8F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8F91; }
p { color: rgb(250,143,145); }
H1.HeaderClassName
{
color: #FA8F91;
}
.AnyTagClassName
{
color: #FA8F91;
}
</style>
background-color css
<style>
a { background-color: #FA8F91; }
a { background-color: rgb(250,143,145); }
div.DivClassName
{
background-color: #FA8F91;
}
.BgClassName
{
background-color: #FA8F91;
}
</style>
border-color css
<style>
span { border-color: #FA8F91; }
span { border-color: rgb(250,143,145); }
td.TdClassName
{
border-color: #FA8F91;
}
.TagClassName
{
border-color: #FA8F91;
}
</style>