Shades of Violet #F698FF
Tints of Violet #F698FF
RGB
CMYK
RGB Variations
Color information
#F698FF (or 0xF698FF) is known color: Violet. HEX triplet: F6, 98 and FF. RGB value is (246,152,255). Sum of RGB (Red+Green+Blue) = 246+152+255=653 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.67% from 653); Green value is 152 (59.77% from 255 or 23.28% from 653); Blue value is 255 (100% from 255 or 39.05% from 653); Max value from RGB is 255 - color contains mainly: blue. Hex color #F698FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F698FF is #096700. Grayscale: #BFBFBF. Windows color (decimal): -616193 or 16750838. OLE color: 16750838.
HSL color Cylindrical-coordinate representation of color #F698FF: hue angle of 294.76º 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 #F698FF is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 246 | 152 | 255 | - |
| CMYK | 0.04 | 0.40 | 0 | 0 |
| HSL | 294.76º | 1% | 0.8% | - |
| HSV(B) | 294.76º | 0.4% | 1% | - |
| XYZ | 67.28 | 49.27 | 100.57 | - |
| YUV | 191.85 | 163.64 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 152 | 255 | 0.04 | 0.40 | 0 | 0 | 294.76 | 1 | 0.8 |
| Hex | F6 | 98 | FF | 4 | 28 | 0 | 0 | 127 | 64 | 50 |
| Octal | 366 | 230 | 377 | 4 | 50 | 0 | 0 | 447 | 144 | 120 |
| Binary | 11110110 | 10011000 | 11111111 | 100 | 101000 | 0 | 0 | 100100111 | 1100100 | 1010000 |
Color Harmonies of #F698FF
Complementary color
Monochromatic Colors of #F698FF
Black with #F698FF
Text Example
Text Example
White with #F698FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F698FF; }
p { color: rgb(246,152,255); }
H1.HeaderClassName
{
color: #F698FF;
}
.AnyTagClassName
{
color: #F698FF;
}
</style>
background-color css
<style>
a { background-color: #F698FF; }
a { background-color: rgb(246,152,255); }
div.DivClassName
{
background-color: #F698FF;
}
.BgClassName
{
background-color: #F698FF;
}
</style>
border-color css
<style>
span { border-color: #F698FF; }
span { border-color: rgb(246,152,255); }
td.TdClassName
{
border-color: #F698FF;
}
.TagClassName
{
border-color: #F698FF;
}
</style>