Shades of Violet #F191FB
Tints of Violet #F191FB
RGB
CMYK
RGB Variations
Color information
#F191FB (or 0xF191FB) is known color: Violet. HEX triplet: F1, 91 and FB. RGB value is (241,145,251). Sum of RGB (Red+Green+Blue) = 241+145+251=637 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.83% from 637); Green value is 145 (57.03% from 255 or 22.76% from 637); Blue value is 251 (98.44% from 255 or 39.40% from 637); Max value from RGB is 251 - color contains mainly: blue. Hex color #F191FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F191FB is #0E6E04. Grayscale: #B9B9B9. Windows color (decimal): -945669 or 16486897. OLE color: 16486897.
HSL color Cylindrical-coordinate representation of color #F191FB: hue angle of 294.34º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F191FB is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 145 | 251 | - |
| CMYK | 0.04 | 0.42 | 0 | 0.02 |
| HSL | 294.34º | 0.93% | 0.78% | - |
| HSV(B) | 294.34º | 0.42% | 0.98% | - |
| XYZ | 63.81 | 45.92 | 96.77 | - |
| YUV | 185.79 | 164.8 | 167.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 145 | 251 | 0.04 | 0.42 | 0 | 0.02 | 294.34 | 0.93 | 0.78 |
| Hex | F1 | 91 | FB | 4 | 2A | 0 | 2 | 126 | 5D | 4E |
| Octal | 361 | 221 | 373 | 4 | 52 | 0 | 2 | 446 | 135 | 116 |
| Binary | 11110001 | 10010001 | 11111011 | 100 | 101010 | 0 | 10 | 100100110 | 1011101 | 1001110 |
Color Harmonies of #F191FB
Complementary color
Monochromatic Colors of #F191FB
Black with #F191FB
Text Example
Text Example
White with #F191FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F191FB; }
p { color: rgb(241,145,251); }
H1.HeaderClassName
{
color: #F191FB;
}
.AnyTagClassName
{
color: #F191FB;
}
</style>
background-color css
<style>
a { background-color: #F191FB; }
a { background-color: rgb(241,145,251); }
div.DivClassName
{
background-color: #F191FB;
}
.BgClassName
{
background-color: #F191FB;
}
</style>
border-color css
<style>
span { border-color: #F191FB; }
span { border-color: rgb(241,145,251); }
td.TdClassName
{
border-color: #F191FB;
}
.TagClassName
{
border-color: #F191FB;
}
</style>