Shades of Violet #F17FF2
Tints of Violet #F17FF2
RGB
CMYK
RGB Variations
Color information
#F17FF2 (or 0xF17FF2) is known color: Violet. HEX triplet: F1, 7F and F2. RGB value is (241,127,242). Sum of RGB (Red+Green+Blue) = 241+127+242=610 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.51% from 610); Green value is 127 (50% from 255 or 20.82% from 610); Blue value is 242 (94.92% from 255 or 39.67% from 610); Max value from RGB is 242 - color contains mainly: blue. Hex color #F17FF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F17FF2 is #0E800D. Grayscale: #ADADAD. Windows color (decimal): -950286 or 15892465. OLE color: 15892465.
HSL color Cylindrical-coordinate representation of color #F17FF2: hue angle of 299.48º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F17FF2 is Cyan = 0.00, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 127 | 242 | - |
| CMYK | 0.00 | 0.48 | 0 | 0.05 |
| HSL | 299.48º | 0.82% | 0.72% | - |
| HSV(B) | 299.48º | 0.48% | 0.95% | - |
| XYZ | 59.89 | 40.29 | 88.62 | - |
| YUV | 174.2 | 166.27 | 175.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 127 | 242 | 0.00 | 0.48 | 0 | 0.05 | 299.48 | 0.82 | 0.72 |
| Hex | F1 | 7F | F2 | 0 | 30 | 0 | 5 | 12B | 52 | 48 |
| Octal | 361 | 177 | 362 | 0 | 60 | 0 | 5 | 453 | 122 | 110 |
| Binary | 11110001 | 1111111 | 11110010 | 0 | 110000 | 0 | 101 | 100101011 | 1010010 | 1001000 |
Color Harmonies of #F17FF2
Complementary color
Monochromatic Colors of #F17FF2
Black with #F17FF2
Text Example
Text Example
White with #F17FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17FF2; }
p { color: rgb(241,127,242); }
H1.HeaderClassName
{
color: #F17FF2;
}
.AnyTagClassName
{
color: #F17FF2;
}
</style>
background-color css
<style>
a { background-color: #F17FF2; }
a { background-color: rgb(241,127,242); }
div.DivClassName
{
background-color: #F17FF2;
}
.BgClassName
{
background-color: #F17FF2;
}
</style>
border-color css
<style>
span { border-color: #F17FF2; }
span { border-color: rgb(241,127,242); }
td.TdClassName
{
border-color: #F17FF2;
}
.TagClassName
{
border-color: #F17FF2;
}
</style>