Shades of Violet #F17CF1
Tints of Violet #F17CF1
RGB
CMYK
RGB Variations
Color information
#F17CF1 (or 0xF17CF1) is known color: Violet. HEX triplet: F1, 7C and F1. RGB value is (241,124,241). Sum of RGB (Red+Green+Blue) = 241+124+241=606 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.77% from 606); Green value is 124 (48.83% from 255 or 20.46% from 606); Blue value is 241 (94.53% from 255 or 39.77% from 606); Max value from RGB is 241 - color contains mainly: red, blue. Hex color #F17CF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F17CF1 is #0E830E. Grayscale: #ABABAB. Windows color (decimal): -951055 or 15826161. OLE color: 15826161.
HSL color Cylindrical-coordinate representation of color #F17CF1: hue angle of 300º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F17CF1 is Cyan = 0, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 124 | 241 | - |
| CMYK | 0 | 0.49 | 0 | 0.05 |
| HSL | 300º | 0.81% | 0.72% | - |
| HSV(B) | 300º | 0.49% | 0.95% | - |
| XYZ | 59.36 | 39.47 | 87.71 | - |
| YUV | 172.32 | 166.76 | 176.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 124 | 241 | 0 | 0.49 | 0 | 0.05 | 300 | 0.81 | 0.72 |
| Hex | F1 | 7C | F1 | 0 | 31 | 0 | 5 | 12C | 51 | 48 |
| Octal | 361 | 174 | 361 | 0 | 61 | 0 | 5 | 454 | 121 | 110 |
| Binary | 11110001 | 1111100 | 11110001 | 0 | 110001 | 0 | 101 | 100101100 | 1010001 | 1001000 |
Color Harmonies of #F17CF1
Complementary color
Monochromatic Colors of #F17CF1
Black with #F17CF1
Text Example
Text Example
White with #F17CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17CF1; }
p { color: rgb(241,124,241); }
H1.HeaderClassName
{
color: #F17CF1;
}
.AnyTagClassName
{
color: #F17CF1;
}
</style>
background-color css
<style>
a { background-color: #F17CF1; }
a { background-color: rgb(241,124,241); }
div.DivClassName
{
background-color: #F17CF1;
}
.BgClassName
{
background-color: #F17CF1;
}
</style>
border-color css
<style>
span { border-color: #F17CF1; }
span { border-color: rgb(241,124,241); }
td.TdClassName
{
border-color: #F17CF1;
}
.TagClassName
{
border-color: #F17CF1;
}
</style>