Shades of Violet #F69EFA
Tints of Violet #F69EFA
RGB
CMYK
RGB Variations
Color information
#F69EFA (or 0xF69EFA) is known color: Violet. HEX triplet: F6, 9E and FA. RGB value is (246,158,250). Sum of RGB (Red+Green+Blue) = 246+158+250=654 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.61% from 654); Green value is 158 (62.11% from 255 or 24.16% from 654); Blue value is 250 (98.05% from 255 or 38.23% from 654); Max value from RGB is 250 - color contains mainly: blue. Hex color #F69EFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F69EFA is #096105. Grayscale: #C2C2C2. Windows color (decimal): -614662 or 16424694. OLE color: 16424694.
HSL color Cylindrical-coordinate representation of color #F69EFA: hue angle of 297.39º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F69EFA is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 158 | 250 | - |
| CMYK | 0.02 | 0.37 | 0 | 0.02 |
| HSL | 297.39º | 0.9% | 0.8% | - |
| HSV(B) | 297.39º | 0.37% | 0.98% | - |
| XYZ | 67.49 | 50.95 | 96.72 | - |
| YUV | 194.8 | 159.15 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 158 | 250 | 0.02 | 0.37 | 0 | 0.02 | 297.39 | 0.9 | 0.8 |
| Hex | F6 | 9E | FA | 2 | 25 | 0 | 2 | 129 | 5A | 50 |
| Octal | 366 | 236 | 372 | 2 | 45 | 0 | 2 | 451 | 132 | 120 |
| Binary | 11110110 | 10011110 | 11111010 | 10 | 100101 | 0 | 10 | 100101001 | 1011010 | 1010000 |
Color Harmonies of #F69EFA
Complementary color
Monochromatic Colors of #F69EFA
Black with #F69EFA
Text Example
Text Example
White with #F69EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69EFA; }
p { color: rgb(246,158,250); }
H1.HeaderClassName
{
color: #F69EFA;
}
.AnyTagClassName
{
color: #F69EFA;
}
</style>
background-color css
<style>
a { background-color: #F69EFA; }
a { background-color: rgb(246,158,250); }
div.DivClassName
{
background-color: #F69EFA;
}
.BgClassName
{
background-color: #F69EFA;
}
</style>
border-color css
<style>
span { border-color: #F69EFA; }
span { border-color: rgb(246,158,250); }
td.TdClassName
{
border-color: #F69EFA;
}
.TagClassName
{
border-color: #F69EFA;
}
</style>