Shades of Violet #FA7DF0
Tints of Violet #FA7DF0
RGB
CMYK
RGB Variations
Color information
#FA7DF0 (or 0xFA7DF0) is known color: Violet. HEX triplet: FA, 7D and F0. RGB value is (250,125,240). Sum of RGB (Red+Green+Blue) = 250+125+240=615 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.65% from 615); Green value is 125 (49.22% from 255 or 20.33% from 615); Blue value is 240 (94.14% from 255 or 39.02% from 615); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7DF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA7DF0 is #05820F. Grayscale: #AFAFAF. Windows color (decimal): -360976 or 15760890. OLE color: 15760890.
HSL color Cylindrical-coordinate representation of color #FA7DF0: hue angle of 304.8º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FA7DF0 is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 125 | 240 | - |
| CMYK | 0 | 0.50 | 0.04 | 0.02 |
| HSL | 304.8º | 0.93% | 0.74% | - |
| HSV(B) | 304.8º | 0.5% | 0.98% | - |
| XYZ | 62.49 | 41.28 | 87.11 | - |
| YUV | 175.49 | 164.41 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 125 | 240 | 0 | 0.50 | 0.04 | 0.02 | 304.8 | 0.93 | 0.74 |
| Hex | FA | 7D | F0 | 0 | 32 | 4 | 2 | 131 | 5D | 4A |
| Octal | 372 | 175 | 360 | 0 | 62 | 4 | 2 | 461 | 135 | 112 |
| Binary | 11111010 | 1111101 | 11110000 | 0 | 110010 | 100 | 10 | 100110001 | 1011101 | 1001010 |
Color Harmonies of #FA7DF0
Complementary color
Monochromatic Colors of #FA7DF0
Black with #FA7DF0
Text Example
Text Example
White with #FA7DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7DF0; }
p { color: rgb(250,125,240); }
H1.HeaderClassName
{
color: #FA7DF0;
}
.AnyTagClassName
{
color: #FA7DF0;
}
</style>
background-color css
<style>
a { background-color: #FA7DF0; }
a { background-color: rgb(250,125,240); }
div.DivClassName
{
background-color: #FA7DF0;
}
.BgClassName
{
background-color: #FA7DF0;
}
</style>
border-color css
<style>
span { border-color: #FA7DF0; }
span { border-color: rgb(250,125,240); }
td.TdClassName
{
border-color: #FA7DF0;
}
.TagClassName
{
border-color: #FA7DF0;
}
</style>