Shades of Violet #F17AF5
Tints of Violet #F17AF5
RGB
CMYK
RGB Variations
Color information
#F17AF5 (or 0xF17AF5) is known color: Violet. HEX triplet: F1, 7A and F5. RGB value is (241,122,245). Sum of RGB (Red+Green+Blue) = 241+122+245=608 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.64% from 608); Green value is 122 (48.05% from 255 or 20.07% from 608); Blue value is 245 (96.09% from 255 or 40.30% from 608); Max value from RGB is 245 - color contains mainly: blue. Hex color #F17AF5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F17AF5 is #0E850A. Grayscale: #ABABAB. Windows color (decimal): -951563 or 16087793. OLE color: 16087793.
HSL color Cylindrical-coordinate representation of color #F17AF5: hue angle of 298.05º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F17AF5 is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 241 | 122 | 245 | - |
| CMYK | 0.02 | 0.50 | 0 | 0.04 |
| HSL | 298.05º | 0.86% | 0.72% | - |
| HSV(B) | 298.05º | 0.5% | 0.96% | - |
| XYZ | 59.72 | 39.21 | 90.81 | - |
| YUV | 171.6 | 169.42 | 177.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 122 | 245 | 0.02 | 0.50 | 0 | 0.04 | 298.05 | 0.86 | 0.72 |
| Hex | F1 | 7A | F5 | 2 | 32 | 0 | 4 | 12A | 56 | 48 |
| Octal | 361 | 172 | 365 | 2 | 62 | 0 | 4 | 452 | 126 | 110 |
| Binary | 11110001 | 1111010 | 11110101 | 10 | 110010 | 0 | 100 | 100101010 | 1010110 | 1001000 |
Color Harmonies of #F17AF5
Complementary color
Monochromatic Colors of #F17AF5
Black with #F17AF5
Text Example
Text Example
White with #F17AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17AF5; }
p { color: rgb(241,122,245); }
H1.HeaderClassName
{
color: #F17AF5;
}
.AnyTagClassName
{
color: #F17AF5;
}
</style>
background-color css
<style>
a { background-color: #F17AF5; }
a { background-color: rgb(241,122,245); }
div.DivClassName
{
background-color: #F17AF5;
}
.BgClassName
{
background-color: #F17AF5;
}
</style>
border-color css
<style>
span { border-color: #F17AF5; }
span { border-color: rgb(241,122,245); }
td.TdClassName
{
border-color: #F17AF5;
}
.TagClassName
{
border-color: #F17AF5;
}
</style>