Shades of Violet #F07FF3
Tints of Violet #F07FF3
RGB
CMYK
RGB Variations
Color information
#F07FF3 (or 0xF07FF3) is known color: Violet. HEX triplet: F0, 7F and F3. RGB value is (240,127,243). Sum of RGB (Red+Green+Blue) = 240+127+243=610 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.34% from 610); Green value is 127 (50% from 255 or 20.82% from 610); Blue value is 243 (95.31% from 255 or 39.84% from 610); Max value from RGB is 243 - color contains mainly: blue. Hex color #F07FF3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F07FF3 is #0F800C. Grayscale: #ADADAD. Windows color (decimal): -1015821 or 15958000. OLE color: 15958000.
HSL color Cylindrical-coordinate representation of color #F07FF3: hue angle of 298.45º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F07FF3 is Cyan = 0.01, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 127 | 243 | - |
| CMYK | 0.01 | 0.48 | 0 | 0.05 |
| HSL | 298.45º | 0.83% | 0.73% | - |
| HSV(B) | 298.45º | 0.48% | 0.95% | - |
| XYZ | 59.7 | 40.18 | 89.4 | - |
| YUV | 174.01 | 166.94 | 175.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 127 | 243 | 0.01 | 0.48 | 0 | 0.05 | 298.45 | 0.83 | 0.73 |
| Hex | F0 | 7F | F3 | 1 | 30 | 0 | 5 | 12A | 53 | 49 |
| Octal | 360 | 177 | 363 | 1 | 60 | 0 | 5 | 452 | 123 | 111 |
| Binary | 11110000 | 1111111 | 11110011 | 1 | 110000 | 0 | 101 | 100101010 | 1010011 | 1001001 |
Color Harmonies of #F07FF3
Complementary color
Monochromatic Colors of #F07FF3
Black with #F07FF3
Text Example
Text Example
White with #F07FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07FF3; }
p { color: rgb(240,127,243); }
H1.HeaderClassName
{
color: #F07FF3;
}
.AnyTagClassName
{
color: #F07FF3;
}
</style>
background-color css
<style>
a { background-color: #F07FF3; }
a { background-color: rgb(240,127,243); }
div.DivClassName
{
background-color: #F07FF3;
}
.BgClassName
{
background-color: #F07FF3;
}
</style>
border-color css
<style>
span { border-color: #F07FF3; }
span { border-color: rgb(240,127,243); }
td.TdClassName
{
border-color: #F07FF3;
}
.TagClassName
{
border-color: #F07FF3;
}
</style>