Shades of Violet #F070ED
Tints of Violet #F070ED
RGB
CMYK
RGB Variations
Color information
#F070ED (or 0xF070ED) is known color: Violet. HEX triplet: F0, 70 and ED. RGB value is (240,112,237). Sum of RGB (Red+Green+Blue) = 240+112+237=589 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.75% from 589); Green value is 112 (44.14% from 255 or 19.02% from 589); Blue value is 237 (92.97% from 255 or 40.24% from 589); Max value from RGB is 240 - color contains mainly: red. Hex color #F070ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F070ED is #0F8F12. Grayscale: #A4A4A4. Windows color (decimal): -1019667 or 15560944. OLE color: 15560944.
HSL color Cylindrical-coordinate representation of color #F070ED: hue angle of 301.41º 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 #F070ED is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 112 | 237 | - |
| CMYK | 0 | 0.53 | 0.01 | 0.06 |
| HSL | 301.41º | 0.81% | 0.69% | - |
| HSV(B) | 301.41º | 0.53% | 0.94% | - |
| XYZ | 57.02 | 36.23 | 84.11 | - |
| YUV | 164.52 | 168.91 | 181.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 112 | 237 | 0 | 0.53 | 0.01 | 0.06 | 301.41 | 0.81 | 0.69 |
| Hex | F0 | 70 | ED | 0 | 35 | 1 | 6 | 12D | 51 | 45 |
| Octal | 360 | 160 | 355 | 0 | 65 | 1 | 6 | 455 | 121 | 105 |
| Binary | 11110000 | 1110000 | 11101101 | 0 | 110101 | 1 | 110 | 100101101 | 1010001 | 1000101 |
Color Harmonies of #F070ED
Complementary color
Monochromatic Colors of #F070ED
Black with #F070ED
Text Example
Text Example
White with #F070ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F070ED; }
p { color: rgb(240,112,237); }
H1.HeaderClassName
{
color: #F070ED;
}
.AnyTagClassName
{
color: #F070ED;
}
</style>
background-color css
<style>
a { background-color: #F070ED; }
a { background-color: rgb(240,112,237); }
div.DivClassName
{
background-color: #F070ED;
}
.BgClassName
{
background-color: #F070ED;
}
</style>
border-color css
<style>
span { border-color: #F070ED; }
span { border-color: rgb(240,112,237); }
td.TdClassName
{
border-color: #F070ED;
}
.TagClassName
{
border-color: #F070ED;
}
</style>