Shades of Violet #F06FED
Tints of Violet #F06FED
RGB
CMYK
RGB Variations
Color information
#F06FED (or 0xF06FED) is known color: Violet. HEX triplet: F0, 6F and ED. RGB value is (240,111,237). Sum of RGB (Red+Green+Blue) = 240+111+237=588 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.82% from 588); Green value is 111 (43.75% from 255 or 18.88% from 588); Blue value is 237 (92.97% from 255 or 40.31% from 588); Max value from RGB is 240 - color contains mainly: red. Hex color #F06FED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F06FED is #0F9012. Grayscale: #A3A3A3. Windows color (decimal): -1019923 or 15560688. OLE color: 15560688.
HSL color Cylindrical-coordinate representation of color #F06FED: hue angle of 301.4º 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 #F06FED is Cyan = 0, Magento = 0.54, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 111 | 237 | - |
| CMYK | 0 | 0.54 | 0.01 | 0.06 |
| HSL | 301.4º | 0.81% | 0.69% | - |
| HSV(B) | 301.4º | 0.54% | 0.94% | - |
| XYZ | 56.91 | 36.01 | 84.07 | - |
| YUV | 163.94 | 169.24 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 111 | 237 | 0 | 0.54 | 0.01 | 0.06 | 301.4 | 0.81 | 0.69 |
| Hex | F0 | 6F | ED | 0 | 36 | 1 | 6 | 12D | 51 | 45 |
| Octal | 360 | 157 | 355 | 0 | 66 | 1 | 6 | 455 | 121 | 105 |
| Binary | 11110000 | 1101111 | 11101101 | 0 | 110110 | 1 | 110 | 100101101 | 1010001 | 1000101 |
Color Harmonies of #F06FED
Complementary color
Monochromatic Colors of #F06FED
Black with #F06FED
Text Example
Text Example
White with #F06FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06FED; }
p { color: rgb(240,111,237); }
H1.HeaderClassName
{
color: #F06FED;
}
.AnyTagClassName
{
color: #F06FED;
}
</style>
background-color css
<style>
a { background-color: #F06FED; }
a { background-color: rgb(240,111,237); }
div.DivClassName
{
background-color: #F06FED;
}
.BgClassName
{
background-color: #F06FED;
}
</style>
border-color css
<style>
span { border-color: #F06FED; }
span { border-color: rgb(240,111,237); }
td.TdClassName
{
border-color: #F06FED;
}
.TagClassName
{
border-color: #F06FED;
}
</style>