Shades of Violet #F699FF
Tints of Violet #F699FF
RGB
CMYK
RGB Variations
Color information
#F699FF (or 0xF699FF) is known color: Violet. HEX triplet: F6, 99 and FF. RGB value is (246,153,255). Sum of RGB (Red+Green+Blue) = 246+153+255=654 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.61% from 654); Green value is 153 (60.16% from 255 or 23.39% from 654); Blue value is 255 (100% from 255 or 38.99% from 654); Max value from RGB is 255 - color contains mainly: blue. Hex color #F699FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F699FF is #096600. Grayscale: #C0C0C0. Windows color (decimal): -615937 or 16751094. OLE color: 16751094.
HSL color Cylindrical-coordinate representation of color #F699FF: hue angle of 294.71º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F699FF is Cyan = 0.04, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 246 | 153 | 255 | - |
| CMYK | 0.04 | 0.4 | 0 | 0 |
| HSL | 294.71º | 1% | 0.8% | - |
| HSV(B) | 294.71º | 0.4% | 1% | - |
| XYZ | 67.45 | 49.6 | 100.63 | - |
| YUV | 192.44 | 163.31 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 153 | 255 | 0.04 | 0.4 | 0 | 0 | 294.71 | 1 | 0.8 |
| Hex | F6 | 99 | FF | 4 | 28 | 0 | 0 | 127 | 64 | 50 |
| Octal | 366 | 231 | 377 | 4 | 50 | 0 | 0 | 447 | 144 | 120 |
| Binary | 11110110 | 10011001 | 11111111 | 100 | 101000 | 0 | 0 | 100100111 | 1100100 | 1010000 |
Color Harmonies of #F699FF
Complementary color
Monochromatic Colors of #F699FF
Black with #F699FF
Text Example
Text Example
White with #F699FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F699FF; }
p { color: rgb(246,153,255); }
H1.HeaderClassName
{
color: #F699FF;
}
.AnyTagClassName
{
color: #F699FF;
}
</style>
background-color css
<style>
a { background-color: #F699FF; }
a { background-color: rgb(246,153,255); }
div.DivClassName
{
background-color: #F699FF;
}
.BgClassName
{
background-color: #F699FF;
}
</style>
border-color css
<style>
span { border-color: #F699FF; }
span { border-color: rgb(246,153,255); }
td.TdClassName
{
border-color: #F699FF;
}
.TagClassName
{
border-color: #F699FF;
}
</style>