Shades of Violet #F16CE7
Tints of Violet #F16CE7
RGB
CMYK
RGB Variations
Color information
#F16CE7 (or 0xF16CE7) is known color: Violet. HEX triplet: F1, 6C and E7. RGB value is (241,108,231). Sum of RGB (Red+Green+Blue) = 241+108+231=580 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.55% from 580); Green value is 108 (42.58% from 255 or 18.62% from 580); Blue value is 231 (90.62% from 255 or 39.83% from 580); Max value from RGB is 241 - color contains mainly: red. Hex color #F16CE7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F16CE7 is #0E9318. Grayscale: #A1A1A1. Windows color (decimal): -955161 or 15166705. OLE color: 15166705.
HSL color Cylindrical-coordinate representation of color #F16CE7: hue angle of 304.51º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F16CE7 is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 108 | 231 | - |
| CMYK | 0 | 0.55 | 0.04 | 0.05 |
| HSL | 304.51º | 0.83% | 0.68% | - |
| HSV(B) | 304.51º | 0.55% | 0.95% | - |
| XYZ | 56.06 | 35.2 | 79.44 | - |
| YUV | 161.79 | 167.06 | 184.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 108 | 231 | 0 | 0.55 | 0.04 | 0.05 | 304.51 | 0.83 | 0.68 |
| Hex | F1 | 6C | E7 | 0 | 37 | 4 | 5 | 131 | 53 | 44 |
| Octal | 361 | 154 | 347 | 0 | 67 | 4 | 5 | 461 | 123 | 104 |
| Binary | 11110001 | 1101100 | 11100111 | 0 | 110111 | 100 | 101 | 100110001 | 1010011 | 1000100 |
Color Harmonies of #F16CE7
Complementary color
Monochromatic Colors of #F16CE7
Black with #F16CE7
Text Example
Text Example
White with #F16CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16CE7; }
p { color: rgb(241,108,231); }
H1.HeaderClassName
{
color: #F16CE7;
}
.AnyTagClassName
{
color: #F16CE7;
}
</style>
background-color css
<style>
a { background-color: #F16CE7; }
a { background-color: rgb(241,108,231); }
div.DivClassName
{
background-color: #F16CE7;
}
.BgClassName
{
background-color: #F16CE7;
}
</style>
border-color css
<style>
span { border-color: #F16CE7; }
span { border-color: rgb(241,108,231); }
td.TdClassName
{
border-color: #F16CE7;
}
.TagClassName
{
border-color: #F16CE7;
}
</style>