Shades of Violet #F07AF5
Tints of Violet #F07AF5
RGB
CMYK
RGB Variations
Color information
#F07AF5 (or 0xF07AF5) is known color: Violet. HEX triplet: F0, 7A and F5. RGB value is (240,122,245). Sum of RGB (Red+Green+Blue) = 240+122+245=607 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.54% from 607); Green value is 122 (48.05% from 255 or 20.10% from 607); Blue value is 245 (96.09% from 255 or 40.36% from 607); Max value from RGB is 245 - color contains mainly: blue. Hex color #F07AF5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F07AF5 is #0F850A. Grayscale: #AAAAAA. Windows color (decimal): -1017099 or 16087792. OLE color: 16087792.
HSL color Cylindrical-coordinate representation of color #F07AF5: hue angle of 297.56º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F07AF5 is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 122 | 245 | - |
| CMYK | 0.02 | 0.50 | 0 | 0.04 |
| HSL | 297.56º | 0.86% | 0.72% | - |
| HSV(B) | 297.56º | 0.5% | 0.96% | - |
| XYZ | 59.38 | 39.04 | 90.79 | - |
| YUV | 171.3 | 169.59 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 122 | 245 | 0.02 | 0.50 | 0 | 0.04 | 297.56 | 0.86 | 0.72 |
| Hex | F0 | 7A | F5 | 2 | 32 | 0 | 4 | 12A | 56 | 48 |
| Octal | 360 | 172 | 365 | 2 | 62 | 0 | 4 | 452 | 126 | 110 |
| Binary | 11110000 | 1111010 | 11110101 | 10 | 110010 | 0 | 100 | 100101010 | 1010110 | 1001000 |
Color Harmonies of #F07AF5
Complementary color
Monochromatic Colors of #F07AF5
Black with #F07AF5
Text Example
Text Example
White with #F07AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07AF5; }
p { color: rgb(240,122,245); }
H1.HeaderClassName
{
color: #F07AF5;
}
.AnyTagClassName
{
color: #F07AF5;
}
</style>
background-color css
<style>
a { background-color: #F07AF5; }
a { background-color: rgb(240,122,245); }
div.DivClassName
{
background-color: #F07AF5;
}
.BgClassName
{
background-color: #F07AF5;
}
</style>
border-color css
<style>
span { border-color: #F07AF5; }
span { border-color: rgb(240,122,245); }
td.TdClassName
{
border-color: #F07AF5;
}
.TagClassName
{
border-color: #F07AF5;
}
</style>