Shades of Violet #F193FF
Tints of Violet #F193FF
RGB
CMYK
RGB Variations
Color information
#F193FF (or 0xF193FF) is known color: Violet. HEX triplet: F1, 93 and FF. RGB value is (241,147,255). Sum of RGB (Red+Green+Blue) = 241+147+255=643 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.48% from 643); Green value is 147 (57.81% from 255 or 22.86% from 643); Blue value is 255 (100% from 255 or 39.66% from 643); Max value from RGB is 255 - color contains mainly: blue. Hex color #F193FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F193FF is #0E6C00. Grayscale: #BBBBBB. Windows color (decimal): -945153 or 16749553. OLE color: 16749553.
HSL color Cylindrical-coordinate representation of color #F193FF: hue angle of 292.22º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F193FF is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 241 | 147 | 255 | - |
| CMYK | 0.05 | 0.42 | 0 | 0 |
| HSL | 292.22º | 1% | 0.79% | - |
| HSV(B) | 292.22º | 0.42% | 1% | - |
| XYZ | 64.76 | 46.79 | 100.23 | - |
| YUV | 187.42 | 166.14 | 166.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 147 | 255 | 0.05 | 0.42 | 0 | 0 | 292.22 | 1 | 0.79 |
| Hex | F1 | 93 | FF | 5 | 2A | 0 | 0 | 124 | 64 | 4F |
| Octal | 361 | 223 | 377 | 5 | 52 | 0 | 0 | 444 | 144 | 117 |
| Binary | 11110001 | 10010011 | 11111111 | 101 | 101010 | 0 | 0 | 100100100 | 1100100 | 1001111 |
Color Harmonies of #F193FF
Complementary color
Monochromatic Colors of #F193FF
Black with #F193FF
Text Example
Text Example
White with #F193FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F193FF; }
p { color: rgb(241,147,255); }
H1.HeaderClassName
{
color: #F193FF;
}
.AnyTagClassName
{
color: #F193FF;
}
</style>
background-color css
<style>
a { background-color: #F193FF; }
a { background-color: rgb(241,147,255); }
div.DivClassName
{
background-color: #F193FF;
}
.BgClassName
{
background-color: #F193FF;
}
</style>
border-color css
<style>
span { border-color: #F193FF; }
span { border-color: rgb(241,147,255); }
td.TdClassName
{
border-color: #F193FF;
}
.TagClassName
{
border-color: #F193FF;
}
</style>