Shades of Violet #F69DFF
Tints of Violet #F69DFF
RGB
CMYK
RGB Variations
Color information
#F69DFF (or 0xF69DFF) is known color: Violet. HEX triplet: F6, 9D and FF. RGB value is (246,157,255). Sum of RGB (Red+Green+Blue) = 246+157+255=658 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.39% from 658); Green value is 157 (61.72% from 255 or 23.86% from 658); Blue value is 255 (100% from 255 or 38.75% from 658); Max value from RGB is 255 - color contains mainly: blue. Hex color #F69DFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F69DFF is #096200. Grayscale: #C2C2C2. Windows color (decimal): -614913 or 16752118. OLE color: 16752118.
HSL color Cylindrical-coordinate representation of color #F69DFF: hue angle of 294.49º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F69DFF is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 246 | 157 | 255 | - |
| CMYK | 0.04 | 0.38 | 0 | 0 |
| HSL | 294.49º | 1% | 0.81% | - |
| HSV(B) | 294.49º | 0.38% | 1% | - |
| XYZ | 68.11 | 50.93 | 100.85 | - |
| YUV | 194.78 | 161.99 | 164.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 157 | 255 | 0.04 | 0.38 | 0 | 0 | 294.49 | 1 | 0.81 |
| Hex | F6 | 9D | FF | 4 | 26 | 0 | 0 | 126 | 64 | 51 |
| Octal | 366 | 235 | 377 | 4 | 46 | 0 | 0 | 446 | 144 | 121 |
| Binary | 11110110 | 10011101 | 11111111 | 100 | 100110 | 0 | 0 | 100100110 | 1100100 | 1010001 |
Color Harmonies of #F69DFF
Complementary color
Monochromatic Colors of #F69DFF
Black with #F69DFF
Text Example
Text Example
White with #F69DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69DFF; }
p { color: rgb(246,157,255); }
H1.HeaderClassName
{
color: #F69DFF;
}
.AnyTagClassName
{
color: #F69DFF;
}
</style>
background-color css
<style>
a { background-color: #F69DFF; }
a { background-color: rgb(246,157,255); }
div.DivClassName
{
background-color: #F69DFF;
}
.BgClassName
{
background-color: #F69DFF;
}
</style>
border-color css
<style>
span { border-color: #F69DFF; }
span { border-color: rgb(246,157,255); }
td.TdClassName
{
border-color: #F69DFF;
}
.TagClassName
{
border-color: #F69DFF;
}
</style>