Shades of Violet #FA8EF4
Tints of Violet #FA8EF4
RGB
CMYK
RGB Variations
Color information
#FA8EF4 (or 0xFA8EF4) is known color: Violet. HEX triplet: FA, 8E and F4. RGB value is (250,142,244). Sum of RGB (Red+Green+Blue) = 250+142+244=636 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.31% from 636); Green value is 142 (55.86% from 255 or 22.33% from 636); Blue value is 244 (95.70% from 255 or 38.36% from 636); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8EF4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA8EF4 is #05710B. Grayscale: #B9B9B9. Windows color (decimal): -356620 or 16027386. OLE color: 16027386.
HSL color Cylindrical-coordinate representation of color #FA8EF4: hue angle of 303.33º degrees, saturation: 0.92, 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 #FA8EF4 is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 142 | 244 | - |
| CMYK | 0 | 0.43 | 0.02 | 0.02 |
| HSL | 303.33º | 0.92% | 0.77% | - |
| HSV(B) | 303.33º | 0.43% | 0.98% | - |
| XYZ | 65.43 | 46.2 | 91.06 | - |
| YUV | 185.92 | 160.78 | 173.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 142 | 244 | 0 | 0.43 | 0.02 | 0.02 | 303.33 | 0.92 | 0.77 |
| Hex | FA | 8E | F4 | 0 | 2B | 2 | 2 | 12F | 5C | 4D |
| Octal | 372 | 216 | 364 | 0 | 53 | 2 | 2 | 457 | 134 | 115 |
| Binary | 11111010 | 10001110 | 11110100 | 0 | 101011 | 10 | 10 | 100101111 | 1011100 | 1001101 |
Color Harmonies of #FA8EF4
Complementary color
Monochromatic Colors of #FA8EF4
Black with #FA8EF4
Text Example
Text Example
White with #FA8EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8EF4; }
p { color: rgb(250,142,244); }
H1.HeaderClassName
{
color: #FA8EF4;
}
.AnyTagClassName
{
color: #FA8EF4;
}
</style>
background-color css
<style>
a { background-color: #FA8EF4; }
a { background-color: rgb(250,142,244); }
div.DivClassName
{
background-color: #FA8EF4;
}
.BgClassName
{
background-color: #FA8EF4;
}
</style>
border-color css
<style>
span { border-color: #FA8EF4; }
span { border-color: rgb(250,142,244); }
td.TdClassName
{
border-color: #FA8EF4;
}
.TagClassName
{
border-color: #FA8EF4;
}
</style>