Shades of Violet #F193F3
Tints of Violet #F193F3
RGB
CMYK
RGB Variations
Color information
#F193F3 (or 0xF193F3) is known color: Violet. HEX triplet: F1, 93 and F3. RGB value is (241,147,243). Sum of RGB (Red+Green+Blue) = 241+147+243=631 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.19% from 631); Green value is 147 (57.81% from 255 or 23.30% from 631); Blue value is 243 (95.31% from 255 or 38.51% from 631); Max value from RGB is 243 - color contains mainly: blue. Hex color #F193F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F193F3 is #0E6C0C. Grayscale: #B9B9B9. Windows color (decimal): -945165 or 15963121. OLE color: 15963121.
HSL color Cylindrical-coordinate representation of color #F193F3: hue angle of 298.75º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F193F3 is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 147 | 243 | - |
| CMYK | 0.01 | 0.40 | 0 | 0.05 |
| HSL | 298.75º | 0.8% | 0.76% | - |
| HSV(B) | 298.75º | 0.4% | 0.95% | - |
| XYZ | 62.89 | 46.04 | 90.37 | - |
| YUV | 186.05 | 160.14 | 167.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 147 | 243 | 0.01 | 0.40 | 0 | 0.05 | 298.75 | 0.8 | 0.76 |
| Hex | F1 | 93 | F3 | 1 | 28 | 0 | 5 | 12B | 50 | 4C |
| Octal | 361 | 223 | 363 | 1 | 50 | 0 | 5 | 453 | 120 | 114 |
| Binary | 11110001 | 10010011 | 11110011 | 1 | 101000 | 0 | 101 | 100101011 | 1010000 | 1001100 |
Color Harmonies of #F193F3
Complementary color
Monochromatic Colors of #F193F3
Black with #F193F3
Text Example
Text Example
White with #F193F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F193F3; }
p { color: rgb(241,147,243); }
H1.HeaderClassName
{
color: #F193F3;
}
.AnyTagClassName
{
color: #F193F3;
}
</style>
background-color css
<style>
a { background-color: #F193F3; }
a { background-color: rgb(241,147,243); }
div.DivClassName
{
background-color: #F193F3;
}
.BgClassName
{
background-color: #F193F3;
}
</style>
border-color css
<style>
span { border-color: #F193F3; }
span { border-color: rgb(241,147,243); }
td.TdClassName
{
border-color: #F193F3;
}
.TagClassName
{
border-color: #F193F3;
}
</style>