Shades of Violet #F68EF2
Tints of Violet #F68EF2
RGB
CMYK
RGB Variations
Color information
#F68EF2 (or 0xF68EF2) is known color: Violet. HEX triplet: F6, 8E and F2. RGB value is (246,142,242). Sum of RGB (Red+Green+Blue) = 246+142+242=630 (83% of max value = 765). Red value is 246 (96.48% from 255 or 39.05% from 630); Green value is 142 (55.86% from 255 or 22.54% from 630); Blue value is 242 (94.92% from 255 or 38.41% from 630); Max value from RGB is 246 - color contains mainly: red. Hex color #F68EF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F68EF2 is #09710D. Grayscale: #B8B8B8. Windows color (decimal): -618766 or 15896310. OLE color: 15896310.
HSL color Cylindrical-coordinate representation of color #F68EF2: hue angle of 302.31º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F68EF2 is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 142 | 242 | - |
| CMYK | 0 | 0.42 | 0.02 | 0.04 |
| HSL | 302.31º | 0.85% | 0.76% | - |
| HSV(B) | 302.31º | 0.42% | 0.96% | - |
| XYZ | 63.71 | 45.35 | 89.4 | - |
| YUV | 184.5 | 160.46 | 171.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 142 | 242 | 0 | 0.42 | 0.02 | 0.04 | 302.31 | 0.85 | 0.76 |
| Hex | F6 | 8E | F2 | 0 | 2A | 2 | 4 | 12E | 55 | 4C |
| Octal | 366 | 216 | 362 | 0 | 52 | 2 | 4 | 456 | 125 | 114 |
| Binary | 11110110 | 10001110 | 11110010 | 0 | 101010 | 10 | 100 | 100101110 | 1010101 | 1001100 |
Color Harmonies of #F68EF2
Complementary color
Monochromatic Colors of #F68EF2
Black with #F68EF2
Text Example
Text Example
White with #F68EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68EF2; }
p { color: rgb(246,142,242); }
H1.HeaderClassName
{
color: #F68EF2;
}
.AnyTagClassName
{
color: #F68EF2;
}
</style>
background-color css
<style>
a { background-color: #F68EF2; }
a { background-color: rgb(246,142,242); }
div.DivClassName
{
background-color: #F68EF2;
}
.BgClassName
{
background-color: #F68EF2;
}
</style>
border-color css
<style>
span { border-color: #F68EF2; }
span { border-color: rgb(246,142,242); }
td.TdClassName
{
border-color: #F68EF2;
}
.TagClassName
{
border-color: #F68EF2;
}
</style>