Shades of Violet #F19BFF
Tints of Violet #F19BFF
RGB
CMYK
RGB Variations
Color information
#F19BFF (or 0xF19BFF) is known color: Violet. HEX triplet: F1, 9B and FF. RGB value is (241,155,255). Sum of RGB (Red+Green+Blue) = 241+155+255=651 (86% of max value = 765). Red value is 241 (94.53% from 255 or 37.02% from 651); Green value is 155 (60.94% from 255 or 23.81% from 651); Blue value is 255 (100% from 255 or 39.17% from 651); Max value from RGB is 255 - color contains mainly: blue. Hex color #F19BFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F19BFF is #0E6400. Grayscale: #BFBFBF. Windows color (decimal): -943105 or 16751601. OLE color: 16751601.
HSL color Cylindrical-coordinate representation of color #F19BFF: hue angle of 291.6º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F19BFF is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 241 | 155 | 255 | - |
| CMYK | 0.05 | 0.39 | 0 | 0 |
| HSL | 291.6º | 1% | 0.8% | - |
| HSV(B) | 291.6º | 0.39% | 1% | - |
| XYZ | 66.05 | 49.36 | 100.65 | - |
| YUV | 192.11 | 163.49 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 155 | 255 | 0.05 | 0.39 | 0 | 0 | 291.6 | 1 | 0.8 |
| Hex | F1 | 9B | FF | 5 | 27 | 0 | 0 | 124 | 64 | 50 |
| Octal | 361 | 233 | 377 | 5 | 47 | 0 | 0 | 444 | 144 | 120 |
| Binary | 11110001 | 10011011 | 11111111 | 101 | 100111 | 0 | 0 | 100100100 | 1100100 | 1010000 |
Color Harmonies of #F19BFF
Complementary color
Monochromatic Colors of #F19BFF
Black with #F19BFF
Text Example
Text Example
White with #F19BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19BFF; }
p { color: rgb(241,155,255); }
H1.HeaderClassName
{
color: #F19BFF;
}
.AnyTagClassName
{
color: #F19BFF;
}
</style>
background-color css
<style>
a { background-color: #F19BFF; }
a { background-color: rgb(241,155,255); }
div.DivClassName
{
background-color: #F19BFF;
}
.BgClassName
{
background-color: #F19BFF;
}
</style>
border-color css
<style>
span { border-color: #F19BFF; }
span { border-color: rgb(241,155,255); }
td.TdClassName
{
border-color: #F19BFF;
}
.TagClassName
{
border-color: #F19BFF;
}
</style>