Shades of Violet #F073E7
Tints of Violet #F073E7
RGB
CMYK
RGB Variations
Color information
#F073E7 (or 0xF073E7) is known color: Violet. HEX triplet: F0, 73 and E7. RGB value is (240,115,231). Sum of RGB (Red+Green+Blue) = 240+115+231=586 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.96% from 586); Green value is 115 (45.31% from 255 or 19.62% from 586); Blue value is 231 (90.62% from 255 or 39.42% from 586); Max value from RGB is 240 - color contains mainly: red. Hex color #F073E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F073E7 is #0F8C18. Grayscale: #A5A5A5. Windows color (decimal): -1018905 or 15168496. OLE color: 15168496.
HSL color Cylindrical-coordinate representation of color #F073E7: hue angle of 304.32º 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 #F073E7 is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 115 | 231 | - |
| CMYK | 0 | 0.52 | 0.04 | 0.06 |
| HSL | 304.32º | 0.81% | 0.7% | - |
| HSV(B) | 304.32º | 0.52% | 0.94% | - |
| XYZ | 56.49 | 36.56 | 79.68 | - |
| YUV | 165.6 | 164.91 | 181.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 115 | 231 | 0 | 0.52 | 0.04 | 0.06 | 304.32 | 0.81 | 0.7 |
| Hex | F0 | 73 | E7 | 0 | 34 | 4 | 6 | 130 | 51 | 46 |
| Octal | 360 | 163 | 347 | 0 | 64 | 4 | 6 | 460 | 121 | 106 |
| Binary | 11110000 | 1110011 | 11100111 | 0 | 110100 | 100 | 110 | 100110000 | 1010001 | 1000110 |
Color Harmonies of #F073E7
Complementary color
Monochromatic Colors of #F073E7
Black with #F073E7
Text Example
Text Example
White with #F073E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F073E7; }
p { color: rgb(240,115,231); }
H1.HeaderClassName
{
color: #F073E7;
}
.AnyTagClassName
{
color: #F073E7;
}
</style>
background-color css
<style>
a { background-color: #F073E7; }
a { background-color: rgb(240,115,231); }
div.DivClassName
{
background-color: #F073E7;
}
.BgClassName
{
background-color: #F073E7;
}
</style>
border-color css
<style>
span { border-color: #F073E7; }
span { border-color: rgb(240,115,231); }
td.TdClassName
{
border-color: #F073E7;
}
.TagClassName
{
border-color: #F073E7;
}
</style>