Shades of Violet #F193EF
Tints of Violet #F193EF
RGB
CMYK
RGB Variations
Color information
#F193EF (or 0xF193EF) is known color: Violet. HEX triplet: F1, 93 and EF. RGB value is (241,147,239). Sum of RGB (Red+Green+Blue) = 241+147+239=627 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.44% from 627); Green value is 147 (57.81% from 255 or 23.44% from 627); Blue value is 239 (93.75% from 255 or 38.12% from 627); Max value from RGB is 241 - color contains mainly: red. Hex color #F193EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F193EF is #0E6C10. Grayscale: #B9B9B9. Windows color (decimal): -945169 or 15700977. OLE color: 15700977.
HSL color Cylindrical-coordinate representation of color #F193EF: hue angle of 301.28º 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 #F193EF is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 147 | 239 | - |
| CMYK | 0 | 0.39 | 0.01 | 0.05 |
| HSL | 301.28º | 0.77% | 0.76% | - |
| HSV(B) | 301.28º | 0.39% | 0.95% | - |
| XYZ | 62.29 | 45.8 | 87.22 | - |
| YUV | 185.59 | 158.14 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 147 | 239 | 0 | 0.39 | 0.01 | 0.05 | 301.28 | 0.77 | 0.76 |
| Hex | F1 | 93 | EF | 0 | 27 | 1 | 5 | 12D | 4D | 4C |
| Octal | 361 | 223 | 357 | 0 | 47 | 1 | 5 | 455 | 115 | 114 |
| Binary | 11110001 | 10010011 | 11101111 | 0 | 100111 | 1 | 101 | 100101101 | 1001101 | 1001100 |
Color Harmonies of #F193EF
Complementary color
Monochromatic Colors of #F193EF
Black with #F193EF
Text Example
Text Example
White with #F193EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F193EF; }
p { color: rgb(241,147,239); }
H1.HeaderClassName
{
color: #F193EF;
}
.AnyTagClassName
{
color: #F193EF;
}
</style>
background-color css
<style>
a { background-color: #F193EF; }
a { background-color: rgb(241,147,239); }
div.DivClassName
{
background-color: #F193EF;
}
.BgClassName
{
background-color: #F193EF;
}
</style>
border-color css
<style>
span { border-color: #F193EF; }
span { border-color: rgb(241,147,239); }
td.TdClassName
{
border-color: #F193EF;
}
.TagClassName
{
border-color: #F193EF;
}
</style>