Shades of Violet #FA8BF2
Tints of Violet #FA8BF2
RGB
CMYK
RGB Variations
Color information
#FA8BF2 (or 0xFA8BF2) is known color: Violet. HEX triplet: FA, 8B and F2. RGB value is (250,139,242). Sum of RGB (Red+Green+Blue) = 250+139+242=631 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.62% from 631); Green value is 139 (54.69% from 255 or 22.03% from 631); Blue value is 242 (94.92% from 255 or 38.35% from 631); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8BF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA8BF2 is #05740D. Grayscale: #B7B7B7. Windows color (decimal): -357390 or 15895546. OLE color: 15895546.
HSL color Cylindrical-coordinate representation of color #FA8BF2: hue angle of 304.32º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FA8BF2 is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 139 | 242 | - |
| CMYK | 0 | 0.44 | 0.03 | 0.02 |
| HSL | 304.32º | 0.92% | 0.76% | - |
| HSV(B) | 304.32º | 0.44% | 0.98% | - |
| XYZ | 64.68 | 45.2 | 89.32 | - |
| YUV | 183.93 | 160.77 | 175.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 139 | 242 | 0 | 0.44 | 0.03 | 0.02 | 304.32 | 0.92 | 0.76 |
| Hex | FA | 8B | F2 | 0 | 2C | 3 | 2 | 130 | 5C | 4C |
| Octal | 372 | 213 | 362 | 0 | 54 | 3 | 2 | 460 | 134 | 114 |
| Binary | 11111010 | 10001011 | 11110010 | 0 | 101100 | 11 | 10 | 100110000 | 1011100 | 1001100 |
Color Harmonies of #FA8BF2
Complementary color
Monochromatic Colors of #FA8BF2
Black with #FA8BF2
Text Example
Text Example
White with #FA8BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8BF2; }
p { color: rgb(250,139,242); }
H1.HeaderClassName
{
color: #FA8BF2;
}
.AnyTagClassName
{
color: #FA8BF2;
}
</style>
background-color css
<style>
a { background-color: #FA8BF2; }
a { background-color: rgb(250,139,242); }
div.DivClassName
{
background-color: #FA8BF2;
}
.BgClassName
{
background-color: #FA8BF2;
}
</style>
border-color css
<style>
span { border-color: #FA8BF2; }
span { border-color: rgb(250,139,242); }
td.TdClassName
{
border-color: #FA8BF2;
}
.TagClassName
{
border-color: #FA8BF2;
}
</style>