Shades of Violet #F193ED
Tints of Violet #F193ED
RGB
CMYK
RGB Variations
Color information
#F193ED (or 0xF193ED) is known color: Violet. HEX triplet: F1, 93 and ED. RGB value is (241,147,237). Sum of RGB (Red+Green+Blue) = 241+147+237=625 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.56% from 625); Green value is 147 (57.81% from 255 or 23.52% from 625); Blue value is 237 (92.97% from 255 or 37.92% from 625); Max value from RGB is 241 - color contains mainly: red. Hex color #F193ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F193ED is #0E6C12. Grayscale: #B9B9B9. Windows color (decimal): -945171 or 15569905. OLE color: 15569905.
HSL color Cylindrical-coordinate representation of color #F193ED: hue angle of 302.55º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F193ED is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 147 | 237 | - |
| CMYK | 0 | 0.39 | 0.02 | 0.05 |
| HSL | 302.55º | 0.77% | 0.76% | - |
| HSV(B) | 302.55º | 0.39% | 0.95% | - |
| XYZ | 62 | 45.68 | 85.67 | - |
| YUV | 185.37 | 157.14 | 167.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 147 | 237 | 0 | 0.39 | 0.02 | 0.05 | 302.55 | 0.77 | 0.76 |
| Hex | F1 | 93 | ED | 0 | 27 | 2 | 5 | 12F | 4D | 4C |
| Octal | 361 | 223 | 355 | 0 | 47 | 2 | 5 | 457 | 115 | 114 |
| Binary | 11110001 | 10010011 | 11101101 | 0 | 100111 | 10 | 101 | 100101111 | 1001101 | 1001100 |
Color Harmonies of #F193ED
Complementary color
Monochromatic Colors of #F193ED
Black with #F193ED
Text Example
Text Example
White with #F193ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F193ED; }
p { color: rgb(241,147,237); }
H1.HeaderClassName
{
color: #F193ED;
}
.AnyTagClassName
{
color: #F193ED;
}
</style>
background-color css
<style>
a { background-color: #F193ED; }
a { background-color: rgb(241,147,237); }
div.DivClassName
{
background-color: #F193ED;
}
.BgClassName
{
background-color: #F193ED;
}
</style>
border-color css
<style>
span { border-color: #F193ED; }
span { border-color: rgb(241,147,237); }
td.TdClassName
{
border-color: #F193ED;
}
.TagClassName
{
border-color: #F193ED;
}
</style>