Shades of Violet #F19BFD
Tints of Violet #F19BFD
RGB
CMYK
RGB Variations
Color information
#F19BFD (or 0xF19BFD) is known color: Violet. HEX triplet: F1, 9B and FD. RGB value is (241,155,253). Sum of RGB (Red+Green+Blue) = 241+155+253=649 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.13% from 649); Green value is 155 (60.94% from 255 or 23.88% from 649); Blue value is 253 (99.22% from 255 or 38.98% from 649); Max value from RGB is 253 - color contains mainly: blue. Hex color #F19BFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F19BFD is #0E6402. Grayscale: #BFBFBF. Windows color (decimal): -943107 or 16620529. OLE color: 16620529.
HSL color Cylindrical-coordinate representation of color #F19BFD: hue angle of 292.65º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F19BFD is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 241 | 155 | 253 | - |
| CMYK | 0.05 | 0.39 | 0 | 0.01 |
| HSL | 292.65º | 0.96% | 0.8% | - |
| HSV(B) | 292.65º | 0.39% | 0.99% | - |
| XYZ | 65.73 | 49.24 | 98.97 | - |
| YUV | 191.89 | 162.49 | 163.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 155 | 253 | 0.05 | 0.39 | 0 | 0.01 | 292.65 | 0.96 | 0.8 |
| Hex | F1 | 9B | FD | 5 | 27 | 0 | 1 | 125 | 60 | 50 |
| Octal | 361 | 233 | 375 | 5 | 47 | 0 | 1 | 445 | 140 | 120 |
| Binary | 11110001 | 10011011 | 11111101 | 101 | 100111 | 0 | 1 | 100100101 | 1100000 | 1010000 |
Color Harmonies of #F19BFD
Complementary color
Monochromatic Colors of #F19BFD
Black with #F19BFD
Text Example
Text Example
White with #F19BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19BFD; }
p { color: rgb(241,155,253); }
H1.HeaderClassName
{
color: #F19BFD;
}
.AnyTagClassName
{
color: #F19BFD;
}
</style>
background-color css
<style>
a { background-color: #F19BFD; }
a { background-color: rgb(241,155,253); }
div.DivClassName
{
background-color: #F19BFD;
}
.BgClassName
{
background-color: #F19BFD;
}
</style>
border-color css
<style>
span { border-color: #F19BFD; }
span { border-color: rgb(241,155,253); }
td.TdClassName
{
border-color: #F19BFD;
}
.TagClassName
{
border-color: #F19BFD;
}
</style>