Shades of Violet #F073EE
Tints of Violet #F073EE
RGB
CMYK
RGB Variations
Color information
#F073EE (or 0xF073EE) is known color: Violet. HEX triplet: F0, 73 and EE. RGB value is (240,115,238). Sum of RGB (Red+Green+Blue) = 240+115+238=593 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.47% from 593); Green value is 115 (45.31% from 255 or 19.39% from 593); Blue value is 238 (93.36% from 255 or 40.13% from 593); Max value from RGB is 240 - color contains mainly: red. Hex color #F073EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F073EE is #0F8C11. Grayscale: #A6A6A6. Windows color (decimal): -1018898 or 15627248. OLE color: 15627248.
HSL color Cylindrical-coordinate representation of color #F073EE: hue angle of 300.96º 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 #F073EE is Cyan = 0, Magento = 0.52, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 115 | 238 | - |
| CMYK | 0 | 0.52 | 0.01 | 0.06 |
| HSL | 300.96º | 0.81% | 0.7% | - |
| HSV(B) | 300.96º | 0.52% | 0.94% | - |
| XYZ | 57.5 | 36.96 | 84.99 | - |
| YUV | 166.4 | 168.41 | 180.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 115 | 238 | 0 | 0.52 | 0.01 | 0.06 | 300.96 | 0.81 | 0.7 |
| Hex | F0 | 73 | EE | 0 | 34 | 1 | 6 | 12D | 51 | 46 |
| Octal | 360 | 163 | 356 | 0 | 64 | 1 | 6 | 455 | 121 | 106 |
| Binary | 11110000 | 1110011 | 11101110 | 0 | 110100 | 1 | 110 | 100101101 | 1010001 | 1000110 |
Color Harmonies of #F073EE
Complementary color
Monochromatic Colors of #F073EE
Black with #F073EE
Text Example
Text Example
White with #F073EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F073EE; }
p { color: rgb(240,115,238); }
H1.HeaderClassName
{
color: #F073EE;
}
.AnyTagClassName
{
color: #F073EE;
}
</style>
background-color css
<style>
a { background-color: #F073EE; }
a { background-color: rgb(240,115,238); }
div.DivClassName
{
background-color: #F073EE;
}
.BgClassName
{
background-color: #F073EE;
}
</style>
border-color css
<style>
span { border-color: #F073EE; }
span { border-color: rgb(240,115,238); }
td.TdClassName
{
border-color: #F073EE;
}
.TagClassName
{
border-color: #F073EE;
}
</style>