Shades of Violet #F19FFB
Tints of Violet #F19FFB
RGB
CMYK
RGB Variations
Color information
#F19FFB (or 0xF19FFB) is known color: Violet. HEX triplet: F1, 9F and FB. RGB value is (241,159,251). Sum of RGB (Red+Green+Blue) = 241+159+251=651 (86% of max value = 765). Red value is 241 (94.53% from 255 or 37.02% from 651); Green value is 159 (62.5% from 255 or 24.42% from 651); Blue value is 251 (98.44% from 255 or 38.56% from 651); Max value from RGB is 251 - color contains mainly: blue. Hex color #F19FFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F19FFB is #0E6004. Grayscale: #C1C1C1. Windows color (decimal): -942085 or 16490481. OLE color: 16490481.
HSL color Cylindrical-coordinate representation of color #F19FFB: hue angle of 293.48º 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 #F19FFB is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 159 | 251 | - |
| CMYK | 0.04 | 0.37 | 0 | 0.02 |
| HSL | 293.48º | 0.92% | 0.8% | - |
| HSV(B) | 293.48º | 0.37% | 0.98% | - |
| XYZ | 66.09 | 50.46 | 97.52 | - |
| YUV | 194.01 | 160.17 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 159 | 251 | 0.04 | 0.37 | 0 | 0.02 | 293.48 | 0.92 | 0.8 |
| Hex | F1 | 9F | FB | 4 | 25 | 0 | 2 | 125 | 5C | 50 |
| Octal | 361 | 237 | 373 | 4 | 45 | 0 | 2 | 445 | 134 | 120 |
| Binary | 11110001 | 10011111 | 11111011 | 100 | 100101 | 0 | 10 | 100100101 | 1011100 | 1010000 |
Color Harmonies of #F19FFB
Complementary color
Monochromatic Colors of #F19FFB
Black with #F19FFB
Text Example
Text Example
White with #F19FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19FFB; }
p { color: rgb(241,159,251); }
H1.HeaderClassName
{
color: #F19FFB;
}
.AnyTagClassName
{
color: #F19FFB;
}
</style>
background-color css
<style>
a { background-color: #F19FFB; }
a { background-color: rgb(241,159,251); }
div.DivClassName
{
background-color: #F19FFB;
}
.BgClassName
{
background-color: #F19FFB;
}
</style>
border-color css
<style>
span { border-color: #F19FFB; }
span { border-color: rgb(241,159,251); }
td.TdClassName
{
border-color: #F19FFB;
}
.TagClassName
{
border-color: #F19FFB;
}
</style>