Shades of Violet #F68DFC
Tints of Violet #F68DFC
RGB
CMYK
RGB Variations
Color information
#F68DFC (or 0xF68DFC) is known color: Violet. HEX triplet: F6, 8D and FC. RGB value is (246,141,252). Sum of RGB (Red+Green+Blue) = 246+141+252=639 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.50% from 639); Green value is 141 (55.47% from 255 or 22.07% from 639); Blue value is 252 (98.83% from 255 or 39.44% from 639); Max value from RGB is 252 - color contains mainly: blue. Hex color #F68DFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F68DFC is #097203. Grayscale: #B8B8B8. Windows color (decimal): -619012 or 16551414. OLE color: 16551414.
HSL color Cylindrical-coordinate representation of color #F68DFC: hue angle of 296.76º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F68DFC is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 246 | 141 | 252 | - |
| CMYK | 0.02 | 0.44 | 0 | 0.01 |
| HSL | 296.76º | 0.95% | 0.77% | - |
| HSV(B) | 296.76º | 0.44% | 0.99% | - |
| XYZ | 65.1 | 45.67 | 97.48 | - |
| YUV | 185.05 | 165.79 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 141 | 252 | 0.02 | 0.44 | 0 | 0.01 | 296.76 | 0.95 | 0.77 |
| Hex | F6 | 8D | FC | 2 | 2C | 0 | 1 | 129 | 5F | 4D |
| Octal | 366 | 215 | 374 | 2 | 54 | 0 | 1 | 451 | 137 | 115 |
| Binary | 11110110 | 10001101 | 11111100 | 10 | 101100 | 0 | 1 | 100101001 | 1011111 | 1001101 |
Color Harmonies of #F68DFC
Complementary color
Monochromatic Colors of #F68DFC
Black with #F68DFC
Text Example
Text Example
White with #F68DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68DFC; }
p { color: rgb(246,141,252); }
H1.HeaderClassName
{
color: #F68DFC;
}
.AnyTagClassName
{
color: #F68DFC;
}
</style>
background-color css
<style>
a { background-color: #F68DFC; }
a { background-color: rgb(246,141,252); }
div.DivClassName
{
background-color: #F68DFC;
}
.BgClassName
{
background-color: #F68DFC;
}
</style>
border-color css
<style>
span { border-color: #F68DFC; }
span { border-color: rgb(246,141,252); }
td.TdClassName
{
border-color: #F68DFC;
}
.TagClassName
{
border-color: #F68DFC;
}
</style>