Shades of Violet #F06CEE
Tints of Violet #F06CEE
RGB
CMYK
RGB Variations
Color information
#F06CEE (or 0xF06CEE) is known color: Violet. HEX triplet: F0, 6C and EE. RGB value is (240,108,238). Sum of RGB (Red+Green+Blue) = 240+108+238=586 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.96% from 586); Green value is 108 (42.58% from 255 or 18.43% from 586); Blue value is 238 (93.36% from 255 or 40.61% from 586); Max value from RGB is 240 - color contains mainly: red. Hex color #F06CEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F06CEE is #0F9311. Grayscale: #A1A1A1. Windows color (decimal): -1020690 or 15625456. OLE color: 15625456.
HSL color Cylindrical-coordinate representation of color #F06CEE: hue angle of 300.91º 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 #F06CEE is Cyan = 0, Magento = 0.55, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 108 | 238 | - |
| CMYK | 0 | 0.55 | 0.01 | 0.06 |
| HSL | 300.91º | 0.81% | 0.68% | - |
| HSV(B) | 300.91º | 0.55% | 0.94% | - |
| XYZ | 56.73 | 35.42 | 84.74 | - |
| YUV | 162.29 | 170.73 | 183.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 108 | 238 | 0 | 0.55 | 0.01 | 0.06 | 300.91 | 0.81 | 0.68 |
| Hex | F0 | 6C | EE | 0 | 37 | 1 | 6 | 12D | 51 | 44 |
| Octal | 360 | 154 | 356 | 0 | 67 | 1 | 6 | 455 | 121 | 104 |
| Binary | 11110000 | 1101100 | 11101110 | 0 | 110111 | 1 | 110 | 100101101 | 1010001 | 1000100 |
Color Harmonies of #F06CEE
Complementary color
Monochromatic Colors of #F06CEE
Black with #F06CEE
Text Example
Text Example
White with #F06CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06CEE; }
p { color: rgb(240,108,238); }
H1.HeaderClassName
{
color: #F06CEE;
}
.AnyTagClassName
{
color: #F06CEE;
}
</style>
background-color css
<style>
a { background-color: #F06CEE; }
a { background-color: rgb(240,108,238); }
div.DivClassName
{
background-color: #F06CEE;
}
.BgClassName
{
background-color: #F06CEE;
}
</style>
border-color css
<style>
span { border-color: #F06CEE; }
span { border-color: rgb(240,108,238); }
td.TdClassName
{
border-color: #F06CEE;
}
.TagClassName
{
border-color: #F06CEE;
}
</style>