Shades of Violet #F17AF2
Tints of Violet #F17AF2
RGB
CMYK
RGB Variations
Color information
#F17AF2 (or 0xF17AF2) is known color: Violet. HEX triplet: F1, 7A and F2. RGB value is (241,122,242). Sum of RGB (Red+Green+Blue) = 241+122+242=605 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.83% from 605); Green value is 122 (48.05% from 255 or 20.17% from 605); Blue value is 242 (94.92% from 255 or 40% from 605); Max value from RGB is 242 - color contains mainly: blue. Hex color #F17AF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F17AF2 is #0E850D. Grayscale: #AAAAAA. Windows color (decimal): -951566 or 15891185. OLE color: 15891185.
HSL color Cylindrical-coordinate representation of color #F17AF2: hue angle of 299.5º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F17AF2 is Cyan = 0.00, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 122 | 242 | - |
| CMYK | 0.00 | 0.50 | 0 | 0.05 |
| HSL | 299.5º | 0.82% | 0.71% | - |
| HSV(B) | 299.5º | 0.5% | 0.95% | - |
| XYZ | 59.26 | 39.03 | 88.41 | - |
| YUV | 171.26 | 167.92 | 177.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 122 | 242 | 0.00 | 0.50 | 0 | 0.05 | 299.5 | 0.82 | 0.71 |
| Hex | F1 | 7A | F2 | 0 | 32 | 0 | 5 | 12C | 52 | 47 |
| Octal | 361 | 172 | 362 | 0 | 62 | 0 | 5 | 454 | 122 | 107 |
| Binary | 11110001 | 1111010 | 11110010 | 0 | 110010 | 0 | 101 | 100101100 | 1010010 | 1000111 |
Color Harmonies of #F17AF2
Complementary color
Monochromatic Colors of #F17AF2
Black with #F17AF2
Text Example
Text Example
White with #F17AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17AF2; }
p { color: rgb(241,122,242); }
H1.HeaderClassName
{
color: #F17AF2;
}
.AnyTagClassName
{
color: #F17AF2;
}
</style>
background-color css
<style>
a { background-color: #F17AF2; }
a { background-color: rgb(241,122,242); }
div.DivClassName
{
background-color: #F17AF2;
}
.BgClassName
{
background-color: #F17AF2;
}
</style>
border-color css
<style>
span { border-color: #F17AF2; }
span { border-color: rgb(241,122,242); }
td.TdClassName
{
border-color: #F17AF2;
}
.TagClassName
{
border-color: #F17AF2;
}
</style>