Shades of Violet #F06DF0
Tints of Violet #F06DF0
RGB
CMYK
RGB Variations
Color information
#F06DF0 (or 0xF06DF0) is known color: Violet. HEX triplet: F0, 6D and F0. RGB value is (240,109,240). Sum of RGB (Red+Green+Blue) = 240+109+240=589 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.75% from 589); Green value is 109 (42.97% from 255 or 18.51% from 589); Blue value is 240 (94.14% from 255 or 40.75% from 589); Max value from RGB is 240 - color contains mainly: red, blue. Hex color #F06DF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F06DF0 is #0F920F. Grayscale: #A2A2A2. Windows color (decimal): -1020432 or 15756784. OLE color: 15756784.
HSL color Cylindrical-coordinate representation of color #F06DF0: hue angle of 300º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F06DF0 is Cyan = 0, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 240 | 109 | 240 | - |
CMYK | 0 | 0.55 | 0 | 0.06 |
HSL | 300º | 0.81% | 0.68% | - |
HSV(B) | 300º | 0.55% | 0.94% | - |
XYZ | 57.13 | 35.75 | 86.33 | - |
YUV | 163.1 | 171.4 | 182.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 109 | 240 | 0 | 0.55 | 0 | 0.06 | 300 | 0.81 | 0.68 |
Hex | F0 | 6D | F0 | 0 | 37 | 0 | 6 | 12C | 51 | 44 |
Octal | 360 | 155 | 360 | 0 | 67 | 0 | 6 | 454 | 121 | 104 |
Binary | 11110000 | 1101101 | 11110000 | 0 | 110111 | 0 | 110 | 100101100 | 1010001 | 1000100 |
Color Harmonies of #F06DF0
Complementary color
Monochromatic Colors of #F06DF0
Black with #F06DF0
Text Example
Text Example
White with #F06DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06DF0; }
p { color: rgb(240,109,240); }
H1.HeaderClassName
{
color: #F06DF0;
}
.AnyTagClassName
{
color: #F06DF0;
}
</style>
background-color css
<style>
a { background-color: #F06DF0; }
a { background-color: rgb(240,109,240); }
div.DivClassName
{
background-color: #F06DF0;
}
.BgClassName
{
background-color: #F06DF0;
}
</style>
border-color css
<style>
span { border-color: #F06DF0; }
span { border-color: rgb(240,109,240); }
td.TdClassName
{
border-color: #F06DF0;
}
.TagClassName
{
border-color: #F06DF0;
}
</style>