Shades of Violet #F192EC
Tints of Violet #F192EC
RGB
CMYK
RGB Variations
Color information
#F192EC (or 0xF192EC) is known color: Violet. HEX triplet: F1, 92 and EC. RGB value is (241,146,236). Sum of RGB (Red+Green+Blue) = 241+146+236=623 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.68% from 623); Green value is 146 (57.42% from 255 or 23.43% from 623); Blue value is 236 (92.58% from 255 or 37.88% from 623); Max value from RGB is 241 - color contains mainly: red. Hex color #F192EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F192EC is #0E6D13. Grayscale: #B8B8B8. Windows color (decimal): -945428 or 15504113. OLE color: 15504113.
HSL color Cylindrical-coordinate representation of color #F192EC: hue angle of 303.16º 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 #F192EC is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 146 | 236 | - |
| CMYK | 0 | 0.39 | 0.02 | 0.05 |
| HSL | 303.16º | 0.77% | 0.76% | - |
| HSV(B) | 303.16º | 0.39% | 0.95% | - |
| XYZ | 61.69 | 45.31 | 84.85 | - |
| YUV | 184.67 | 156.97 | 168.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 146 | 236 | 0 | 0.39 | 0.02 | 0.05 | 303.16 | 0.77 | 0.76 |
| Hex | F1 | 92 | EC | 0 | 27 | 2 | 5 | 12F | 4D | 4C |
| Octal | 361 | 222 | 354 | 0 | 47 | 2 | 5 | 457 | 115 | 114 |
| Binary | 11110001 | 10010010 | 11101100 | 0 | 100111 | 10 | 101 | 100101111 | 1001101 | 1001100 |
Color Harmonies of #F192EC
Complementary color
Monochromatic Colors of #F192EC
Black with #F192EC
Text Example
Text Example
White with #F192EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F192EC; }
p { color: rgb(241,146,236); }
H1.HeaderClassName
{
color: #F192EC;
}
.AnyTagClassName
{
color: #F192EC;
}
</style>
background-color css
<style>
a { background-color: #F192EC; }
a { background-color: rgb(241,146,236); }
div.DivClassName
{
background-color: #F192EC;
}
.BgClassName
{
background-color: #F192EC;
}
</style>
border-color css
<style>
span { border-color: #F192EC; }
span { border-color: rgb(241,146,236); }
td.TdClassName
{
border-color: #F192EC;
}
.TagClassName
{
border-color: #F192EC;
}
</style>