Shades of Violet #FA8DF5
Tints of Violet #FA8DF5
RGB
CMYK
RGB Variations
Color information
#FA8DF5 (or 0xFA8DF5) is known color: Violet. HEX triplet: FA, 8D and F5. RGB value is (250,141,245). Sum of RGB (Red+Green+Blue) = 250+141+245=636 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.31% from 636); Green value is 141 (55.47% from 255 or 22.17% from 636); Blue value is 245 (96.09% from 255 or 38.52% from 636); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8DF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA8DF5 is #05720A. Grayscale: #B9B9B9. Windows color (decimal): -356875 or 16092666. OLE color: 16092666.
HSL color Cylindrical-coordinate representation of color #FA8DF5: hue angle of 302.75º 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 #FA8DF5 is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 141 | 245 | - |
| CMYK | 0 | 0.44 | 0.02 | 0.02 |
| HSL | 302.75º | 0.92% | 0.77% | - |
| HSV(B) | 302.75º | 0.44% | 0.98% | - |
| XYZ | 65.43 | 45.97 | 91.81 | - |
| YUV | 185.45 | 161.61 | 174.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 141 | 245 | 0 | 0.44 | 0.02 | 0.02 | 302.75 | 0.92 | 0.77 |
| Hex | FA | 8D | F5 | 0 | 2C | 2 | 2 | 12F | 5C | 4D |
| Octal | 372 | 215 | 365 | 0 | 54 | 2 | 2 | 457 | 134 | 115 |
| Binary | 11111010 | 10001101 | 11110101 | 0 | 101100 | 10 | 10 | 100101111 | 1011100 | 1001101 |
Color Harmonies of #FA8DF5
Complementary color
Monochromatic Colors of #FA8DF5
Black with #FA8DF5
Text Example
Text Example
White with #FA8DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8DF5; }
p { color: rgb(250,141,245); }
H1.HeaderClassName
{
color: #FA8DF5;
}
.AnyTagClassName
{
color: #FA8DF5;
}
</style>
background-color css
<style>
a { background-color: #FA8DF5; }
a { background-color: rgb(250,141,245); }
div.DivClassName
{
background-color: #FA8DF5;
}
.BgClassName
{
background-color: #FA8DF5;
}
</style>
border-color css
<style>
span { border-color: #FA8DF5; }
span { border-color: rgb(250,141,245); }
td.TdClassName
{
border-color: #FA8DF5;
}
.TagClassName
{
border-color: #FA8DF5;
}
</style>