Shades of Violet #F172EC
Tints of Violet #F172EC
RGB
CMYK
RGB Variations
Color information
#F172EC (or 0xF172EC) is known color: Violet. HEX triplet: F1, 72 and EC. RGB value is (241,114,236). Sum of RGB (Red+Green+Blue) = 241+114+236=591 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.78% from 591); Green value is 114 (44.92% from 255 or 19.29% from 591); Blue value is 236 (92.58% from 255 or 39.93% from 591); Max value from RGB is 241 - color contains mainly: red. Hex color #F172EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F172EC is #0E8D13. Grayscale: #A5A5A5. Windows color (decimal): -953620 or 15495921. OLE color: 15495921.
HSL color Cylindrical-coordinate representation of color #F172EC: hue angle of 302.36º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F172EC is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 114 | 236 | - |
| CMYK | 0 | 0.53 | 0.02 | 0.05 |
| HSL | 302.36º | 0.82% | 0.7% | - |
| HSV(B) | 302.36º | 0.53% | 0.95% | - |
| XYZ | 57.43 | 36.79 | 83.43 | - |
| YUV | 165.88 | 167.58 | 181.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 114 | 236 | 0 | 0.53 | 0.02 | 0.05 | 302.36 | 0.82 | 0.7 |
| Hex | F1 | 72 | EC | 0 | 35 | 2 | 5 | 12E | 52 | 46 |
| Octal | 361 | 162 | 354 | 0 | 65 | 2 | 5 | 456 | 122 | 106 |
| Binary | 11110001 | 1110010 | 11101100 | 0 | 110101 | 10 | 101 | 100101110 | 1010010 | 1000110 |
Color Harmonies of #F172EC
Complementary color
Monochromatic Colors of #F172EC
Black with #F172EC
Text Example
Text Example
White with #F172EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F172EC; }
p { color: rgb(241,114,236); }
H1.HeaderClassName
{
color: #F172EC;
}
.AnyTagClassName
{
color: #F172EC;
}
</style>
background-color css
<style>
a { background-color: #F172EC; }
a { background-color: rgb(241,114,236); }
div.DivClassName
{
background-color: #F172EC;
}
.BgClassName
{
background-color: #F172EC;
}
</style>
border-color css
<style>
span { border-color: #F172EC; }
span { border-color: rgb(241,114,236); }
td.TdClassName
{
border-color: #F172EC;
}
.TagClassName
{
border-color: #F172EC;
}
</style>