Shades of Violet #F07AF0
Tints of Violet #F07AF0
RGB
CMYK
RGB Variations
Color information
#F07AF0 (or 0xF07AF0) is known color: Violet. HEX triplet: F0, 7A and F0. RGB value is (240,122,240). Sum of RGB (Red+Green+Blue) = 240+122+240=602 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.87% from 602); Green value is 122 (48.05% from 255 or 20.27% from 602); Blue value is 240 (94.14% from 255 or 39.87% from 602); Max value from RGB is 240 - color contains mainly: red, blue. Hex color #F07AF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F07AF0 is #0F850F. Grayscale: #AAAAAA. Windows color (decimal): -1017104 or 15760112. OLE color: 15760112.
HSL color Cylindrical-coordinate representation of color #F07AF0: hue angle of 300º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F07AF0 is Cyan = 0, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 122 | 240 | - |
| CMYK | 0 | 0.49 | 0 | 0.06 |
| HSL | 300º | 0.8% | 0.71% | - |
| HSV(B) | 300º | 0.49% | 0.94% | - |
| XYZ | 58.62 | 38.74 | 86.83 | - |
| YUV | 170.73 | 167.09 | 177.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 122 | 240 | 0 | 0.49 | 0 | 0.06 | 300 | 0.8 | 0.71 |
| Hex | F0 | 7A | F0 | 0 | 31 | 0 | 6 | 12C | 50 | 47 |
| Octal | 360 | 172 | 360 | 0 | 61 | 0 | 6 | 454 | 120 | 107 |
| Binary | 11110000 | 1111010 | 11110000 | 0 | 110001 | 0 | 110 | 100101100 | 1010000 | 1000111 |
Color Harmonies of #F07AF0
Complementary color
Monochromatic Colors of #F07AF0
Black with #F07AF0
Text Example
Text Example
White with #F07AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07AF0; }
p { color: rgb(240,122,240); }
H1.HeaderClassName
{
color: #F07AF0;
}
.AnyTagClassName
{
color: #F07AF0;
}
</style>
background-color css
<style>
a { background-color: #F07AF0; }
a { background-color: rgb(240,122,240); }
div.DivClassName
{
background-color: #F07AF0;
}
.BgClassName
{
background-color: #F07AF0;
}
</style>
border-color css
<style>
span { border-color: #F07AF0; }
span { border-color: rgb(240,122,240); }
td.TdClassName
{
border-color: #F07AF0;
}
.TagClassName
{
border-color: #F07AF0;
}
</style>