Shades of Violet #F07AF3
Tints of Violet #F07AF3
RGB
CMYK
RGB Variations
Color information
#F07AF3 (or 0xF07AF3) is known color: Violet. HEX triplet: F0, 7A and F3. RGB value is (240,122,243). Sum of RGB (Red+Green+Blue) = 240+122+243=605 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.67% from 605); Green value is 122 (48.05% from 255 or 20.17% from 605); Blue value is 243 (95.31% from 255 or 40.17% from 605); Max value from RGB is 243 - color contains mainly: blue. Hex color #F07AF3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F07AF3 is #0F850C. Grayscale: #AAAAAA. Windows color (decimal): -1017101 or 15956720. OLE color: 15956720.
HSL color Cylindrical-coordinate representation of color #F07AF3: hue angle of 298.51º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F07AF3 is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 122 | 243 | - |
| CMYK | 0.01 | 0.50 | 0 | 0.05 |
| HSL | 298.51º | 0.83% | 0.72% | - |
| HSV(B) | 298.51º | 0.5% | 0.95% | - |
| XYZ | 59.07 | 38.92 | 89.19 | - |
| YUV | 171.08 | 168.59 | 177.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 122 | 243 | 0.01 | 0.50 | 0 | 0.05 | 298.51 | 0.83 | 0.72 |
| Hex | F0 | 7A | F3 | 1 | 32 | 0 | 5 | 12B | 53 | 48 |
| Octal | 360 | 172 | 363 | 1 | 62 | 0 | 5 | 453 | 123 | 110 |
| Binary | 11110000 | 1111010 | 11110011 | 1 | 110010 | 0 | 101 | 100101011 | 1010011 | 1001000 |
Color Harmonies of #F07AF3
Complementary color
Monochromatic Colors of #F07AF3
Black with #F07AF3
Text Example
Text Example
White with #F07AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07AF3; }
p { color: rgb(240,122,243); }
H1.HeaderClassName
{
color: #F07AF3;
}
.AnyTagClassName
{
color: #F07AF3;
}
</style>
background-color css
<style>
a { background-color: #F07AF3; }
a { background-color: rgb(240,122,243); }
div.DivClassName
{
background-color: #F07AF3;
}
.BgClassName
{
background-color: #F07AF3;
}
</style>
border-color css
<style>
span { border-color: #F07AF3; }
span { border-color: rgb(240,122,243); }
td.TdClassName
{
border-color: #F07AF3;
}
.TagClassName
{
border-color: #F07AF3;
}
</style>