Shades of Violet #F19AFA
Tints of Violet #F19AFA
RGB
CMYK
RGB Variations
Color information
#F19AFA (or 0xF19AFA) is known color: Violet. HEX triplet: F1, 9A and FA. RGB value is (241,154,250). Sum of RGB (Red+Green+Blue) = 241+154+250=645 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.36% from 645); Green value is 154 (60.55% from 255 or 23.88% from 645); Blue value is 250 (98.05% from 255 or 38.76% from 645); Max value from RGB is 250 - color contains mainly: blue. Hex color #F19AFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F19AFA is #0E6505. Grayscale: #BEBEBE. Windows color (decimal): -943366 or 16423665. OLE color: 16423665.
HSL color Cylindrical-coordinate representation of color #F19AFA: hue angle of 294.38º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F19AFA is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 154 | 250 | - |
| CMYK | 0.04 | 0.38 | 0 | 0.02 |
| HSL | 294.38º | 0.91% | 0.79% | - |
| HSV(B) | 294.38º | 0.38% | 0.98% | - |
| XYZ | 65.09 | 48.71 | 96.41 | - |
| YUV | 190.96 | 161.32 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 154 | 250 | 0.04 | 0.38 | 0 | 0.02 | 294.38 | 0.91 | 0.79 |
| Hex | F1 | 9A | FA | 4 | 26 | 0 | 2 | 126 | 5B | 4F |
| Octal | 361 | 232 | 372 | 4 | 46 | 0 | 2 | 446 | 133 | 117 |
| Binary | 11110001 | 10011010 | 11111010 | 100 | 100110 | 0 | 10 | 100100110 | 1011011 | 1001111 |
Color Harmonies of #F19AFA
Complementary color
Monochromatic Colors of #F19AFA
Black with #F19AFA
Text Example
Text Example
White with #F19AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19AFA; }
p { color: rgb(241,154,250); }
H1.HeaderClassName
{
color: #F19AFA;
}
.AnyTagClassName
{
color: #F19AFA;
}
</style>
background-color css
<style>
a { background-color: #F19AFA; }
a { background-color: rgb(241,154,250); }
div.DivClassName
{
background-color: #F19AFA;
}
.BgClassName
{
background-color: #F19AFA;
}
</style>
border-color css
<style>
span { border-color: #F19AFA; }
span { border-color: rgb(241,154,250); }
td.TdClassName
{
border-color: #F19AFA;
}
.TagClassName
{
border-color: #F19AFA;
}
</style>