Shades of Violet #F174E7
Tints of Violet #F174E7
RGB
CMYK
RGB Variations
Color information
#F174E7 (or 0xF174E7) is known color: Violet. HEX triplet: F1, 74 and E7. RGB value is (241,116,231). Sum of RGB (Red+Green+Blue) = 241+116+231=588 (77% of max value = 765). Red value is 241 (94.53% from 255 or 40.99% from 588); Green value is 116 (45.70% from 255 or 19.73% from 588); Blue value is 231 (90.62% from 255 or 39.29% from 588); Max value from RGB is 241 - color contains mainly: red. Hex color #F174E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F174E7 is #0E8B18. Grayscale: #A6A6A6. Windows color (decimal): -953113 or 15168753. OLE color: 15168753.
HSL color Cylindrical-coordinate representation of color #F174E7: hue angle of 304.8º 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 #F174E7 is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 116 | 231 | - |
| CMYK | 0 | 0.52 | 0.04 | 0.05 |
| HSL | 304.8º | 0.82% | 0.7% | - |
| HSV(B) | 304.8º | 0.52% | 0.95% | - |
| XYZ | 56.94 | 36.96 | 79.73 | - |
| YUV | 166.49 | 164.41 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 116 | 231 | 0 | 0.52 | 0.04 | 0.05 | 304.8 | 0.82 | 0.7 |
| Hex | F1 | 74 | E7 | 0 | 34 | 4 | 5 | 131 | 52 | 46 |
| Octal | 361 | 164 | 347 | 0 | 64 | 4 | 5 | 461 | 122 | 106 |
| Binary | 11110001 | 1110100 | 11100111 | 0 | 110100 | 100 | 101 | 100110001 | 1010010 | 1000110 |
Color Harmonies of #F174E7
Complementary color
Monochromatic Colors of #F174E7
Black with #F174E7
Text Example
Text Example
White with #F174E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F174E7; }
p { color: rgb(241,116,231); }
H1.HeaderClassName
{
color: #F174E7;
}
.AnyTagClassName
{
color: #F174E7;
}
</style>
background-color css
<style>
a { background-color: #F174E7; }
a { background-color: rgb(241,116,231); }
div.DivClassName
{
background-color: #F174E7;
}
.BgClassName
{
background-color: #F174E7;
}
</style>
border-color css
<style>
span { border-color: #F174E7; }
span { border-color: rgb(241,116,231); }
td.TdClassName
{
border-color: #F174E7;
}
.TagClassName
{
border-color: #F174E7;
}
</style>