Shades of Violet #F68DFE
Tints of Violet #F68DFE
RGB
CMYK
RGB Variations
Color information
#F68DFE (or 0xF68DFE) is known color: Violet. HEX triplet: F6, 8D and FE. RGB value is (246,141,254). Sum of RGB (Red+Green+Blue) = 246+141+254=641 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.38% from 641); Green value is 141 (55.47% from 255 or 22.00% from 641); Blue value is 254 (99.61% from 255 or 39.63% from 641); Max value from RGB is 254 - color contains mainly: blue. Hex color #F68DFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F68DFE is #097201. Grayscale: #B8B8B8. Windows color (decimal): -619010 or 16682486. OLE color: 16682486.
HSL color Cylindrical-coordinate representation of color #F68DFE: hue angle of 295.75º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F68DFE is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 246 | 141 | 254 | - |
| CMYK | 0.03 | 0.44 | 0 | 0.00 |
| HSL | 295.75º | 0.98% | 0.77% | - |
| HSV(B) | 295.75º | 0.44% | 1% | - |
| XYZ | 65.42 | 45.8 | 99.16 | - |
| YUV | 185.28 | 166.79 | 171.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 141 | 254 | 0.03 | 0.44 | 0 | 0.00 | 295.75 | 0.98 | 0.77 |
| Hex | F6 | 8D | FE | 3 | 2C | 0 | 0 | 128 | 62 | 4D |
| Octal | 366 | 215 | 376 | 3 | 54 | 0 | 0 | 450 | 142 | 115 |
| Binary | 11110110 | 10001101 | 11111110 | 11 | 101100 | 0 | 0 | 100101000 | 1100010 | 1001101 |
Color Harmonies of #F68DFE
Complementary color
Monochromatic Colors of #F68DFE
Black with #F68DFE
Text Example
Text Example
White with #F68DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68DFE; }
p { color: rgb(246,141,254); }
H1.HeaderClassName
{
color: #F68DFE;
}
.AnyTagClassName
{
color: #F68DFE;
}
</style>
background-color css
<style>
a { background-color: #F68DFE; }
a { background-color: rgb(246,141,254); }
div.DivClassName
{
background-color: #F68DFE;
}
.BgClassName
{
background-color: #F68DFE;
}
</style>
border-color css
<style>
span { border-color: #F68DFE; }
span { border-color: rgb(246,141,254); }
td.TdClassName
{
border-color: #F68DFE;
}
.TagClassName
{
border-color: #F68DFE;
}
</style>