Shades of Violet #F170E7
Tints of Violet #F170E7
RGB
CMYK
RGB Variations
Color information
#F170E7 (or 0xF170E7) is known color: Violet. HEX triplet: F1, 70 and E7. RGB value is (241,112,231). Sum of RGB (Red+Green+Blue) = 241+112+231=584 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.27% from 584); Green value is 112 (44.14% from 255 or 19.18% from 584); Blue value is 231 (90.62% from 255 or 39.55% from 584); Max value from RGB is 241 - color contains mainly: red. Hex color #F170E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F170E7 is #0E8F18. Grayscale: #A3A3A3. Windows color (decimal): -954137 or 15167729. OLE color: 15167729.
HSL color Cylindrical-coordinate representation of color #F170E7: hue angle of 304.65º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F170E7 is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 112 | 231 | - |
| CMYK | 0 | 0.54 | 0.04 | 0.05 |
| HSL | 304.65º | 0.82% | 0.69% | - |
| HSV(B) | 304.65º | 0.54% | 0.95% | - |
| XYZ | 56.49 | 36.06 | 79.58 | - |
| YUV | 164.14 | 165.74 | 182.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 112 | 231 | 0 | 0.54 | 0.04 | 0.05 | 304.65 | 0.82 | 0.69 |
| Hex | F1 | 70 | E7 | 0 | 36 | 4 | 5 | 131 | 52 | 45 |
| Octal | 361 | 160 | 347 | 0 | 66 | 4 | 5 | 461 | 122 | 105 |
| Binary | 11110001 | 1110000 | 11100111 | 0 | 110110 | 100 | 101 | 100110001 | 1010010 | 1000101 |
Color Harmonies of #F170E7
Complementary color
Monochromatic Colors of #F170E7
Black with #F170E7
Text Example
Text Example
White with #F170E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F170E7; }
p { color: rgb(241,112,231); }
H1.HeaderClassName
{
color: #F170E7;
}
.AnyTagClassName
{
color: #F170E7;
}
</style>
background-color css
<style>
a { background-color: #F170E7; }
a { background-color: rgb(241,112,231); }
div.DivClassName
{
background-color: #F170E7;
}
.BgClassName
{
background-color: #F170E7;
}
</style>
border-color css
<style>
span { border-color: #F170E7; }
span { border-color: rgb(241,112,231); }
td.TdClassName
{
border-color: #F170E7;
}
.TagClassName
{
border-color: #F170E7;
}
</style>