Shades of Violet #F07DF5
Tints of Violet #F07DF5
RGB
CMYK
RGB Variations
Color information
#F07DF5 (or 0xF07DF5) is known color: Violet. HEX triplet: F0, 7D and F5. RGB value is (240,125,245). Sum of RGB (Red+Green+Blue) = 240+125+245=610 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.34% from 610); Green value is 125 (49.22% from 255 or 20.49% from 610); Blue value is 245 (96.09% from 255 or 40.16% from 610); Max value from RGB is 245 - color contains mainly: blue. Hex color #F07DF5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F07DF5 is #0F820A. Grayscale: #ACACAC. Windows color (decimal): -1016331 or 16088560. OLE color: 16088560.
HSL color Cylindrical-coordinate representation of color #F07DF5: hue angle of 297.5º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F07DF5 is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 125 | 245 | - |
| CMYK | 0.02 | 0.49 | 0 | 0.04 |
| HSL | 297.5º | 0.86% | 0.73% | - |
| HSV(B) | 297.5º | 0.49% | 0.96% | - |
| XYZ | 59.75 | 39.79 | 90.92 | - |
| YUV | 173.07 | 168.6 | 175.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 125 | 245 | 0.02 | 0.49 | 0 | 0.04 | 297.5 | 0.86 | 0.73 |
| Hex | F0 | 7D | F5 | 2 | 31 | 0 | 4 | 12A | 56 | 49 |
| Octal | 360 | 175 | 365 | 2 | 61 | 0 | 4 | 452 | 126 | 111 |
| Binary | 11110000 | 1111101 | 11110101 | 10 | 110001 | 0 | 100 | 100101010 | 1010110 | 1001001 |
Color Harmonies of #F07DF5
Complementary color
Monochromatic Colors of #F07DF5
Black with #F07DF5
Text Example
Text Example
White with #F07DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07DF5; }
p { color: rgb(240,125,245); }
H1.HeaderClassName
{
color: #F07DF5;
}
.AnyTagClassName
{
color: #F07DF5;
}
</style>
background-color css
<style>
a { background-color: #F07DF5; }
a { background-color: rgb(240,125,245); }
div.DivClassName
{
background-color: #F07DF5;
}
.BgClassName
{
background-color: #F07DF5;
}
</style>
border-color css
<style>
span { border-color: #F07DF5; }
span { border-color: rgb(240,125,245); }
td.TdClassName
{
border-color: #F07DF5;
}
.TagClassName
{
border-color: #F07DF5;
}
</style>