Shades of Violet #F68AFA
Tints of Violet #F68AFA
RGB
CMYK
RGB Variations
Color information
#F68AFA (or 0xF68AFA) is known color: Violet. HEX triplet: F6, 8A and FA. RGB value is (246,138,250). Sum of RGB (Red+Green+Blue) = 246+138+250=634 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.80% from 634); Green value is 138 (54.30% from 255 or 21.77% from 634); Blue value is 250 (98.05% from 255 or 39.43% from 634); Max value from RGB is 250 - color contains mainly: blue. Hex color #F68AFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F68AFA is #097505. Grayscale: #B6B6B6. Windows color (decimal): -619782 or 16419574. OLE color: 16419574.
HSL color Cylindrical-coordinate representation of color #F68AFA: hue angle of 297.86º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F68AFA is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 138 | 250 | - |
| CMYK | 0.02 | 0.45 | 0 | 0.02 |
| HSL | 297.86º | 0.92% | 0.76% | - |
| HSV(B) | 297.86º | 0.45% | 0.98% | - |
| XYZ | 64.35 | 44.67 | 95.67 | - |
| YUV | 183.06 | 165.78 | 172.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 138 | 250 | 0.02 | 0.45 | 0 | 0.02 | 297.86 | 0.92 | 0.76 |
| Hex | F6 | 8A | FA | 2 | 2D | 0 | 2 | 12A | 5C | 4C |
| Octal | 366 | 212 | 372 | 2 | 55 | 0 | 2 | 452 | 134 | 114 |
| Binary | 11110110 | 10001010 | 11111010 | 10 | 101101 | 0 | 10 | 100101010 | 1011100 | 1001100 |
Color Harmonies of #F68AFA
Complementary color
Monochromatic Colors of #F68AFA
Black with #F68AFA
Text Example
Text Example
White with #F68AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68AFA; }
p { color: rgb(246,138,250); }
H1.HeaderClassName
{
color: #F68AFA;
}
.AnyTagClassName
{
color: #F68AFA;
}
</style>
background-color css
<style>
a { background-color: #F68AFA; }
a { background-color: rgb(246,138,250); }
div.DivClassName
{
background-color: #F68AFA;
}
.BgClassName
{
background-color: #F68AFA;
}
</style>
border-color css
<style>
span { border-color: #F68AFA; }
span { border-color: rgb(246,138,250); }
td.TdClassName
{
border-color: #F68AFA;
}
.TagClassName
{
border-color: #F68AFA;
}
</style>