Shades of Violet #F68EFF
Tints of Violet #F68EFF
RGB
CMYK
RGB Variations
Color information
#F68EFF (or 0xF68EFF) is known color: Violet. HEX triplet: F6, 8E and FF. RGB value is (246,142,255). Sum of RGB (Red+Green+Blue) = 246+142+255=643 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.26% from 643); Green value is 142 (55.86% from 255 or 22.08% from 643); Blue value is 255 (100% from 255 or 39.66% from 643); Max value from RGB is 255 - color contains mainly: blue. Hex color #F68EFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F68EFF is #097100. Grayscale: #B9B9B9. Windows color (decimal): -618753 or 16748278. OLE color: 16748278.
HSL color Cylindrical-coordinate representation of color #F68EFF: hue angle of 295.22º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F68EFF is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 246 | 142 | 255 | - |
| CMYK | 0.04 | 0.44 | 0 | 0 |
| HSL | 295.22º | 1% | 0.78% | - |
| HSV(B) | 295.22º | 0.44% | 1% | - |
| XYZ | 65.73 | 46.16 | 100.05 | - |
| YUV | 185.98 | 166.96 | 170.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 142 | 255 | 0.04 | 0.44 | 0 | 0 | 295.22 | 1 | 0.78 |
| Hex | F6 | 8E | FF | 4 | 2C | 0 | 0 | 127 | 64 | 4E |
| Octal | 366 | 216 | 377 | 4 | 54 | 0 | 0 | 447 | 144 | 116 |
| Binary | 11110110 | 10001110 | 11111111 | 100 | 101100 | 0 | 0 | 100100111 | 1100100 | 1001110 |
Color Harmonies of #F68EFF
Complementary color
Monochromatic Colors of #F68EFF
Black with #F68EFF
Text Example
Text Example
White with #F68EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68EFF; }
p { color: rgb(246,142,255); }
H1.HeaderClassName
{
color: #F68EFF;
}
.AnyTagClassName
{
color: #F68EFF;
}
</style>
background-color css
<style>
a { background-color: #F68EFF; }
a { background-color: rgb(246,142,255); }
div.DivClassName
{
background-color: #F68EFF;
}
.BgClassName
{
background-color: #F68EFF;
}
</style>
border-color css
<style>
span { border-color: #F68EFF; }
span { border-color: rgb(246,142,255); }
td.TdClassName
{
border-color: #F68EFF;
}
.TagClassName
{
border-color: #F68EFF;
}
</style>