Shades of Violet #FA89FA
Tints of Violet #FA89FA
RGB
CMYK
RGB Variations
Color information
#FA89FA (or 0xFA89FA) is known color: Violet. HEX triplet: FA, 89 and FA. RGB value is (250,137,250). Sum of RGB (Red+Green+Blue) = 250+137+250=637 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.25% from 637); Green value is 137 (53.91% from 255 or 21.51% from 637); Blue value is 250 (98.05% from 255 or 39.25% from 637); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FA89FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA89FA is #057605. Grayscale: #B7B7B7. Windows color (decimal): -357894 or 16419322. OLE color: 16419322.
HSL color Cylindrical-coordinate representation of color #FA89FA: hue angle of 300º 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 #FA89FA is Cyan = 0, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 137 | 250 | - |
| CMYK | 0 | 0.45 | 0 | 0.02 |
| HSL | 300º | 0.92% | 0.76% | - |
| HSV(B) | 300º | 0.45% | 0.98% | - |
| XYZ | 65.63 | 45.12 | 95.69 | - |
| YUV | 183.67 | 165.44 | 175.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 137 | 250 | 0 | 0.45 | 0 | 0.02 | 300 | 0.92 | 0.76 |
| Hex | FA | 89 | FA | 0 | 2D | 0 | 2 | 12C | 5C | 4C |
| Octal | 372 | 211 | 372 | 0 | 55 | 0 | 2 | 454 | 134 | 114 |
| Binary | 11111010 | 10001001 | 11111010 | 0 | 101101 | 0 | 10 | 100101100 | 1011100 | 1001100 |
Color Harmonies of #FA89FA
Complementary color
Monochromatic Colors of #FA89FA
Black with #FA89FA
Text Example
Text Example
White with #FA89FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA89FA; }
p { color: rgb(250,137,250); }
H1.HeaderClassName
{
color: #FA89FA;
}
.AnyTagClassName
{
color: #FA89FA;
}
</style>
background-color css
<style>
a { background-color: #FA89FA; }
a { background-color: rgb(250,137,250); }
div.DivClassName
{
background-color: #FA89FA;
}
.BgClassName
{
background-color: #FA89FA;
}
</style>
border-color css
<style>
span { border-color: #FA89FA; }
span { border-color: rgb(250,137,250); }
td.TdClassName
{
border-color: #FA89FA;
}
.TagClassName
{
border-color: #FA89FA;
}
</style>