Shades of Violet #F073EF
Tints of Violet #F073EF
RGB
CMYK
RGB Variations
Color information
#F073EF (or 0xF073EF) is known color: Violet. HEX triplet: F0, 73 and EF. RGB value is (240,115,239). Sum of RGB (Red+Green+Blue) = 240+115+239=594 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.40% from 594); Green value is 115 (45.31% from 255 or 19.36% from 594); Blue value is 239 (93.75% from 255 or 40.24% from 594); Max value from RGB is 240 - color contains mainly: red. Hex color #F073EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F073EF is #0F8C10. Grayscale: #A6A6A6. Windows color (decimal): -1018897 or 15692784. OLE color: 15692784.
HSL color Cylindrical-coordinate representation of color #F073EF: hue angle of 300.48º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F073EF is Cyan = 0, Magento = 0.52, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 115 | 239 | - |
| CMYK | 0 | 0.52 | 0.00 | 0.06 |
| HSL | 300.48º | 0.81% | 0.7% | - |
| HSV(B) | 300.48º | 0.52% | 0.94% | - |
| XYZ | 57.65 | 37.02 | 85.77 | - |
| YUV | 166.51 | 168.91 | 180.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 115 | 239 | 0 | 0.52 | 0.00 | 0.06 | 300.48 | 0.81 | 0.7 |
| Hex | F0 | 73 | EF | 0 | 34 | 0 | 6 | 12C | 51 | 46 |
| Octal | 360 | 163 | 357 | 0 | 64 | 0 | 6 | 454 | 121 | 106 |
| Binary | 11110000 | 1110011 | 11101111 | 0 | 110100 | 0 | 110 | 100101100 | 1010001 | 1000110 |
Color Harmonies of #F073EF
Complementary color
Monochromatic Colors of #F073EF
Black with #F073EF
Text Example
Text Example
White with #F073EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F073EF; }
p { color: rgb(240,115,239); }
H1.HeaderClassName
{
color: #F073EF;
}
.AnyTagClassName
{
color: #F073EF;
}
</style>
background-color css
<style>
a { background-color: #F073EF; }
a { background-color: rgb(240,115,239); }
div.DivClassName
{
background-color: #F073EF;
}
.BgClassName
{
background-color: #F073EF;
}
</style>
border-color css
<style>
span { border-color: #F073EF; }
span { border-color: rgb(240,115,239); }
td.TdClassName
{
border-color: #F073EF;
}
.TagClassName
{
border-color: #F073EF;
}
</style>