Shades of Violet #FA8DF4
Tints of Violet #FA8DF4
RGB
CMYK
RGB Variations
Color information
#FA8DF4 (or 0xFA8DF4) is known color: Violet. HEX triplet: FA, 8D and F4. RGB value is (250,141,244). Sum of RGB (Red+Green+Blue) = 250+141+244=635 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.37% from 635); Green value is 141 (55.47% from 255 or 22.20% from 635); Blue value is 244 (95.70% from 255 or 38.43% from 635); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8DF4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA8DF4 is #05720B. Grayscale: #B9B9B9. Windows color (decimal): -356876 or 16027130. OLE color: 16027130.
HSL color Cylindrical-coordinate representation of color #FA8DF4: hue angle of 303.3º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FA8DF4 is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 141 | 244 | - |
| CMYK | 0 | 0.44 | 0.02 | 0.02 |
| HSL | 303.3º | 0.92% | 0.77% | - |
| HSV(B) | 303.3º | 0.44% | 0.98% | - |
| XYZ | 65.28 | 45.91 | 91.01 | - |
| YUV | 185.33 | 161.11 | 174.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 141 | 244 | 0 | 0.44 | 0.02 | 0.02 | 303.3 | 0.92 | 0.77 |
| Hex | FA | 8D | F4 | 0 | 2C | 2 | 2 | 12F | 5C | 4D |
| Octal | 372 | 215 | 364 | 0 | 54 | 2 | 2 | 457 | 134 | 115 |
| Binary | 11111010 | 10001101 | 11110100 | 0 | 101100 | 10 | 10 | 100101111 | 1011100 | 1001101 |
Color Harmonies of #FA8DF4
Complementary color
Monochromatic Colors of #FA8DF4
Black with #FA8DF4
Text Example
Text Example
White with #FA8DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8DF4; }
p { color: rgb(250,141,244); }
H1.HeaderClassName
{
color: #FA8DF4;
}
.AnyTagClassName
{
color: #FA8DF4;
}
</style>
background-color css
<style>
a { background-color: #FA8DF4; }
a { background-color: rgb(250,141,244); }
div.DivClassName
{
background-color: #FA8DF4;
}
.BgClassName
{
background-color: #FA8DF4;
}
</style>
border-color css
<style>
span { border-color: #FA8DF4; }
span { border-color: rgb(250,141,244); }
td.TdClassName
{
border-color: #FA8DF4;
}
.TagClassName
{
border-color: #FA8DF4;
}
</style>