Shades of Violet #F19DF3
Tints of Violet #F19DF3
RGB
CMYK
RGB Variations
Color information
#F19DF3 (or 0xF19DF3) is known color: Violet. HEX triplet: F1, 9D and F3. RGB value is (241,157,243). Sum of RGB (Red+Green+Blue) = 241+157+243=641 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.60% from 641); Green value is 157 (61.72% from 255 or 24.49% from 641); Blue value is 243 (95.31% from 255 or 37.91% from 641); Max value from RGB is 243 - color contains mainly: blue. Hex color #F19DF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F19DF3 is #0E620C. Grayscale: #BFBFBF. Windows color (decimal): -942605 or 15965681. OLE color: 15965681.
HSL color Cylindrical-coordinate representation of color #F19DF3: hue angle of 298.6º degrees, saturation: 0.78, 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 #F19DF3 is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 157 | 243 | - |
| CMYK | 0.01 | 0.35 | 0 | 0.05 |
| HSL | 298.6º | 0.78% | 0.78% | - |
| HSV(B) | 298.6º | 0.35% | 0.95% | - |
| XYZ | 64.51 | 49.29 | 90.91 | - |
| YUV | 191.92 | 156.83 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 157 | 243 | 0.01 | 0.35 | 0 | 0.05 | 298.6 | 0.78 | 0.78 |
| Hex | F1 | 9D | F3 | 1 | 23 | 0 | 5 | 12B | 4E | 4E |
| Octal | 361 | 235 | 363 | 1 | 43 | 0 | 5 | 453 | 116 | 116 |
| Binary | 11110001 | 10011101 | 11110011 | 1 | 100011 | 0 | 101 | 100101011 | 1001110 | 1001110 |
Color Harmonies of #F19DF3
Complementary color
Monochromatic Colors of #F19DF3
Black with #F19DF3
Text Example
Text Example
White with #F19DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19DF3; }
p { color: rgb(241,157,243); }
H1.HeaderClassName
{
color: #F19DF3;
}
.AnyTagClassName
{
color: #F19DF3;
}
</style>
background-color css
<style>
a { background-color: #F19DF3; }
a { background-color: rgb(241,157,243); }
div.DivClassName
{
background-color: #F19DF3;
}
.BgClassName
{
background-color: #F19DF3;
}
</style>
border-color css
<style>
span { border-color: #F19DF3; }
span { border-color: rgb(241,157,243); }
td.TdClassName
{
border-color: #F19DF3;
}
.TagClassName
{
border-color: #F19DF3;
}
</style>