Shades of Wewak #FA8A8F
Tints of Wewak #FA8A8F
RGB
CMYK
RGB Variations
Color information
#FA8A8F (or 0xFA8A8F) is known color: Wewak. HEX triplet: FA, 8A and 8F. RGB value is (250,138,143). Sum of RGB (Red+Green+Blue) = 250+138+143=531 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.08% from 531); Green value is 138 (54.30% from 255 or 25.99% from 531); Blue value is 143 (56.25% from 255 or 26.93% from 531); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8A8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8A8F is #057570. Grayscale: #ACACAC. Windows color (decimal): -357745 or 9407226. OLE color: 9407226.
HSL color Cylindrical-coordinate representation of color #FA8A8F: hue angle of 357.32º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FA8A8F is Cyan = 0, Magento = 0.45, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 138 | 143 | - |
| CMYK | 0 | 0.45 | 0.43 | 0.02 |
| HSL | 357.32º | 0.92% | 0.76% | - |
| HSV(B) | 357.32º | 0.45% | 0.98% | - |
| XYZ | 53.47 | 40.48 | 30.98 | - |
| YUV | 172.06 | 111.61 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 138 | 143 | 0 | 0.45 | 0.43 | 0.02 | 357.32 | 0.92 | 0.76 |
| Hex | FA | 8A | 8F | 0 | 2D | 2B | 2 | 165 | 5C | 4C |
| Octal | 372 | 212 | 217 | 0 | 55 | 53 | 2 | 545 | 134 | 114 |
| Binary | 11111010 | 10001010 | 10001111 | 0 | 101101 | 101011 | 10 | 101100101 | 1011100 | 1001100 |
Color Harmonies of #FA8A8F
Complementary color
Monochromatic Colors of #FA8A8F
Black with #FA8A8F
Text Example
Text Example
White with #FA8A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8A8F; }
p { color: rgb(250,138,143); }
H1.HeaderClassName
{
color: #FA8A8F;
}
.AnyTagClassName
{
color: #FA8A8F;
}
</style>
background-color css
<style>
a { background-color: #FA8A8F; }
a { background-color: rgb(250,138,143); }
div.DivClassName
{
background-color: #FA8A8F;
}
.BgClassName
{
background-color: #FA8A8F;
}
</style>
border-color css
<style>
span { border-color: #FA8A8F; }
span { border-color: rgb(250,138,143); }
td.TdClassName
{
border-color: #FA8A8F;
}
.TagClassName
{
border-color: #FA8A8F;
}
</style>