Shades of Violet #F17CE7
Tints of Violet #F17CE7
RGB
CMYK
RGB Variations
Color information
#F17CE7 (or 0xF17CE7) is known color: Violet. HEX triplet: F1, 7C and E7. RGB value is (241,124,231). Sum of RGB (Red+Green+Blue) = 241+124+231=596 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.44% from 596); Green value is 124 (48.83% from 255 or 20.81% from 596); Blue value is 231 (90.62% from 255 or 38.76% from 596); Max value from RGB is 241 - color contains mainly: red. Hex color #F17CE7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F17CE7 is #0E8318. Grayscale: #AAAAAA. Windows color (decimal): -951065 or 15170801. OLE color: 15170801.
HSL color Cylindrical-coordinate representation of color #F17CE7: hue angle of 305.13º 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 #F17CE7 is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 124 | 231 | - |
| CMYK | 0 | 0.49 | 0.04 | 0.05 |
| HSL | 305.13º | 0.81% | 0.72% | - |
| HSV(B) | 305.13º | 0.49% | 0.95% | - |
| XYZ | 57.91 | 38.89 | 80.05 | - |
| YUV | 171.18 | 161.76 | 177.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 124 | 231 | 0 | 0.49 | 0.04 | 0.05 | 305.13 | 0.81 | 0.72 |
| Hex | F1 | 7C | E7 | 0 | 31 | 4 | 5 | 131 | 51 | 48 |
| Octal | 361 | 174 | 347 | 0 | 61 | 4 | 5 | 461 | 121 | 110 |
| Binary | 11110001 | 1111100 | 11100111 | 0 | 110001 | 100 | 101 | 100110001 | 1010001 | 1001000 |
Color Harmonies of #F17CE7
Complementary color
Monochromatic Colors of #F17CE7
Black with #F17CE7
Text Example
Text Example
White with #F17CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17CE7; }
p { color: rgb(241,124,231); }
H1.HeaderClassName
{
color: #F17CE7;
}
.AnyTagClassName
{
color: #F17CE7;
}
</style>
background-color css
<style>
a { background-color: #F17CE7; }
a { background-color: rgb(241,124,231); }
div.DivClassName
{
background-color: #F17CE7;
}
.BgClassName
{
background-color: #F17CE7;
}
</style>
border-color css
<style>
span { border-color: #F17CE7; }
span { border-color: rgb(241,124,231); }
td.TdClassName
{
border-color: #F17CE7;
}
.TagClassName
{
border-color: #F17CE7;
}
</style>