Shades of Violet #F06FEC
Tints of Violet #F06FEC
RGB
CMYK
RGB Variations
Color information
#F06FEC (or 0xF06FEC) is known color: Violet. HEX triplet: F0, 6F and EC. RGB value is (240,111,236). Sum of RGB (Red+Green+Blue) = 240+111+236=587 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.89% from 587); Green value is 111 (43.75% from 255 or 18.91% from 587); Blue value is 236 (92.58% from 255 or 40.20% from 587); Max value from RGB is 240 - color contains mainly: red. Hex color #F06FEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F06FEC is #0F9013. Grayscale: #A3A3A3. Windows color (decimal): -1019924 or 15495152. OLE color: 15495152.
HSL color Cylindrical-coordinate representation of color #F06FEC: hue angle of 301.86º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F06FEC is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 111 | 236 | - |
| CMYK | 0 | 0.54 | 0.02 | 0.06 |
| HSL | 301.86º | 0.81% | 0.69% | - |
| HSV(B) | 301.86º | 0.54% | 0.94% | - |
| XYZ | 56.76 | 35.95 | 83.3 | - |
| YUV | 163.82 | 168.74 | 182.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 111 | 236 | 0 | 0.54 | 0.02 | 0.06 | 301.86 | 0.81 | 0.69 |
| Hex | F0 | 6F | EC | 0 | 36 | 2 | 6 | 12E | 51 | 45 |
| Octal | 360 | 157 | 354 | 0 | 66 | 2 | 6 | 456 | 121 | 105 |
| Binary | 11110000 | 1101111 | 11101100 | 0 | 110110 | 10 | 110 | 100101110 | 1010001 | 1000101 |
Color Harmonies of #F06FEC
Complementary color
Monochromatic Colors of #F06FEC
Black with #F06FEC
Text Example
Text Example
White with #F06FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06FEC; }
p { color: rgb(240,111,236); }
H1.HeaderClassName
{
color: #F06FEC;
}
.AnyTagClassName
{
color: #F06FEC;
}
</style>
background-color css
<style>
a { background-color: #F06FEC; }
a { background-color: rgb(240,111,236); }
div.DivClassName
{
background-color: #F06FEC;
}
.BgClassName
{
background-color: #F06FEC;
}
</style>
border-color css
<style>
span { border-color: #F06FEC; }
span { border-color: rgb(240,111,236); }
td.TdClassName
{
border-color: #F06FEC;
}
.TagClassName
{
border-color: #F06FEC;
}
</style>