Shades of Violet #F07AF7
Tints of Violet #F07AF7
RGB
CMYK
RGB Variations
Color information
#F07AF7 (or 0xF07AF7) is known color: Violet. HEX triplet: F0, 7A and F7. RGB value is (240,122,247). Sum of RGB (Red+Green+Blue) = 240+122+247=609 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.41% from 609); Green value is 122 (48.05% from 255 or 20.03% from 609); Blue value is 247 (96.88% from 255 or 40.56% from 609); Max value from RGB is 247 - color contains mainly: blue. Hex color #F07AF7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F07AF7 is #0F8508. Grayscale: #ABABAB. Windows color (decimal): -1017097 or 16218864. OLE color: 16218864.
HSL color Cylindrical-coordinate representation of color #F07AF7: hue angle of 296.64º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F07AF7 is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 122 | 247 | - |
| CMYK | 0.03 | 0.51 | 0 | 0.03 |
| HSL | 296.64º | 0.89% | 0.72% | - |
| HSV(B) | 296.64º | 0.51% | 0.97% | - |
| XYZ | 59.68 | 39.16 | 92.41 | - |
| YUV | 171.53 | 170.59 | 176.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 122 | 247 | 0.03 | 0.51 | 0 | 0.03 | 296.64 | 0.89 | 0.72 |
| Hex | F0 | 7A | F7 | 3 | 33 | 0 | 3 | 129 | 59 | 48 |
| Octal | 360 | 172 | 367 | 3 | 63 | 0 | 3 | 451 | 131 | 110 |
| Binary | 11110000 | 1111010 | 11110111 | 11 | 110011 | 0 | 11 | 100101001 | 1011001 | 1001000 |
Color Harmonies of #F07AF7
Complementary color
Monochromatic Colors of #F07AF7
Black with #F07AF7
Text Example
Text Example
White with #F07AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07AF7; }
p { color: rgb(240,122,247); }
H1.HeaderClassName
{
color: #F07AF7;
}
.AnyTagClassName
{
color: #F07AF7;
}
</style>
background-color css
<style>
a { background-color: #F07AF7; }
a { background-color: rgb(240,122,247); }
div.DivClassName
{
background-color: #F07AF7;
}
.BgClassName
{
background-color: #F07AF7;
}
</style>
border-color css
<style>
span { border-color: #F07AF7; }
span { border-color: rgb(240,122,247); }
td.TdClassName
{
border-color: #F07AF7;
}
.TagClassName
{
border-color: #F07AF7;
}
</style>