Shades of Violet #F19DF4
Tints of Violet #F19DF4
RGB
CMYK
RGB Variations
Color information
#F19DF4 (or 0xF19DF4) is known color: Violet. HEX triplet: F1, 9D and F4. RGB value is (241,157,244). Sum of RGB (Red+Green+Blue) = 241+157+244=642 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.54% from 642); Green value is 157 (61.72% from 255 or 24.45% from 642); Blue value is 244 (95.70% from 255 or 38.01% from 642); Max value from RGB is 244 - color contains mainly: blue. Hex color #F19DF4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F19DF4 is #0E620B. Grayscale: #BFBFBF. Windows color (decimal): -942604 or 16031217. OLE color: 16031217.
HSL color Cylindrical-coordinate representation of color #F19DF4: hue angle of 297.93º degrees, saturation: 0.8, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F19DF4 is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 241 | 157 | 244 | - |
| CMYK | 0.01 | 0.36 | 0 | 0.04 |
| HSL | 297.93º | 0.8% | 0.79% | - |
| HSV(B) | 297.93º | 0.36% | 0.96% | - |
| XYZ | 64.66 | 49.35 | 91.7 | - |
| YUV | 192.03 | 157.33 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 157 | 244 | 0.01 | 0.36 | 0 | 0.04 | 297.93 | 0.8 | 0.79 |
| Hex | F1 | 9D | F4 | 1 | 24 | 0 | 4 | 12A | 50 | 4F |
| Octal | 361 | 235 | 364 | 1 | 44 | 0 | 4 | 452 | 120 | 117 |
| Binary | 11110001 | 10011101 | 11110100 | 1 | 100100 | 0 | 100 | 100101010 | 1010000 | 1001111 |
Color Harmonies of #F19DF4
Complementary color
Monochromatic Colors of #F19DF4
Black with #F19DF4
Text Example
Text Example
White with #F19DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19DF4; }
p { color: rgb(241,157,244); }
H1.HeaderClassName
{
color: #F19DF4;
}
.AnyTagClassName
{
color: #F19DF4;
}
</style>
background-color css
<style>
a { background-color: #F19DF4; }
a { background-color: rgb(241,157,244); }
div.DivClassName
{
background-color: #F19DF4;
}
.BgClassName
{
background-color: #F19DF4;
}
</style>
border-color css
<style>
span { border-color: #F19DF4; }
span { border-color: rgb(241,157,244); }
td.TdClassName
{
border-color: #F19DF4;
}
.TagClassName
{
border-color: #F19DF4;
}
</style>