Shades of Violet #F07CF0
Tints of Violet #F07CF0
RGB
CMYK
RGB Variations
Color information
#F07CF0 (or 0xF07CF0) is known color: Violet. HEX triplet: F0, 7C and F0. RGB value is (240,124,240). Sum of RGB (Red+Green+Blue) = 240+124+240=604 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.74% from 604); Green value is 124 (48.83% from 255 or 20.53% from 604); Blue value is 240 (94.14% from 255 or 39.74% from 604); Max value from RGB is 240 - color contains mainly: red, blue. Hex color #F07CF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F07CF0 is #0F830F. Grayscale: #ABABAB. Windows color (decimal): -1016592 or 15760624. OLE color: 15760624.
HSL color Cylindrical-coordinate representation of color #F07CF0: hue angle of 300º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F07CF0 is Cyan = 0, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 124 | 240 | - |
| CMYK | 0 | 0.48 | 0 | 0.06 |
| HSL | 300º | 0.79% | 0.71% | - |
| HSV(B) | 300º | 0.48% | 0.94% | - |
| XYZ | 58.87 | 39.23 | 86.91 | - |
| YUV | 171.91 | 166.43 | 176.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 124 | 240 | 0 | 0.48 | 0 | 0.06 | 300 | 0.79 | 0.71 |
| Hex | F0 | 7C | F0 | 0 | 30 | 0 | 6 | 12C | 4F | 47 |
| Octal | 360 | 174 | 360 | 0 | 60 | 0 | 6 | 454 | 117 | 107 |
| Binary | 11110000 | 1111100 | 11110000 | 0 | 110000 | 0 | 110 | 100101100 | 1001111 | 1000111 |
Color Harmonies of #F07CF0
Complementary color
Monochromatic Colors of #F07CF0
Black with #F07CF0
Text Example
Text Example
White with #F07CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07CF0; }
p { color: rgb(240,124,240); }
H1.HeaderClassName
{
color: #F07CF0;
}
.AnyTagClassName
{
color: #F07CF0;
}
</style>
background-color css
<style>
a { background-color: #F07CF0; }
a { background-color: rgb(240,124,240); }
div.DivClassName
{
background-color: #F07CF0;
}
.BgClassName
{
background-color: #F07CF0;
}
</style>
border-color css
<style>
span { border-color: #F07CF0; }
span { border-color: rgb(240,124,240); }
td.TdClassName
{
border-color: #F07CF0;
}
.TagClassName
{
border-color: #F07CF0;
}
</style>