Shades of Violet #F17FF5
Tints of Violet #F17FF5
RGB
CMYK
RGB Variations
Color information
#F17FF5 (or 0xF17FF5) is known color: Violet. HEX triplet: F1, 7F and F5. RGB value is (241,127,245). Sum of RGB (Red+Green+Blue) = 241+127+245=613 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.31% from 613); Green value is 127 (50% from 255 or 20.72% from 613); Blue value is 245 (96.09% from 255 or 39.97% from 613); Max value from RGB is 245 - color contains mainly: blue. Hex color #F17FF5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F17FF5 is #0E800A. Grayscale: #AEAEAE. Windows color (decimal): -950283 or 16089073. OLE color: 16089073.
HSL color Cylindrical-coordinate representation of color #F17FF5: hue angle of 297.97º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F17FF5 is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 241 | 127 | 245 | - |
| CMYK | 0.02 | 0.48 | 0 | 0.04 |
| HSL | 297.97º | 0.86% | 0.73% | - |
| HSV(B) | 297.97º | 0.48% | 0.96% | - |
| XYZ | 60.35 | 40.47 | 91.02 | - |
| YUV | 174.54 | 167.77 | 175.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 127 | 245 | 0.02 | 0.48 | 0 | 0.04 | 297.97 | 0.86 | 0.73 |
| Hex | F1 | 7F | F5 | 2 | 30 | 0 | 4 | 12A | 56 | 49 |
| Octal | 361 | 177 | 365 | 2 | 60 | 0 | 4 | 452 | 126 | 111 |
| Binary | 11110001 | 1111111 | 11110101 | 10 | 110000 | 0 | 100 | 100101010 | 1010110 | 1001001 |
Color Harmonies of #F17FF5
Complementary color
Monochromatic Colors of #F17FF5
Black with #F17FF5
Text Example
Text Example
White with #F17FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17FF5; }
p { color: rgb(241,127,245); }
H1.HeaderClassName
{
color: #F17FF5;
}
.AnyTagClassName
{
color: #F17FF5;
}
</style>
background-color css
<style>
a { background-color: #F17FF5; }
a { background-color: rgb(241,127,245); }
div.DivClassName
{
background-color: #F17FF5;
}
.BgClassName
{
background-color: #F17FF5;
}
</style>
border-color css
<style>
span { border-color: #F17FF5; }
span { border-color: rgb(241,127,245); }
td.TdClassName
{
border-color: #F17FF5;
}
.TagClassName
{
border-color: #F17FF5;
}
</style>