Shades of Violet #F19DFA
Tints of Violet #F19DFA
RGB
CMYK
RGB Variations
Color information
#F19DFA (or 0xF19DFA) is known color: Violet. HEX triplet: F1, 9D and FA. RGB value is (241,157,250). Sum of RGB (Red+Green+Blue) = 241+157+250=648 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.19% from 648); Green value is 157 (61.72% from 255 or 24.23% from 648); Blue value is 250 (98.05% from 255 or 38.58% from 648); Max value from RGB is 250 - color contains mainly: blue. Hex color #F19DFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F19DFA is #0E6205. Grayscale: #C0C0C0. Windows color (decimal): -942598 or 16424433. OLE color: 16424433.
HSL color Cylindrical-coordinate representation of color #F19DFA: hue angle of 294.19º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F19DFA is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 157 | 250 | - |
| CMYK | 0.04 | 0.37 | 0 | 0.02 |
| HSL | 294.19º | 0.9% | 0.8% | - |
| HSV(B) | 294.19º | 0.37% | 0.98% | - |
| XYZ | 65.59 | 49.72 | 96.58 | - |
| YUV | 192.72 | 160.33 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 157 | 250 | 0.04 | 0.37 | 0 | 0.02 | 294.19 | 0.9 | 0.8 |
| Hex | F1 | 9D | FA | 4 | 25 | 0 | 2 | 126 | 5A | 50 |
| Octal | 361 | 235 | 372 | 4 | 45 | 0 | 2 | 446 | 132 | 120 |
| Binary | 11110001 | 10011101 | 11111010 | 100 | 100101 | 0 | 10 | 100100110 | 1011010 | 1010000 |
Color Harmonies of #F19DFA
Complementary color
Monochromatic Colors of #F19DFA
Black with #F19DFA
Text Example
Text Example
White with #F19DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19DFA; }
p { color: rgb(241,157,250); }
H1.HeaderClassName
{
color: #F19DFA;
}
.AnyTagClassName
{
color: #F19DFA;
}
</style>
background-color css
<style>
a { background-color: #F19DFA; }
a { background-color: rgb(241,157,250); }
div.DivClassName
{
background-color: #F19DFA;
}
.BgClassName
{
background-color: #F19DFA;
}
</style>
border-color css
<style>
span { border-color: #F19DFA; }
span { border-color: rgb(241,157,250); }
td.TdClassName
{
border-color: #F19DFA;
}
.TagClassName
{
border-color: #F19DFA;
}
</style>