Shades of Violet #F17DF6
Tints of Violet #F17DF6
RGB
CMYK
RGB Variations
Color information
#F17DF6 (or 0xF17DF6) is known color: Violet. HEX triplet: F1, 7D and F6. RGB value is (241,125,246). Sum of RGB (Red+Green+Blue) = 241+125+246=612 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.38% from 612); Green value is 125 (49.22% from 255 or 20.42% from 612); Blue value is 246 (96.48% from 255 or 40.20% from 612); Max value from RGB is 246 - color contains mainly: blue. Hex color #F17DF6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F17DF6 is #0E8209. Grayscale: #ADADAD. Windows color (decimal): -950794 or 16154097. OLE color: 16154097.
HSL color Cylindrical-coordinate representation of color #F17DF6: hue angle of 297.52º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F17DF6 is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 241 | 125 | 246 | - |
| CMYK | 0.02 | 0.49 | 0 | 0.04 |
| HSL | 297.52º | 0.87% | 0.73% | - |
| HSV(B) | 297.52º | 0.49% | 0.96% | - |
| XYZ | 60.24 | 40.02 | 91.74 | - |
| YUV | 173.48 | 168.93 | 176.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 125 | 246 | 0.02 | 0.49 | 0 | 0.04 | 297.52 | 0.87 | 0.73 |
| Hex | F1 | 7D | F6 | 2 | 31 | 0 | 4 | 12A | 57 | 49 |
| Octal | 361 | 175 | 366 | 2 | 61 | 0 | 4 | 452 | 127 | 111 |
| Binary | 11110001 | 1111101 | 11110110 | 10 | 110001 | 0 | 100 | 100101010 | 1010111 | 1001001 |
Color Harmonies of #F17DF6
Complementary color
Monochromatic Colors of #F17DF6
Black with #F17DF6
Text Example
Text Example
White with #F17DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17DF6; }
p { color: rgb(241,125,246); }
H1.HeaderClassName
{
color: #F17DF6;
}
.AnyTagClassName
{
color: #F17DF6;
}
</style>
background-color css
<style>
a { background-color: #F17DF6; }
a { background-color: rgb(241,125,246); }
div.DivClassName
{
background-color: #F17DF6;
}
.BgClassName
{
background-color: #F17DF6;
}
</style>
border-color css
<style>
span { border-color: #F17DF6; }
span { border-color: rgb(241,125,246); }
td.TdClassName
{
border-color: #F17DF6;
}
.TagClassName
{
border-color: #F17DF6;
}
</style>