Shades of Violet #F699FE
Tints of Violet #F699FE
RGB
CMYK
RGB Variations
Color information
#F699FE (or 0xF699FE) is known color: Violet. HEX triplet: F6, 99 and FE. RGB value is (246,153,254). Sum of RGB (Red+Green+Blue) = 246+153+254=653 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.67% from 653); Green value is 153 (60.16% from 255 or 23.43% from 653); Blue value is 254 (99.61% from 255 or 38.90% from 653); Max value from RGB is 254 - color contains mainly: blue. Hex color #F699FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F699FE is #096601. Grayscale: #C0C0C0. Windows color (decimal): -615938 or 16685558. OLE color: 16685558.
HSL color Cylindrical-coordinate representation of color #F699FE: hue angle of 295.25º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F699FE is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 246 | 153 | 254 | - |
| CMYK | 0.03 | 0.40 | 0 | 0.00 |
| HSL | 295.25º | 0.98% | 0.8% | - |
| HSV(B) | 295.25º | 0.4% | 1% | - |
| XYZ | 67.29 | 49.53 | 99.78 | - |
| YUV | 192.32 | 162.81 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 153 | 254 | 0.03 | 0.40 | 0 | 0.00 | 295.25 | 0.98 | 0.8 |
| Hex | F6 | 99 | FE | 3 | 28 | 0 | 0 | 127 | 62 | 50 |
| Octal | 366 | 231 | 376 | 3 | 50 | 0 | 0 | 447 | 142 | 120 |
| Binary | 11110110 | 10011001 | 11111110 | 11 | 101000 | 0 | 0 | 100100111 | 1100010 | 1010000 |
Color Harmonies of #F699FE
Complementary color
Monochromatic Colors of #F699FE
Black with #F699FE
Text Example
Text Example
White with #F699FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F699FE; }
p { color: rgb(246,153,254); }
H1.HeaderClassName
{
color: #F699FE;
}
.AnyTagClassName
{
color: #F699FE;
}
</style>
background-color css
<style>
a { background-color: #F699FE; }
a { background-color: rgb(246,153,254); }
div.DivClassName
{
background-color: #F699FE;
}
.BgClassName
{
background-color: #F699FE;
}
</style>
border-color css
<style>
span { border-color: #F699FE; }
span { border-color: rgb(246,153,254); }
td.TdClassName
{
border-color: #F699FE;
}
.TagClassName
{
border-color: #F699FE;
}
</style>