Shades of Violet #F193FE
Tints of Violet #F193FE
RGB
CMYK
RGB Variations
Color information
#F193FE (or 0xF193FE) is known color: Violet. HEX triplet: F1, 93 and FE. RGB value is (241,147,254). Sum of RGB (Red+Green+Blue) = 241+147+254=642 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.54% from 642); Green value is 147 (57.81% from 255 or 22.90% from 642); Blue value is 254 (99.61% from 255 or 39.56% from 642); Max value from RGB is 254 - color contains mainly: blue. Hex color #F193FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F193FE is #0E6C01. Grayscale: #BABABA. Windows color (decimal): -945154 or 16684017. OLE color: 16684017.
HSL color Cylindrical-coordinate representation of color #F193FE: hue angle of 292.71º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F193FE is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 241 | 147 | 254 | - |
| CMYK | 0.05 | 0.42 | 0 | 0.00 |
| HSL | 292.71º | 0.98% | 0.79% | - |
| HSV(B) | 292.71º | 0.42% | 1% | - |
| XYZ | 64.6 | 46.72 | 99.38 | - |
| YUV | 187.3 | 165.64 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 147 | 254 | 0.05 | 0.42 | 0 | 0.00 | 292.71 | 0.98 | 0.79 |
| Hex | F1 | 93 | FE | 5 | 2A | 0 | 0 | 125 | 62 | 4F |
| Octal | 361 | 223 | 376 | 5 | 52 | 0 | 0 | 445 | 142 | 117 |
| Binary | 11110001 | 10010011 | 11111110 | 101 | 101010 | 0 | 0 | 100100101 | 1100010 | 1001111 |
Color Harmonies of #F193FE
Complementary color
Monochromatic Colors of #F193FE
Black with #F193FE
Text Example
Text Example
White with #F193FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F193FE; }
p { color: rgb(241,147,254); }
H1.HeaderClassName
{
color: #F193FE;
}
.AnyTagClassName
{
color: #F193FE;
}
</style>
background-color css
<style>
a { background-color: #F193FE; }
a { background-color: rgb(241,147,254); }
div.DivClassName
{
background-color: #F193FE;
}
.BgClassName
{
background-color: #F193FE;
}
</style>
border-color css
<style>
span { border-color: #F193FE; }
span { border-color: rgb(241,147,254); }
td.TdClassName
{
border-color: #F193FE;
}
.TagClassName
{
border-color: #F193FE;
}
</style>