Shades of Violet #F19BFE
Tints of Violet #F19BFE
RGB
CMYK
RGB Variations
Color information
#F19BFE (or 0xF19BFE) is known color: Violet. HEX triplet: F1, 9B and FE. RGB value is (241,155,254). Sum of RGB (Red+Green+Blue) = 241+155+254=650 (86% of max value = 765). Red value is 241 (94.53% from 255 or 37.08% from 650); Green value is 155 (60.94% from 255 or 23.85% from 650); Blue value is 254 (99.61% from 255 or 39.08% from 650); Max value from RGB is 254 - color contains mainly: blue. Hex color #F19BFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F19BFE is #0E6401. Grayscale: #BFBFBF. Windows color (decimal): -943106 or 16686065. OLE color: 16686065.
HSL color Cylindrical-coordinate representation of color #F19BFE: hue angle of 292.12º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F19BFE is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 241 | 155 | 254 | - |
| CMYK | 0.05 | 0.39 | 0 | 0.00 |
| HSL | 292.12º | 0.98% | 0.8% | - |
| HSV(B) | 292.12º | 0.39% | 1% | - |
| XYZ | 65.89 | 49.3 | 99.81 | - |
| YUV | 192 | 162.99 | 162.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 155 | 254 | 0.05 | 0.39 | 0 | 0.00 | 292.12 | 0.98 | 0.8 |
| Hex | F1 | 9B | FE | 5 | 27 | 0 | 0 | 124 | 62 | 50 |
| Octal | 361 | 233 | 376 | 5 | 47 | 0 | 0 | 444 | 142 | 120 |
| Binary | 11110001 | 10011011 | 11111110 | 101 | 100111 | 0 | 0 | 100100100 | 1100010 | 1010000 |
Color Harmonies of #F19BFE
Complementary color
Monochromatic Colors of #F19BFE
Black with #F19BFE
Text Example
Text Example
White with #F19BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19BFE; }
p { color: rgb(241,155,254); }
H1.HeaderClassName
{
color: #F19BFE;
}
.AnyTagClassName
{
color: #F19BFE;
}
</style>
background-color css
<style>
a { background-color: #F19BFE; }
a { background-color: rgb(241,155,254); }
div.DivClassName
{
background-color: #F19BFE;
}
.BgClassName
{
background-color: #F19BFE;
}
</style>
border-color css
<style>
span { border-color: #F19BFE; }
span { border-color: rgb(241,155,254); }
td.TdClassName
{
border-color: #F19BFE;
}
.TagClassName
{
border-color: #F19BFE;
}
</style>