Shades of Violet #F17FE7
Tints of Violet #F17FE7
RGB
CMYK
RGB Variations
Color information
#F17FE7 (or 0xF17FE7) is known color: Violet. HEX triplet: F1, 7F and E7. RGB value is (241,127,231). Sum of RGB (Red+Green+Blue) = 241+127+231=599 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.23% from 599); Green value is 127 (50% from 255 or 21.20% from 599); Blue value is 231 (90.62% from 255 or 38.56% from 599); Max value from RGB is 241 - color contains mainly: red. Hex color #F17FE7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F17FE7 is #0E8018. Grayscale: #ACACAC. Windows color (decimal): -950297 or 15171569. OLE color: 15171569.
HSL color Cylindrical-coordinate representation of color #F17FE7: hue angle of 305.26º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F17FE7 is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 127 | 231 | - |
| CMYK | 0 | 0.47 | 0.04 | 0.05 |
| HSL | 305.26º | 0.8% | 0.72% | - |
| HSV(B) | 305.26º | 0.47% | 0.95% | - |
| XYZ | 58.29 | 39.65 | 80.18 | - |
| YUV | 172.94 | 160.77 | 176.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 127 | 231 | 0 | 0.47 | 0.04 | 0.05 | 305.26 | 0.8 | 0.72 |
| Hex | F1 | 7F | E7 | 0 | 2F | 4 | 5 | 131 | 50 | 48 |
| Octal | 361 | 177 | 347 | 0 | 57 | 4 | 5 | 461 | 120 | 110 |
| Binary | 11110001 | 1111111 | 11100111 | 0 | 101111 | 100 | 101 | 100110001 | 1010000 | 1001000 |
Color Harmonies of #F17FE7
Complementary color
Monochromatic Colors of #F17FE7
Black with #F17FE7
Text Example
Text Example
White with #F17FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17FE7; }
p { color: rgb(241,127,231); }
H1.HeaderClassName
{
color: #F17FE7;
}
.AnyTagClassName
{
color: #F17FE7;
}
</style>
background-color css
<style>
a { background-color: #F17FE7; }
a { background-color: rgb(241,127,231); }
div.DivClassName
{
background-color: #F17FE7;
}
.BgClassName
{
background-color: #F17FE7;
}
</style>
border-color css
<style>
span { border-color: #F17FE7; }
span { border-color: rgb(241,127,231); }
td.TdClassName
{
border-color: #F17FE7;
}
.TagClassName
{
border-color: #F17FE7;
}
</style>