Shades of Violet #F07CFA
Tints of Violet #F07CFA
RGB
CMYK
RGB Variations
Color information
#F07CFA (or 0xF07CFA) is known color: Violet. HEX triplet: F0, 7C and FA. RGB value is (240,124,250). Sum of RGB (Red+Green+Blue) = 240+124+250=614 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.09% from 614); Green value is 124 (48.83% from 255 or 20.20% from 614); Blue value is 250 (98.05% from 255 or 40.72% from 614); Max value from RGB is 250 - color contains mainly: blue. Hex color #F07CFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F07CFA is #0F8305. Grayscale: #ACACAC. Windows color (decimal): -1016582 or 16415984. OLE color: 16415984.
HSL color Cylindrical-coordinate representation of color #F07CFA: hue angle of 295.24º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F07CFA is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 124 | 250 | - |
| CMYK | 0.04 | 0.50 | 0 | 0.02 |
| HSL | 295.24º | 0.93% | 0.73% | - |
| HSV(B) | 295.24º | 0.5% | 0.98% | - |
| XYZ | 60.4 | 39.84 | 94.95 | - |
| YUV | 173.05 | 171.43 | 175.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 124 | 250 | 0.04 | 0.50 | 0 | 0.02 | 295.24 | 0.93 | 0.73 |
| Hex | F0 | 7C | FA | 4 | 32 | 0 | 2 | 127 | 5D | 49 |
| Octal | 360 | 174 | 372 | 4 | 62 | 0 | 2 | 447 | 135 | 111 |
| Binary | 11110000 | 1111100 | 11111010 | 100 | 110010 | 0 | 10 | 100100111 | 1011101 | 1001001 |
Color Harmonies of #F07CFA
Complementary color
Monochromatic Colors of #F07CFA
Black with #F07CFA
Text Example
Text Example
White with #F07CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07CFA; }
p { color: rgb(240,124,250); }
H1.HeaderClassName
{
color: #F07CFA;
}
.AnyTagClassName
{
color: #F07CFA;
}
</style>
background-color css
<style>
a { background-color: #F07CFA; }
a { background-color: rgb(240,124,250); }
div.DivClassName
{
background-color: #F07CFA;
}
.BgClassName
{
background-color: #F07CFA;
}
</style>
border-color css
<style>
span { border-color: #F07CFA; }
span { border-color: rgb(240,124,250); }
td.TdClassName
{
border-color: #F07CFA;
}
.TagClassName
{
border-color: #F07CFA;
}
</style>