Shades of Violet #F17FF1
Tints of Violet #F17FF1
RGB
CMYK
RGB Variations
Color information
#F17FF1 (or 0xF17FF1) is known color: Violet. HEX triplet: F1, 7F and F1. RGB value is (241,127,241). Sum of RGB (Red+Green+Blue) = 241+127+241=609 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.57% from 609); Green value is 127 (50% from 255 or 20.85% from 609); Blue value is 241 (94.53% from 255 or 39.57% from 609); Max value from RGB is 241 - color contains mainly: red, blue. Hex color #F17FF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F17FF1 is #0E800E. Grayscale: #ADADAD. Windows color (decimal): -950287 or 15826929. OLE color: 15826929.
HSL color Cylindrical-coordinate representation of color #F17FF1: hue angle of 300º 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 #F17FF1 is Cyan = 0, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 127 | 241 | - |
| CMYK | 0 | 0.47 | 0 | 0.05 |
| HSL | 300º | 0.8% | 0.72% | - |
| HSV(B) | 300º | 0.47% | 0.95% | - |
| XYZ | 59.74 | 40.23 | 87.84 | - |
| YUV | 174.08 | 165.77 | 175.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 127 | 241 | 0 | 0.47 | 0 | 0.05 | 300 | 0.8 | 0.72 |
| Hex | F1 | 7F | F1 | 0 | 2F | 0 | 5 | 12C | 50 | 48 |
| Octal | 361 | 177 | 361 | 0 | 57 | 0 | 5 | 454 | 120 | 110 |
| Binary | 11110001 | 1111111 | 11110001 | 0 | 101111 | 0 | 101 | 100101100 | 1010000 | 1001000 |
Color Harmonies of #F17FF1
Complementary color
Monochromatic Colors of #F17FF1
Black with #F17FF1
Text Example
Text Example
White with #F17FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17FF1; }
p { color: rgb(241,127,241); }
H1.HeaderClassName
{
color: #F17FF1;
}
.AnyTagClassName
{
color: #F17FF1;
}
</style>
background-color css
<style>
a { background-color: #F17FF1; }
a { background-color: rgb(241,127,241); }
div.DivClassName
{
background-color: #F17FF1;
}
.BgClassName
{
background-color: #F17FF1;
}
</style>
border-color css
<style>
span { border-color: #F17FF1; }
span { border-color: rgb(241,127,241); }
td.TdClassName
{
border-color: #F17FF1;
}
.TagClassName
{
border-color: #F17FF1;
}
</style>