Shades of Violet #F16FE7
Tints of Violet #F16FE7
RGB
CMYK
RGB Variations
Color information
#F16FE7 (or 0xF16FE7) is known color: Violet. HEX triplet: F1, 6F and E7. RGB value is (241,111,231). Sum of RGB (Red+Green+Blue) = 241+111+231=583 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.34% from 583); Green value is 111 (43.75% from 255 or 19.04% from 583); Blue value is 231 (90.62% from 255 or 39.62% from 583); Max value from RGB is 241 - color contains mainly: red. Hex color #F16FE7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F16FE7 is #0E9018. Grayscale: #A3A3A3. Windows color (decimal): -954393 or 15167473. OLE color: 15167473.
HSL color Cylindrical-coordinate representation of color #F16FE7: hue angle of 304.62º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F16FE7 is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 111 | 231 | - |
| CMYK | 0 | 0.54 | 0.04 | 0.05 |
| HSL | 304.62º | 0.82% | 0.69% | - |
| HSV(B) | 304.62º | 0.54% | 0.95% | - |
| XYZ | 56.38 | 35.84 | 79.55 | - |
| YUV | 163.55 | 166.07 | 183.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 111 | 231 | 0 | 0.54 | 0.04 | 0.05 | 304.62 | 0.82 | 0.69 |
| Hex | F1 | 6F | E7 | 0 | 36 | 4 | 5 | 131 | 52 | 45 |
| Octal | 361 | 157 | 347 | 0 | 66 | 4 | 5 | 461 | 122 | 105 |
| Binary | 11110001 | 1101111 | 11100111 | 0 | 110110 | 100 | 101 | 100110001 | 1010010 | 1000101 |
Color Harmonies of #F16FE7
Complementary color
Monochromatic Colors of #F16FE7
Black with #F16FE7
Text Example
Text Example
White with #F16FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16FE7; }
p { color: rgb(241,111,231); }
H1.HeaderClassName
{
color: #F16FE7;
}
.AnyTagClassName
{
color: #F16FE7;
}
</style>
background-color css
<style>
a { background-color: #F16FE7; }
a { background-color: rgb(241,111,231); }
div.DivClassName
{
background-color: #F16FE7;
}
.BgClassName
{
background-color: #F16FE7;
}
</style>
border-color css
<style>
span { border-color: #F16FE7; }
span { border-color: rgb(241,111,231); }
td.TdClassName
{
border-color: #F16FE7;
}
.TagClassName
{
border-color: #F16FE7;
}
</style>