Shades of Violet #F19BF2
Tints of Violet #F19BF2
RGB
CMYK
RGB Variations
Color information
#F19BF2 (or 0xF19BF2) is known color: Violet. HEX triplet: F1, 9B and F2. RGB value is (241,155,242). Sum of RGB (Red+Green+Blue) = 241+155+242=638 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.77% from 638); Green value is 155 (60.94% from 255 or 24.29% from 638); Blue value is 242 (94.92% from 255 or 37.93% from 638); Max value from RGB is 242 - color contains mainly: blue. Hex color #F19BF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F19BF2 is #0E640D. Grayscale: #BEBEBE. Windows color (decimal): -943118 or 15899633. OLE color: 15899633.
HSL color Cylindrical-coordinate representation of color #F19BF2: hue angle of 299.31º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F19BF2 is Cyan = 0.00, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 155 | 242 | - |
| CMYK | 0.00 | 0.36 | 0 | 0.05 |
| HSL | 299.31º | 0.77% | 0.78% | - |
| HSV(B) | 299.31º | 0.36% | 0.95% | - |
| XYZ | 64.02 | 48.55 | 90 | - |
| YUV | 190.63 | 156.99 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 155 | 242 | 0.00 | 0.36 | 0 | 0.05 | 299.31 | 0.77 | 0.78 |
| Hex | F1 | 9B | F2 | 0 | 24 | 0 | 5 | 12B | 4D | 4E |
| Octal | 361 | 233 | 362 | 0 | 44 | 0 | 5 | 453 | 115 | 116 |
| Binary | 11110001 | 10011011 | 11110010 | 0 | 100100 | 0 | 101 | 100101011 | 1001101 | 1001110 |
Color Harmonies of #F19BF2
Complementary color
Monochromatic Colors of #F19BF2
Black with #F19BF2
Text Example
Text Example
White with #F19BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19BF2; }
p { color: rgb(241,155,242); }
H1.HeaderClassName
{
color: #F19BF2;
}
.AnyTagClassName
{
color: #F19BF2;
}
</style>
background-color css
<style>
a { background-color: #F19BF2; }
a { background-color: rgb(241,155,242); }
div.DivClassName
{
background-color: #F19BF2;
}
.BgClassName
{
background-color: #F19BF2;
}
</style>
border-color css
<style>
span { border-color: #F19BF2; }
span { border-color: rgb(241,155,242); }
td.TdClassName
{
border-color: #F19BF2;
}
.TagClassName
{
border-color: #F19BF2;
}
</style>