Shades of Violet #F06BEC
Tints of Violet #F06BEC
RGB
CMYK
RGB Variations
Color information
#F06BEC (or 0xF06BEC) is known color: Violet. HEX triplet: F0, 6B and EC. RGB value is (240,107,236). Sum of RGB (Red+Green+Blue) = 240+107+236=583 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.17% from 583); Green value is 107 (42.19% from 255 or 18.35% from 583); Blue value is 236 (92.58% from 255 or 40.48% from 583); Max value from RGB is 240 - color contains mainly: red. Hex color #F06BEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F06BEC is #0F9413. Grayscale: #A1A1A1. Windows color (decimal): -1020948 or 15494128. OLE color: 15494128.
HSL color Cylindrical-coordinate representation of color #F06BEC: hue angle of 301.8º degrees, saturation: 0.82, 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 #F06BEC is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 107 | 236 | - |
| CMYK | 0 | 0.55 | 0.02 | 0.06 |
| HSL | 301.8º | 0.82% | 0.68% | - |
| HSV(B) | 301.8º | 0.55% | 0.94% | - |
| XYZ | 56.33 | 35.1 | 83.16 | - |
| YUV | 161.47 | 170.06 | 184.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 107 | 236 | 0 | 0.55 | 0.02 | 0.06 | 301.8 | 0.82 | 0.68 |
| Hex | F0 | 6B | EC | 0 | 37 | 2 | 6 | 12E | 52 | 44 |
| Octal | 360 | 153 | 354 | 0 | 67 | 2 | 6 | 456 | 122 | 104 |
| Binary | 11110000 | 1101011 | 11101100 | 0 | 110111 | 10 | 110 | 100101110 | 1010010 | 1000100 |
Color Harmonies of #F06BEC
Complementary color
Monochromatic Colors of #F06BEC
Black with #F06BEC
Text Example
Text Example
White with #F06BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06BEC; }
p { color: rgb(240,107,236); }
H1.HeaderClassName
{
color: #F06BEC;
}
.AnyTagClassName
{
color: #F06BEC;
}
</style>
background-color css
<style>
a { background-color: #F06BEC; }
a { background-color: rgb(240,107,236); }
div.DivClassName
{
background-color: #F06BEC;
}
.BgClassName
{
background-color: #F06BEC;
}
</style>
border-color css
<style>
span { border-color: #F06BEC; }
span { border-color: rgb(240,107,236); }
td.TdClassName
{
border-color: #F06BEC;
}
.TagClassName
{
border-color: #F06BEC;
}
</style>