Shades of Violet #F17BF6
Tints of Violet #F17BF6
RGB
CMYK
RGB Variations
Color information
#F17BF6 (or 0xF17BF6) is known color: Violet. HEX triplet: F1, 7B and F6. RGB value is (241,123,246). Sum of RGB (Red+Green+Blue) = 241+123+246=610 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.51% from 610); Green value is 123 (48.44% from 255 or 20.16% from 610); Blue value is 246 (96.48% from 255 or 40.33% from 610); Max value from RGB is 246 - color contains mainly: blue. Hex color #F17BF6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F17BF6 is #0E8409. Grayscale: #ABABAB. Windows color (decimal): -951306 or 16153585. OLE color: 16153585.
HSL color Cylindrical-coordinate representation of color #F17BF6: hue angle of 297.56º degrees, saturation: 0.87, 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 #F17BF6 is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 241 | 123 | 246 | - |
| CMYK | 0.02 | 0.50 | 0 | 0.04 |
| HSL | 297.56º | 0.87% | 0.72% | - |
| HSV(B) | 297.56º | 0.5% | 0.96% | - |
| XYZ | 59.99 | 39.52 | 91.66 | - |
| YUV | 172.3 | 169.59 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 123 | 246 | 0.02 | 0.50 | 0 | 0.04 | 297.56 | 0.87 | 0.72 |
| Hex | F1 | 7B | F6 | 2 | 32 | 0 | 4 | 12A | 57 | 48 |
| Octal | 361 | 173 | 366 | 2 | 62 | 0 | 4 | 452 | 127 | 110 |
| Binary | 11110001 | 1111011 | 11110110 | 10 | 110010 | 0 | 100 | 100101010 | 1010111 | 1001000 |
Color Harmonies of #F17BF6
Complementary color
Monochromatic Colors of #F17BF6
Black with #F17BF6
Text Example
Text Example
White with #F17BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17BF6; }
p { color: rgb(241,123,246); }
H1.HeaderClassName
{
color: #F17BF6;
}
.AnyTagClassName
{
color: #F17BF6;
}
</style>
background-color css
<style>
a { background-color: #F17BF6; }
a { background-color: rgb(241,123,246); }
div.DivClassName
{
background-color: #F17BF6;
}
.BgClassName
{
background-color: #F17BF6;
}
</style>
border-color css
<style>
span { border-color: #F17BF6; }
span { border-color: rgb(241,123,246); }
td.TdClassName
{
border-color: #F17BF6;
}
.TagClassName
{
border-color: #F17BF6;
}
</style>