Shades of Violet #F075EC
Tints of Violet #F075EC
RGB
CMYK
RGB Variations
Color information
#F075EC (or 0xF075EC) is known color: Violet. HEX triplet: F0, 75 and EC. RGB value is (240,117,236). Sum of RGB (Red+Green+Blue) = 240+117+236=593 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.47% from 593); Green value is 117 (46.09% from 255 or 19.73% from 593); Blue value is 236 (92.58% from 255 or 39.80% from 593); Max value from RGB is 240 - color contains mainly: red. Hex color #F075EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F075EC is #0F8A13. Grayscale: #A6A6A6. Windows color (decimal): -1018388 or 15496688. OLE color: 15496688.
HSL color Cylindrical-coordinate representation of color #F075EC: hue angle of 301.95º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F075EC is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 117 | 236 | - |
| CMYK | 0 | 0.51 | 0.02 | 0.06 |
| HSL | 301.95º | 0.8% | 0.7% | - |
| HSV(B) | 301.95º | 0.51% | 0.94% | - |
| XYZ | 57.44 | 37.3 | 83.53 | - |
| YUV | 167.34 | 166.75 | 179.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 117 | 236 | 0 | 0.51 | 0.02 | 0.06 | 301.95 | 0.8 | 0.7 |
| Hex | F0 | 75 | EC | 0 | 33 | 2 | 6 | 12E | 50 | 46 |
| Octal | 360 | 165 | 354 | 0 | 63 | 2 | 6 | 456 | 120 | 106 |
| Binary | 11110000 | 1110101 | 11101100 | 0 | 110011 | 10 | 110 | 100101110 | 1010000 | 1000110 |
Color Harmonies of #F075EC
Complementary color
Monochromatic Colors of #F075EC
Black with #F075EC
Text Example
Text Example
White with #F075EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F075EC; }
p { color: rgb(240,117,236); }
H1.HeaderClassName
{
color: #F075EC;
}
.AnyTagClassName
{
color: #F075EC;
}
</style>
background-color css
<style>
a { background-color: #F075EC; }
a { background-color: rgb(240,117,236); }
div.DivClassName
{
background-color: #F075EC;
}
.BgClassName
{
background-color: #F075EC;
}
</style>
border-color css
<style>
span { border-color: #F075EC; }
span { border-color: rgb(240,117,236); }
td.TdClassName
{
border-color: #F075EC;
}
.TagClassName
{
border-color: #F075EC;
}
</style>