Shades of Violet #F07EF1
Tints of Violet #F07EF1
RGB
CMYK
RGB Variations
Color information
#F07EF1 (or 0xF07EF1) is known color: Violet. HEX triplet: F0, 7E and F1. RGB value is (240,126,241). Sum of RGB (Red+Green+Blue) = 240+126+241=607 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.54% from 607); Green value is 126 (49.61% from 255 or 20.76% from 607); Blue value is 241 (94.53% from 255 or 39.70% from 607); Max value from RGB is 241 - color contains mainly: blue. Hex color #F07EF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F07EF1 is #0F810E. Grayscale: #ACACAC. Windows color (decimal): -1016079 or 15826672. OLE color: 15826672.
HSL color Cylindrical-coordinate representation of color #F07EF1: hue angle of 299.48º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F07EF1 is Cyan = 0.00, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 126 | 241 | - |
| CMYK | 0.00 | 0.48 | 0 | 0.05 |
| HSL | 299.48º | 0.8% | 0.72% | - |
| HSV(B) | 299.48º | 0.48% | 0.95% | - |
| XYZ | 59.27 | 39.8 | 87.78 | - |
| YUV | 173.2 | 166.27 | 175.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 126 | 241 | 0.00 | 0.48 | 0 | 0.05 | 299.48 | 0.8 | 0.72 |
| Hex | F0 | 7E | F1 | 0 | 30 | 0 | 5 | 12B | 50 | 48 |
| Octal | 360 | 176 | 361 | 0 | 60 | 0 | 5 | 453 | 120 | 110 |
| Binary | 11110000 | 1111110 | 11110001 | 0 | 110000 | 0 | 101 | 100101011 | 1010000 | 1001000 |
Color Harmonies of #F07EF1
Complementary color
Monochromatic Colors of #F07EF1
Black with #F07EF1
Text Example
Text Example
White with #F07EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07EF1; }
p { color: rgb(240,126,241); }
H1.HeaderClassName
{
color: #F07EF1;
}
.AnyTagClassName
{
color: #F07EF1;
}
</style>
background-color css
<style>
a { background-color: #F07EF1; }
a { background-color: rgb(240,126,241); }
div.DivClassName
{
background-color: #F07EF1;
}
.BgClassName
{
background-color: #F07EF1;
}
</style>
border-color css
<style>
span { border-color: #F07EF1; }
span { border-color: rgb(240,126,241); }
td.TdClassName
{
border-color: #F07EF1;
}
.TagClassName
{
border-color: #F07EF1;
}
</style>