Shades of Violet #F19DF2
Tints of Violet #F19DF2
RGB
CMYK
RGB Variations
Color information
#F19DF2 (or 0xF19DF2) is known color: Violet. HEX triplet: F1, 9D and F2. RGB value is (241,157,242). Sum of RGB (Red+Green+Blue) = 241+157+242=640 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.66% from 640); Green value is 157 (61.72% from 255 or 24.53% from 640); Blue value is 242 (94.92% from 255 or 37.81% from 640); Max value from RGB is 242 - color contains mainly: blue. Hex color #F19DF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F19DF2 is #0E620D. Grayscale: #BFBFBF. Windows color (decimal): -942606 or 15900145. OLE color: 15900145.
HSL color Cylindrical-coordinate representation of color #F19DF2: hue angle of 299.29º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F19DF2 is Cyan = 0.00, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 157 | 242 | - |
| CMYK | 0.00 | 0.35 | 0 | 0.05 |
| HSL | 299.29º | 0.77% | 0.78% | - |
| HSV(B) | 299.29º | 0.35% | 0.95% | - |
| XYZ | 64.36 | 49.23 | 90.11 | - |
| YUV | 191.81 | 156.33 | 163.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 157 | 242 | 0.00 | 0.35 | 0 | 0.05 | 299.29 | 0.77 | 0.78 |
| Hex | F1 | 9D | F2 | 0 | 23 | 0 | 5 | 12B | 4D | 4E |
| Octal | 361 | 235 | 362 | 0 | 43 | 0 | 5 | 453 | 115 | 116 |
| Binary | 11110001 | 10011101 | 11110010 | 0 | 100011 | 0 | 101 | 100101011 | 1001101 | 1001110 |
Color Harmonies of #F19DF2
Complementary color
Monochromatic Colors of #F19DF2
Black with #F19DF2
Text Example
Text Example
White with #F19DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19DF2; }
p { color: rgb(241,157,242); }
H1.HeaderClassName
{
color: #F19DF2;
}
.AnyTagClassName
{
color: #F19DF2;
}
</style>
background-color css
<style>
a { background-color: #F19DF2; }
a { background-color: rgb(241,157,242); }
div.DivClassName
{
background-color: #F19DF2;
}
.BgClassName
{
background-color: #F19DF2;
}
</style>
border-color css
<style>
span { border-color: #F19DF2; }
span { border-color: rgb(241,157,242); }
td.TdClassName
{
border-color: #F19DF2;
}
.TagClassName
{
border-color: #F19DF2;
}
</style>