Shades of Violet #F69DF6
Tints of Violet #F69DF6
RGB
CMYK
RGB Variations
Color information
#F69DF6 (or 0xF69DF6) is known color: Violet. HEX triplet: F6, 9D and F6. RGB value is (246,157,246). Sum of RGB (Red+Green+Blue) = 246+157+246=649 (85% of max value = 765). Red value is 246 (96.48% from 255 or 37.90% from 649); Green value is 157 (61.72% from 255 or 24.19% from 649); Blue value is 246 (96.48% from 255 or 37.90% from 649); Max value from RGB is 246 - color contains mainly: red, blue. Hex color #F69DF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F69DF6 is #096209. Grayscale: #C1C1C1. Windows color (decimal): -614922 or 16162294. OLE color: 16162294.
HSL color Cylindrical-coordinate representation of color #F69DF6: hue angle of 300º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F69DF6 is Cyan = 0, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 157 | 246 | - |
| CMYK | 0 | 0.36 | 0 | 0.04 |
| HSL | 300º | 0.83% | 0.79% | - |
| HSV(B) | 300º | 0.36% | 0.96% | - |
| XYZ | 66.7 | 50.36 | 93.39 | - |
| YUV | 193.76 | 157.49 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 157 | 246 | 0 | 0.36 | 0 | 0.04 | 300 | 0.83 | 0.79 |
| Hex | F6 | 9D | F6 | 0 | 24 | 0 | 4 | 12C | 53 | 4F |
| Octal | 366 | 235 | 366 | 0 | 44 | 0 | 4 | 454 | 123 | 117 |
| Binary | 11110110 | 10011101 | 11110110 | 0 | 100100 | 0 | 100 | 100101100 | 1010011 | 1001111 |
Color Harmonies of #F69DF6
Complementary color
Monochromatic Colors of #F69DF6
Black with #F69DF6
Text Example
Text Example
White with #F69DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69DF6; }
p { color: rgb(246,157,246); }
H1.HeaderClassName
{
color: #F69DF6;
}
.AnyTagClassName
{
color: #F69DF6;
}
</style>
background-color css
<style>
a { background-color: #F69DF6; }
a { background-color: rgb(246,157,246); }
div.DivClassName
{
background-color: #F69DF6;
}
.BgClassName
{
background-color: #F69DF6;
}
</style>
border-color css
<style>
span { border-color: #F69DF6; }
span { border-color: rgb(246,157,246); }
td.TdClassName
{
border-color: #F69DF6;
}
.TagClassName
{
border-color: #F69DF6;
}
</style>