Shades of Violet #FA78F0
Tints of Violet #FA78F0
RGB
CMYK
RGB Variations
Color information
#FA78F0 (or 0xFA78F0) is known color: Violet. HEX triplet: FA, 78 and F0. RGB value is (250,120,240). Sum of RGB (Red+Green+Blue) = 250+120+240=610 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.98% from 610); Green value is 120 (47.27% from 255 or 19.67% from 610); Blue value is 240 (94.14% from 255 or 39.34% from 610); Max value from RGB is 250 - color contains mainly: red. Hex color #FA78F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA78F0 is #05870F. Grayscale: #ACACAC. Windows color (decimal): -362256 or 15759610. OLE color: 15759610.
HSL color Cylindrical-coordinate representation of color #FA78F0: hue angle of 304.62º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FA78F0 is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 120 | 240 | - |
| CMYK | 0 | 0.52 | 0.04 | 0.02 |
| HSL | 304.62º | 0.93% | 0.73% | - |
| HSV(B) | 304.62º | 0.52% | 0.98% | - |
| XYZ | 61.87 | 40.05 | 86.91 | - |
| YUV | 172.55 | 166.07 | 183.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 120 | 240 | 0 | 0.52 | 0.04 | 0.02 | 304.62 | 0.93 | 0.73 |
| Hex | FA | 78 | F0 | 0 | 34 | 4 | 2 | 131 | 5D | 49 |
| Octal | 372 | 170 | 360 | 0 | 64 | 4 | 2 | 461 | 135 | 111 |
| Binary | 11111010 | 1111000 | 11110000 | 0 | 110100 | 100 | 10 | 100110001 | 1011101 | 1001001 |
Color Harmonies of #FA78F0
Complementary color
Monochromatic Colors of #FA78F0
Black with #FA78F0
Text Example
Text Example
White with #FA78F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA78F0; }
p { color: rgb(250,120,240); }
H1.HeaderClassName
{
color: #FA78F0;
}
.AnyTagClassName
{
color: #FA78F0;
}
</style>
background-color css
<style>
a { background-color: #FA78F0; }
a { background-color: rgb(250,120,240); }
div.DivClassName
{
background-color: #FA78F0;
}
.BgClassName
{
background-color: #FA78F0;
}
</style>
border-color css
<style>
span { border-color: #FA78F0; }
span { border-color: rgb(250,120,240); }
td.TdClassName
{
border-color: #FA78F0;
}
.TagClassName
{
border-color: #FA78F0;
}
</style>