Shades of Violet #F06FEE
Tints of Violet #F06FEE
RGB
CMYK
RGB Variations
Color information
#F06FEE (or 0xF06FEE) is known color: Violet. HEX triplet: F0, 6F and EE. RGB value is (240,111,238). Sum of RGB (Red+Green+Blue) = 240+111+238=589 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.75% from 589); Green value is 111 (43.75% from 255 or 18.85% from 589); Blue value is 238 (93.36% from 255 or 40.41% from 589); Max value from RGB is 240 - color contains mainly: red. Hex color #F06FEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F06FEE is #0F9011. Grayscale: #A3A3A3. Windows color (decimal): -1019922 or 15626224. OLE color: 15626224.
HSL color Cylindrical-coordinate representation of color #F06FEE: hue angle of 300.93º 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 #F06FEE is Cyan = 0, Magento = 0.54, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 111 | 238 | - |
| CMYK | 0 | 0.54 | 0.01 | 0.06 |
| HSL | 300.93º | 0.81% | 0.69% | - |
| HSV(B) | 300.93º | 0.54% | 0.94% | - |
| XYZ | 57.05 | 36.07 | 84.84 | - |
| YUV | 164.05 | 169.74 | 182.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 111 | 238 | 0 | 0.54 | 0.01 | 0.06 | 300.93 | 0.81 | 0.69 |
| Hex | F0 | 6F | EE | 0 | 36 | 1 | 6 | 12D | 51 | 45 |
| Octal | 360 | 157 | 356 | 0 | 66 | 1 | 6 | 455 | 121 | 105 |
| Binary | 11110000 | 1101111 | 11101110 | 0 | 110110 | 1 | 110 | 100101101 | 1010001 | 1000101 |
Color Harmonies of #F06FEE
Complementary color
Monochromatic Colors of #F06FEE
Black with #F06FEE
Text Example
Text Example
White with #F06FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06FEE; }
p { color: rgb(240,111,238); }
H1.HeaderClassName
{
color: #F06FEE;
}
.AnyTagClassName
{
color: #F06FEE;
}
</style>
background-color css
<style>
a { background-color: #F06FEE; }
a { background-color: rgb(240,111,238); }
div.DivClassName
{
background-color: #F06FEE;
}
.BgClassName
{
background-color: #F06FEE;
}
</style>
border-color css
<style>
span { border-color: #F06FEE; }
span { border-color: rgb(240,111,238); }
td.TdClassName
{
border-color: #F06FEE;
}
.TagClassName
{
border-color: #F06FEE;
}
</style>