Shades of Violet #F07AF4
Tints of Violet #F07AF4
RGB
CMYK
RGB Variations
Color information
#F07AF4 (or 0xF07AF4) is known color: Violet. HEX triplet: F0, 7A and F4. RGB value is (240,122,244). Sum of RGB (Red+Green+Blue) = 240+122+244=606 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.60% from 606); Green value is 122 (48.05% from 255 or 20.13% from 606); Blue value is 244 (95.70% from 255 or 40.26% from 606); Max value from RGB is 244 - color contains mainly: blue. Hex color #F07AF4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F07AF4 is #0F850B. Grayscale: #AAAAAA. Windows color (decimal): -1017100 or 16022256. OLE color: 16022256.
HSL color Cylindrical-coordinate representation of color #F07AF4: hue angle of 298.03º degrees, saturation: 0.85, 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 #F07AF4 is Cyan = 0.02, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 122 | 244 | - |
| CMYK | 0.02 | 0.5 | 0 | 0.04 |
| HSL | 298.03º | 0.85% | 0.72% | - |
| HSV(B) | 298.03º | 0.5% | 0.96% | - |
| XYZ | 59.22 | 38.98 | 89.99 | - |
| YUV | 171.19 | 169.09 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 122 | 244 | 0.02 | 0.5 | 0 | 0.04 | 298.03 | 0.85 | 0.72 |
| Hex | F0 | 7A | F4 | 2 | 32 | 0 | 4 | 12A | 55 | 48 |
| Octal | 360 | 172 | 364 | 2 | 62 | 0 | 4 | 452 | 125 | 110 |
| Binary | 11110000 | 1111010 | 11110100 | 10 | 110010 | 0 | 100 | 100101010 | 1010101 | 1001000 |
Color Harmonies of #F07AF4
Complementary color
Monochromatic Colors of #F07AF4
Black with #F07AF4
Text Example
Text Example
White with #F07AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07AF4; }
p { color: rgb(240,122,244); }
H1.HeaderClassName
{
color: #F07AF4;
}
.AnyTagClassName
{
color: #F07AF4;
}
</style>
background-color css
<style>
a { background-color: #F07AF4; }
a { background-color: rgb(240,122,244); }
div.DivClassName
{
background-color: #F07AF4;
}
.BgClassName
{
background-color: #F07AF4;
}
</style>
border-color css
<style>
span { border-color: #F07AF4; }
span { border-color: rgb(240,122,244); }
td.TdClassName
{
border-color: #F07AF4;
}
.TagClassName
{
border-color: #F07AF4;
}
</style>