Shades of Violet #F19DFB
Tints of Violet #F19DFB
RGB
CMYK
RGB Variations
Color information
#F19DFB (or 0xF19DFB) is known color: Violet. HEX triplet: F1, 9D and FB. RGB value is (241,157,251). Sum of RGB (Red+Green+Blue) = 241+157+251=649 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.13% from 649); Green value is 157 (61.72% from 255 or 24.19% from 649); Blue value is 251 (98.44% from 255 or 38.67% from 649); Max value from RGB is 251 - color contains mainly: blue. Hex color #F19DFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F19DFB is #0E6204. Grayscale: #C0C0C0. Windows color (decimal): -942597 or 16489969. OLE color: 16489969.
HSL color Cylindrical-coordinate representation of color #F19DFB: hue angle of 293.62º degrees, saturation: 0.92, 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 #F19DFB is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 157 | 251 | - |
| CMYK | 0.04 | 0.37 | 0 | 0.02 |
| HSL | 293.62º | 0.92% | 0.8% | - |
| HSV(B) | 293.62º | 0.37% | 0.98% | - |
| XYZ | 65.75 | 49.78 | 97.41 | - |
| YUV | 192.83 | 160.83 | 162.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 157 | 251 | 0.04 | 0.37 | 0 | 0.02 | 293.62 | 0.92 | 0.8 |
| Hex | F1 | 9D | FB | 4 | 25 | 0 | 2 | 126 | 5C | 50 |
| Octal | 361 | 235 | 373 | 4 | 45 | 0 | 2 | 446 | 134 | 120 |
| Binary | 11110001 | 10011101 | 11111011 | 100 | 100101 | 0 | 10 | 100100110 | 1011100 | 1010000 |
Color Harmonies of #F19DFB
Complementary color
Monochromatic Colors of #F19DFB
Black with #F19DFB
Text Example
Text Example
White with #F19DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19DFB; }
p { color: rgb(241,157,251); }
H1.HeaderClassName
{
color: #F19DFB;
}
.AnyTagClassName
{
color: #F19DFB;
}
</style>
background-color css
<style>
a { background-color: #F19DFB; }
a { background-color: rgb(241,157,251); }
div.DivClassName
{
background-color: #F19DFB;
}
.BgClassName
{
background-color: #F19DFB;
}
</style>
border-color css
<style>
span { border-color: #F19DFB; }
span { border-color: rgb(241,157,251); }
td.TdClassName
{
border-color: #F19DFB;
}
.TagClassName
{
border-color: #F19DFB;
}
</style>