Shades of Violet #F070F0
Tints of Violet #F070F0
RGB
CMYK
RGB Variations
Color information
#F070F0 (or 0xF070F0) is known color: Violet. HEX triplet: F0, 70 and F0. RGB value is (240,112,240). Sum of RGB (Red+Green+Blue) = 240+112+240=592 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.54% from 592); Green value is 112 (44.14% from 255 or 18.92% from 592); Blue value is 240 (94.14% from 255 or 40.54% from 592); Max value from RGB is 240 - color contains mainly: red, blue. Hex color #F070F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F070F0 is #0F8F0F. Grayscale: #A4A4A4. Windows color (decimal): -1019664 or 15757552. OLE color: 15757552.
HSL color Cylindrical-coordinate representation of color #F070F0: hue angle of 300º 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 #F070F0 is Cyan = 0, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 112 | 240 | - |
| CMYK | 0 | 0.53 | 0 | 0.06 |
| HSL | 300º | 0.81% | 0.69% | - |
| HSV(B) | 300º | 0.53% | 0.94% | - |
| XYZ | 57.46 | 36.4 | 86.44 | - |
| YUV | 164.86 | 170.41 | 181.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 112 | 240 | 0 | 0.53 | 0 | 0.06 | 300 | 0.81 | 0.69 |
| Hex | F0 | 70 | F0 | 0 | 35 | 0 | 6 | 12C | 51 | 45 |
| Octal | 360 | 160 | 360 | 0 | 65 | 0 | 6 | 454 | 121 | 105 |
| Binary | 11110000 | 1110000 | 11110000 | 0 | 110101 | 0 | 110 | 100101100 | 1010001 | 1000101 |
Color Harmonies of #F070F0
Complementary color
Monochromatic Colors of #F070F0
Black with #F070F0
Text Example
Text Example
White with #F070F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F070F0; }
p { color: rgb(240,112,240); }
H1.HeaderClassName
{
color: #F070F0;
}
.AnyTagClassName
{
color: #F070F0;
}
</style>
background-color css
<style>
a { background-color: #F070F0; }
a { background-color: rgb(240,112,240); }
div.DivClassName
{
background-color: #F070F0;
}
.BgClassName
{
background-color: #F070F0;
}
</style>
border-color css
<style>
span { border-color: #F070F0; }
span { border-color: rgb(240,112,240); }
td.TdClassName
{
border-color: #F070F0;
}
.TagClassName
{
border-color: #F070F0;
}
</style>