Shades of Violet #F070E9
Tints of Violet #F070E9
RGB
CMYK
RGB Variations
Color information
#F070E9 (or 0xF070E9) is known color: Violet. HEX triplet: F0, 70 and E9. RGB value is (240,112,233). Sum of RGB (Red+Green+Blue) = 240+112+233=585 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.03% from 585); Green value is 112 (44.14% from 255 or 19.15% from 585); Blue value is 233 (91.41% from 255 or 39.83% from 585); Max value from RGB is 240 - color contains mainly: red. Hex color #F070E9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F070E9 is #0F8F16. Grayscale: #A3A3A3. Windows color (decimal): -1019671 or 15298800. OLE color: 15298800.
HSL color Cylindrical-coordinate representation of color #F070E9: hue angle of 303.28º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F070E9 is Cyan = 0, Magento = 0.53, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 112 | 233 | - |
| CMYK | 0 | 0.53 | 0.03 | 0.06 |
| HSL | 303.28º | 0.81% | 0.69% | - |
| HSV(B) | 303.28º | 0.53% | 0.94% | - |
| XYZ | 56.44 | 36 | 81.06 | - |
| YUV | 164.07 | 166.91 | 182.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 112 | 233 | 0 | 0.53 | 0.03 | 0.06 | 303.28 | 0.81 | 0.69 |
| Hex | F0 | 70 | E9 | 0 | 35 | 3 | 6 | 12F | 51 | 45 |
| Octal | 360 | 160 | 351 | 0 | 65 | 3 | 6 | 457 | 121 | 105 |
| Binary | 11110000 | 1110000 | 11101001 | 0 | 110101 | 11 | 110 | 100101111 | 1010001 | 1000101 |
Color Harmonies of #F070E9
Complementary color
Monochromatic Colors of #F070E9
Black with #F070E9
Text Example
Text Example
White with #F070E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F070E9; }
p { color: rgb(240,112,233); }
H1.HeaderClassName
{
color: #F070E9;
}
.AnyTagClassName
{
color: #F070E9;
}
</style>
background-color css
<style>
a { background-color: #F070E9; }
a { background-color: rgb(240,112,233); }
div.DivClassName
{
background-color: #F070E9;
}
.BgClassName
{
background-color: #F070E9;
}
</style>
border-color css
<style>
span { border-color: #F070E9; }
span { border-color: rgb(240,112,233); }
td.TdClassName
{
border-color: #F070E9;
}
.TagClassName
{
border-color: #F070E9;
}
</style>