Shades of Violet #F69EFE
Tints of Violet #F69EFE
RGB
CMYK
RGB Variations
Color information
#F69EFE (or 0xF69EFE) is known color: Violet. HEX triplet: F6, 9E and FE. RGB value is (246,158,254). Sum of RGB (Red+Green+Blue) = 246+158+254=658 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.39% from 658); Green value is 158 (62.11% from 255 or 24.01% from 658); Blue value is 254 (99.61% from 255 or 38.60% from 658); Max value from RGB is 254 - color contains mainly: blue. Hex color #F69EFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F69EFE is #096101. Grayscale: #C2C2C2. Windows color (decimal): -614658 or 16686838. OLE color: 16686838.
HSL color Cylindrical-coordinate representation of color #F69EFE: hue angle of 295º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F69EFE is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 246 | 158 | 254 | - |
| CMYK | 0.03 | 0.38 | 0 | 0.00 |
| HSL | 295º | 0.98% | 0.81% | - |
| HSV(B) | 295º | 0.38% | 1% | - |
| XYZ | 68.12 | 51.2 | 100.06 | - |
| YUV | 195.26 | 161.15 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 158 | 254 | 0.03 | 0.38 | 0 | 0.00 | 295 | 0.98 | 0.81 |
| Hex | F6 | 9E | FE | 3 | 26 | 0 | 0 | 127 | 62 | 51 |
| Octal | 366 | 236 | 376 | 3 | 46 | 0 | 0 | 447 | 142 | 121 |
| Binary | 11110110 | 10011110 | 11111110 | 11 | 100110 | 0 | 0 | 100100111 | 1100010 | 1010001 |
Color Harmonies of #F69EFE
Complementary color
Monochromatic Colors of #F69EFE
Black with #F69EFE
Text Example
Text Example
White with #F69EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69EFE; }
p { color: rgb(246,158,254); }
H1.HeaderClassName
{
color: #F69EFE;
}
.AnyTagClassName
{
color: #F69EFE;
}
</style>
background-color css
<style>
a { background-color: #F69EFE; }
a { background-color: rgb(246,158,254); }
div.DivClassName
{
background-color: #F69EFE;
}
.BgClassName
{
background-color: #F69EFE;
}
</style>
border-color css
<style>
span { border-color: #F69EFE; }
span { border-color: rgb(246,158,254); }
td.TdClassName
{
border-color: #F69EFE;
}
.TagClassName
{
border-color: #F69EFE;
}
</style>