Shades of Violet #F06CEA
Tints of Violet #F06CEA
RGB
CMYK
RGB Variations
Color information
#F06CEA (or 0xF06CEA) is known color: Violet. HEX triplet: F0, 6C and EA. RGB value is (240,108,234). Sum of RGB (Red+Green+Blue) = 240+108+234=582 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.24% from 582); Green value is 108 (42.58% from 255 or 18.56% from 582); Blue value is 234 (91.80% from 255 or 40.21% from 582); Max value from RGB is 240 - color contains mainly: red. Hex color #F06CEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F06CEA is #0F9315. Grayscale: #A1A1A1. Windows color (decimal): -1020694 or 15363312. OLE color: 15363312.
HSL color Cylindrical-coordinate representation of color #F06CEA: hue angle of 302.73º 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 #F06CEA is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 108 | 234 | - |
| CMYK | 0 | 0.55 | 0.02 | 0.06 |
| HSL | 302.73º | 0.81% | 0.68% | - |
| HSV(B) | 302.73º | 0.55% | 0.94% | - |
| XYZ | 56.15 | 35.19 | 81.68 | - |
| YUV | 161.83 | 168.73 | 183.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 108 | 234 | 0 | 0.55 | 0.02 | 0.06 | 302.73 | 0.81 | 0.68 |
| Hex | F0 | 6C | EA | 0 | 37 | 2 | 6 | 12F | 51 | 44 |
| Octal | 360 | 154 | 352 | 0 | 67 | 2 | 6 | 457 | 121 | 104 |
| Binary | 11110000 | 1101100 | 11101010 | 0 | 110111 | 10 | 110 | 100101111 | 1010001 | 1000100 |
Color Harmonies of #F06CEA
Complementary color
Monochromatic Colors of #F06CEA
Black with #F06CEA
Text Example
Text Example
White with #F06CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06CEA; }
p { color: rgb(240,108,234); }
H1.HeaderClassName
{
color: #F06CEA;
}
.AnyTagClassName
{
color: #F06CEA;
}
</style>
background-color css
<style>
a { background-color: #F06CEA; }
a { background-color: rgb(240,108,234); }
div.DivClassName
{
background-color: #F06CEA;
}
.BgClassName
{
background-color: #F06CEA;
}
</style>
border-color css
<style>
span { border-color: #F06CEA; }
span { border-color: rgb(240,108,234); }
td.TdClassName
{
border-color: #F06CEA;
}
.TagClassName
{
border-color: #F06CEA;
}
</style>