Shades of Violet #F173EF
Tints of Violet #F173EF
RGB
CMYK
RGB Variations
Color information
#F173EF (or 0xF173EF) is known color: Violet. HEX triplet: F1, 73 and EF. RGB value is (241,115,239). Sum of RGB (Red+Green+Blue) = 241+115+239=595 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.50% from 595); Green value is 115 (45.31% from 255 or 19.33% from 595); Blue value is 239 (93.75% from 255 or 40.17% from 595); Max value from RGB is 241 - color contains mainly: red. Hex color #F173EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F173EF is #0E8C10. Grayscale: #A6A6A6. Windows color (decimal): -953361 or 15692785. OLE color: 15692785.
HSL color Cylindrical-coordinate representation of color #F173EF: hue angle of 300.95º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F173EF is Cyan = 0, Magento = 0.52, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 115 | 239 | - |
| CMYK | 0 | 0.52 | 0.01 | 0.05 |
| HSL | 300.95º | 0.82% | 0.7% | - |
| HSV(B) | 300.95º | 0.52% | 0.95% | - |
| XYZ | 57.99 | 37.19 | 85.78 | - |
| YUV | 166.81 | 168.74 | 180.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 115 | 239 | 0 | 0.52 | 0.01 | 0.05 | 300.95 | 0.82 | 0.7 |
| Hex | F1 | 73 | EF | 0 | 34 | 1 | 5 | 12D | 52 | 46 |
| Octal | 361 | 163 | 357 | 0 | 64 | 1 | 5 | 455 | 122 | 106 |
| Binary | 11110001 | 1110011 | 11101111 | 0 | 110100 | 1 | 101 | 100101101 | 1010010 | 1000110 |
Color Harmonies of #F173EF
Complementary color
Monochromatic Colors of #F173EF
Black with #F173EF
Text Example
Text Example
White with #F173EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F173EF; }
p { color: rgb(241,115,239); }
H1.HeaderClassName
{
color: #F173EF;
}
.AnyTagClassName
{
color: #F173EF;
}
</style>
background-color css
<style>
a { background-color: #F173EF; }
a { background-color: rgb(241,115,239); }
div.DivClassName
{
background-color: #F173EF;
}
.BgClassName
{
background-color: #F173EF;
}
</style>
border-color css
<style>
span { border-color: #F173EF; }
span { border-color: rgb(241,115,239); }
td.TdClassName
{
border-color: #F173EF;
}
.TagClassName
{
border-color: #F173EF;
}
</style>