Shades of Violet #F070F3
Tints of Violet #F070F3
RGB
CMYK
RGB Variations
Color information
#F070F3 (or 0xF070F3) is known color: Violet. HEX triplet: F0, 70 and F3. RGB value is (240,112,243). Sum of RGB (Red+Green+Blue) = 240+112+243=595 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.34% from 595); Green value is 112 (44.14% from 255 or 18.82% from 595); Blue value is 243 (95.31% from 255 or 40.84% from 595); Max value from RGB is 243 - color contains mainly: blue. Hex color #F070F3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F070F3 is #0F8F0C. Grayscale: #A4A4A4. Windows color (decimal): -1019661 or 15954160. OLE color: 15954160.
HSL color Cylindrical-coordinate representation of color #F070F3: hue angle of 298.63º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F070F3 is Cyan = 0.01, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 112 | 243 | - |
| CMYK | 0.01 | 0.54 | 0 | 0.05 |
| HSL | 298.63º | 0.85% | 0.7% | - |
| HSV(B) | 298.63º | 0.54% | 0.95% | - |
| XYZ | 57.91 | 36.58 | 88.8 | - |
| YUV | 165.21 | 171.91 | 181.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 112 | 243 | 0.01 | 0.54 | 0 | 0.05 | 298.63 | 0.85 | 0.7 |
| Hex | F0 | 70 | F3 | 1 | 36 | 0 | 5 | 12B | 55 | 46 |
| Octal | 360 | 160 | 363 | 1 | 66 | 0 | 5 | 453 | 125 | 106 |
| Binary | 11110000 | 1110000 | 11110011 | 1 | 110110 | 0 | 101 | 100101011 | 1010101 | 1000110 |
Color Harmonies of #F070F3
Complementary color
Monochromatic Colors of #F070F3
Black with #F070F3
Text Example
Text Example
White with #F070F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F070F3; }
p { color: rgb(240,112,243); }
H1.HeaderClassName
{
color: #F070F3;
}
.AnyTagClassName
{
color: #F070F3;
}
</style>
background-color css
<style>
a { background-color: #F070F3; }
a { background-color: rgb(240,112,243); }
div.DivClassName
{
background-color: #F070F3;
}
.BgClassName
{
background-color: #F070F3;
}
</style>
border-color css
<style>
span { border-color: #F070F3; }
span { border-color: rgb(240,112,243); }
td.TdClassName
{
border-color: #F070F3;
}
.TagClassName
{
border-color: #F070F3;
}
</style>