Shades of Violet #F07CF1
Tints of Violet #F07CF1
RGB
CMYK
RGB Variations
Color information
#F07CF1 (or 0xF07CF1) is known color: Violet. HEX triplet: F0, 7C and F1. RGB value is (240,124,241). Sum of RGB (Red+Green+Blue) = 240+124+241=605 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.67% from 605); Green value is 124 (48.83% from 255 or 20.50% from 605); Blue value is 241 (94.53% from 255 or 39.83% from 605); Max value from RGB is 241 - color contains mainly: blue. Hex color #F07CF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F07CF1 is #0F830E. Grayscale: #ABABAB. Windows color (decimal): -1016591 or 15826160. OLE color: 15826160.
HSL color Cylindrical-coordinate representation of color #F07CF1: hue angle of 299.49º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F07CF1 is Cyan = 0.00, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 124 | 241 | - |
| CMYK | 0.00 | 0.49 | 0 | 0.05 |
| HSL | 299.49º | 0.81% | 0.72% | - |
| HSV(B) | 299.49º | 0.49% | 0.95% | - |
| XYZ | 59.02 | 39.29 | 87.69 | - |
| YUV | 172.02 | 166.93 | 176.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 124 | 241 | 0.00 | 0.49 | 0 | 0.05 | 299.49 | 0.81 | 0.72 |
| Hex | F0 | 7C | F1 | 0 | 31 | 0 | 5 | 12B | 51 | 48 |
| Octal | 360 | 174 | 361 | 0 | 61 | 0 | 5 | 453 | 121 | 110 |
| Binary | 11110000 | 1111100 | 11110001 | 0 | 110001 | 0 | 101 | 100101011 | 1010001 | 1001000 |
Color Harmonies of #F07CF1
Complementary color
Monochromatic Colors of #F07CF1
Black with #F07CF1
Text Example
Text Example
White with #F07CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07CF1; }
p { color: rgb(240,124,241); }
H1.HeaderClassName
{
color: #F07CF1;
}
.AnyTagClassName
{
color: #F07CF1;
}
</style>
background-color css
<style>
a { background-color: #F07CF1; }
a { background-color: rgb(240,124,241); }
div.DivClassName
{
background-color: #F07CF1;
}
.BgClassName
{
background-color: #F07CF1;
}
</style>
border-color css
<style>
span { border-color: #F07CF1; }
span { border-color: rgb(240,124,241); }
td.TdClassName
{
border-color: #F07CF1;
}
.TagClassName
{
border-color: #F07CF1;
}
</style>