Shades of Violet #FA82F2
Tints of Violet #FA82F2
RGB
CMYK
RGB Variations
Color information
#FA82F2 (or 0xFA82F2) is known color: Violet. HEX triplet: FA, 82 and F2. RGB value is (250,130,242). Sum of RGB (Red+Green+Blue) = 250+130+242=622 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.19% from 622); Green value is 130 (51.17% from 255 or 20.90% from 622); Blue value is 242 (94.92% from 255 or 38.91% from 622); Max value from RGB is 250 - color contains mainly: red. Hex color #FA82F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA82F2 is #057D0D. Grayscale: #B2B2B2. Windows color (decimal): -359694 or 15893242. OLE color: 15893242.
HSL color Cylindrical-coordinate representation of color #FA82F2: hue angle of 304º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FA82F2 is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 130 | 242 | - |
| CMYK | 0 | 0.48 | 0.03 | 0.02 |
| HSL | 304º | 0.92% | 0.75% | - |
| HSV(B) | 304º | 0.48% | 0.98% | - |
| XYZ | 63.43 | 42.7 | 88.9 | - |
| YUV | 178.65 | 163.76 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 130 | 242 | 0 | 0.48 | 0.03 | 0.02 | 304 | 0.92 | 0.75 |
| Hex | FA | 82 | F2 | 0 | 30 | 3 | 2 | 130 | 5C | 4B |
| Octal | 372 | 202 | 362 | 0 | 60 | 3 | 2 | 460 | 134 | 113 |
| Binary | 11111010 | 10000010 | 11110010 | 0 | 110000 | 11 | 10 | 100110000 | 1011100 | 1001011 |
Color Harmonies of #FA82F2
Complementary color
Monochromatic Colors of #FA82F2
Black with #FA82F2
Text Example
Text Example
White with #FA82F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA82F2; }
p { color: rgb(250,130,242); }
H1.HeaderClassName
{
color: #FA82F2;
}
.AnyTagClassName
{
color: #FA82F2;
}
</style>
background-color css
<style>
a { background-color: #FA82F2; }
a { background-color: rgb(250,130,242); }
div.DivClassName
{
background-color: #FA82F2;
}
.BgClassName
{
background-color: #FA82F2;
}
</style>
border-color css
<style>
span { border-color: #FA82F2; }
span { border-color: rgb(250,130,242); }
td.TdClassName
{
border-color: #FA82F2;
}
.TagClassName
{
border-color: #FA82F2;
}
</style>