Shades of Violet #F194EC
Tints of Violet #F194EC
RGB
CMYK
RGB Variations
Color information
#F194EC (or 0xF194EC) is known color: Violet. HEX triplet: F1, 94 and EC. RGB value is (241,148,236). Sum of RGB (Red+Green+Blue) = 241+148+236=625 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.56% from 625); Green value is 148 (58.20% from 255 or 23.68% from 625); Blue value is 236 (92.58% from 255 or 37.76% from 625); Max value from RGB is 241 - color contains mainly: red. Hex color #F194EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F194EC is #0E6B13. Grayscale: #B9B9B9. Windows color (decimal): -944916 or 15504625. OLE color: 15504625.
HSL color Cylindrical-coordinate representation of color #F194EC: hue angle of 303.23º 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 #F194EC is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 148 | 236 | - |
| CMYK | 0 | 0.39 | 0.02 | 0.05 |
| HSL | 303.23º | 0.77% | 0.76% | - |
| HSV(B) | 303.23º | 0.39% | 0.95% | - |
| XYZ | 62.01 | 45.94 | 84.96 | - |
| YUV | 185.84 | 156.31 | 167.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 148 | 236 | 0 | 0.39 | 0.02 | 0.05 | 303.23 | 0.77 | 0.76 |
| Hex | F1 | 94 | EC | 0 | 27 | 2 | 5 | 12F | 4D | 4C |
| Octal | 361 | 224 | 354 | 0 | 47 | 2 | 5 | 457 | 115 | 114 |
| Binary | 11110001 | 10010100 | 11101100 | 0 | 100111 | 10 | 101 | 100101111 | 1001101 | 1001100 |
Color Harmonies of #F194EC
Complementary color
Monochromatic Colors of #F194EC
Black with #F194EC
Text Example
Text Example
White with #F194EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F194EC; }
p { color: rgb(241,148,236); }
H1.HeaderClassName
{
color: #F194EC;
}
.AnyTagClassName
{
color: #F194EC;
}
</style>
background-color css
<style>
a { background-color: #F194EC; }
a { background-color: rgb(241,148,236); }
div.DivClassName
{
background-color: #F194EC;
}
.BgClassName
{
background-color: #F194EC;
}
</style>
border-color css
<style>
span { border-color: #F194EC; }
span { border-color: rgb(241,148,236); }
td.TdClassName
{
border-color: #F194EC;
}
.TagClassName
{
border-color: #F194EC;
}
</style>