Shades of Violet #FA81F1
Tints of Violet #FA81F1
RGB
CMYK
RGB Variations
Color information
#FA81F1 (or 0xFA81F1) is known color: Violet. HEX triplet: FA, 81 and F1. RGB value is (250,129,241). Sum of RGB (Red+Green+Blue) = 250+129+241=620 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.32% from 620); Green value is 129 (50.78% from 255 or 20.81% from 620); Blue value is 241 (94.53% from 255 or 38.87% from 620); Max value from RGB is 250 - color contains mainly: red. Hex color #FA81F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA81F1 is #057E0E. Grayscale: #B1B1B1. Windows color (decimal): -359951 or 15827450. OLE color: 15827450.
HSL color Cylindrical-coordinate representation of color #FA81F1: hue angle of 304.46º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FA81F1 is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 129 | 241 | - |
| CMYK | 0 | 0.48 | 0.04 | 0.02 |
| HSL | 304.46º | 0.92% | 0.74% | - |
| HSV(B) | 304.46º | 0.48% | 0.98% | - |
| XYZ | 63.15 | 42.38 | 88.07 | - |
| YUV | 177.95 | 163.59 | 179.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 129 | 241 | 0 | 0.48 | 0.04 | 0.02 | 304.46 | 0.92 | 0.74 |
| Hex | FA | 81 | F1 | 0 | 30 | 4 | 2 | 130 | 5C | 4A |
| Octal | 372 | 201 | 361 | 0 | 60 | 4 | 2 | 460 | 134 | 112 |
| Binary | 11111010 | 10000001 | 11110001 | 0 | 110000 | 100 | 10 | 100110000 | 1011100 | 1001010 |
Color Harmonies of #FA81F1
Complementary color
Monochromatic Colors of #FA81F1
Black with #FA81F1
Text Example
Text Example
White with #FA81F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA81F1; }
p { color: rgb(250,129,241); }
H1.HeaderClassName
{
color: #FA81F1;
}
.AnyTagClassName
{
color: #FA81F1;
}
</style>
background-color css
<style>
a { background-color: #FA81F1; }
a { background-color: rgb(250,129,241); }
div.DivClassName
{
background-color: #FA81F1;
}
.BgClassName
{
background-color: #FA81F1;
}
</style>
border-color css
<style>
span { border-color: #FA81F1; }
span { border-color: rgb(250,129,241); }
td.TdClassName
{
border-color: #FA81F1;
}
.TagClassName
{
border-color: #FA81F1;
}
</style>