Shades of Violet #F073E6
Tints of Violet #F073E6
RGB
CMYK
RGB Variations
Color information
#F073E6 (or 0xF073E6) is known color: Violet. HEX triplet: F0, 73 and E6. RGB value is (240,115,230). Sum of RGB (Red+Green+Blue) = 240+115+230=585 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.03% from 585); Green value is 115 (45.31% from 255 or 19.66% from 585); Blue value is 230 (90.23% from 255 or 39.32% from 585); Max value from RGB is 240 - color contains mainly: red. Hex color #F073E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F073E6 is #0F8C19. Grayscale: #A5A5A5. Windows color (decimal): -1018906 or 15102960. OLE color: 15102960.
HSL color Cylindrical-coordinate representation of color #F073E6: hue angle of 304.8º 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 #F073E6 is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 115 | 230 | - |
| CMYK | 0 | 0.52 | 0.04 | 0.06 |
| HSL | 304.8º | 0.81% | 0.7% | - |
| HSV(B) | 304.8º | 0.52% | 0.94% | - |
| XYZ | 56.35 | 36.5 | 78.94 | - |
| YUV | 165.49 | 164.41 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 115 | 230 | 0 | 0.52 | 0.04 | 0.06 | 304.8 | 0.81 | 0.7 |
| Hex | F0 | 73 | E6 | 0 | 34 | 4 | 6 | 131 | 51 | 46 |
| Octal | 360 | 163 | 346 | 0 | 64 | 4 | 6 | 461 | 121 | 106 |
| Binary | 11110000 | 1110011 | 11100110 | 0 | 110100 | 100 | 110 | 100110001 | 1010001 | 1000110 |
Color Harmonies of #F073E6
Complementary color
Monochromatic Colors of #F073E6
Black with #F073E6
Text Example
Text Example
White with #F073E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F073E6; }
p { color: rgb(240,115,230); }
H1.HeaderClassName
{
color: #F073E6;
}
.AnyTagClassName
{
color: #F073E6;
}
</style>
background-color css
<style>
a { background-color: #F073E6; }
a { background-color: rgb(240,115,230); }
div.DivClassName
{
background-color: #F073E6;
}
.BgClassName
{
background-color: #F073E6;
}
</style>
border-color css
<style>
span { border-color: #F073E6; }
span { border-color: rgb(240,115,230); }
td.TdClassName
{
border-color: #F073E6;
}
.TagClassName
{
border-color: #F073E6;
}
</style>