Shades of Violet #F06EF1
Tints of Violet #F06EF1
RGB
CMYK
RGB Variations
Color information
#F06EF1 (or 0xF06EF1) is known color: Violet. HEX triplet: F0, 6E and F1. RGB value is (240,110,241). Sum of RGB (Red+Green+Blue) = 240+110+241=591 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.61% from 591); Green value is 110 (43.36% from 255 or 18.61% from 591); Blue value is 241 (94.53% from 255 or 40.78% from 591); Max value from RGB is 241 - color contains mainly: blue. Hex color #F06EF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F06EF1 is #0F910E. Grayscale: #A3A3A3. Windows color (decimal): -1020175 or 15822576. OLE color: 15822576.
HSL color Cylindrical-coordinate representation of color #F06EF1: hue angle of 299.54º 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 #F06EF1 is Cyan = 0.00, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 110 | 241 | - |
| CMYK | 0.00 | 0.54 | 0 | 0.05 |
| HSL | 299.54º | 0.82% | 0.69% | - |
| HSV(B) | 299.54º | 0.54% | 0.95% | - |
| XYZ | 57.39 | 36.03 | 87.15 | - |
| YUV | 163.8 | 171.57 | 182.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 110 | 241 | 0.00 | 0.54 | 0 | 0.05 | 299.54 | 0.82 | 0.69 |
| Hex | F0 | 6E | F1 | 0 | 36 | 0 | 5 | 12C | 52 | 45 |
| Octal | 360 | 156 | 361 | 0 | 66 | 0 | 5 | 454 | 122 | 105 |
| Binary | 11110000 | 1101110 | 11110001 | 0 | 110110 | 0 | 101 | 100101100 | 1010010 | 1000101 |
Color Harmonies of #F06EF1
Complementary color
Monochromatic Colors of #F06EF1
Black with #F06EF1
Text Example
Text Example
White with #F06EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06EF1; }
p { color: rgb(240,110,241); }
H1.HeaderClassName
{
color: #F06EF1;
}
.AnyTagClassName
{
color: #F06EF1;
}
</style>
background-color css
<style>
a { background-color: #F06EF1; }
a { background-color: rgb(240,110,241); }
div.DivClassName
{
background-color: #F06EF1;
}
.BgClassName
{
background-color: #F06EF1;
}
</style>
border-color css
<style>
span { border-color: #F06EF1; }
span { border-color: rgb(240,110,241); }
td.TdClassName
{
border-color: #F06EF1;
}
.TagClassName
{
border-color: #F06EF1;
}
</style>