Shades of Violet #F68AFC
Tints of Violet #F68AFC
RGB
CMYK
RGB Variations
Color information
#F68AFC (or 0xF68AFC) is known color: Violet. HEX triplet: F6, 8A and FC. RGB value is (246,138,252). Sum of RGB (Red+Green+Blue) = 246+138+252=636 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.68% from 636); Green value is 138 (54.30% from 255 or 21.70% from 636); Blue value is 252 (98.83% from 255 or 39.62% from 636); Max value from RGB is 252 - color contains mainly: blue. Hex color #F68AFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F68AFC is #097503. Grayscale: #B6B6B6. Windows color (decimal): -619780 or 16550646. OLE color: 16550646.
HSL color Cylindrical-coordinate representation of color #F68AFC: hue angle of 296.84º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F68AFC is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 246 | 138 | 252 | - |
| CMYK | 0.02 | 0.45 | 0 | 0.01 |
| HSL | 296.84º | 0.95% | 0.76% | - |
| HSV(B) | 296.84º | 0.45% | 0.99% | - |
| XYZ | 64.67 | 44.8 | 97.33 | - |
| YUV | 183.29 | 166.78 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 138 | 252 | 0.02 | 0.45 | 0 | 0.01 | 296.84 | 0.95 | 0.76 |
| Hex | F6 | 8A | FC | 2 | 2D | 0 | 1 | 129 | 5F | 4C |
| Octal | 366 | 212 | 374 | 2 | 55 | 0 | 1 | 451 | 137 | 114 |
| Binary | 11110110 | 10001010 | 11111100 | 10 | 101101 | 0 | 1 | 100101001 | 1011111 | 1001100 |
Color Harmonies of #F68AFC
Complementary color
Monochromatic Colors of #F68AFC
Black with #F68AFC
Text Example
Text Example
White with #F68AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68AFC; }
p { color: rgb(246,138,252); }
H1.HeaderClassName
{
color: #F68AFC;
}
.AnyTagClassName
{
color: #F68AFC;
}
</style>
background-color css
<style>
a { background-color: #F68AFC; }
a { background-color: rgb(246,138,252); }
div.DivClassName
{
background-color: #F68AFC;
}
.BgClassName
{
background-color: #F68AFC;
}
</style>
border-color css
<style>
span { border-color: #F68AFC; }
span { border-color: rgb(246,138,252); }
td.TdClassName
{
border-color: #F68AFC;
}
.TagClassName
{
border-color: #F68AFC;
}
</style>