Shades of Violet #F698FB
Tints of Violet #F698FB
RGB
CMYK
RGB Variations
Color information
#F698FB (or 0xF698FB) is known color: Violet. HEX triplet: F6, 98 and FB. RGB value is (246,152,251). Sum of RGB (Red+Green+Blue) = 246+152+251=649 (85% of max value = 765). Red value is 246 (96.48% from 255 or 37.90% from 649); Green value is 152 (59.77% from 255 or 23.42% from 649); Blue value is 251 (98.44% from 255 or 38.67% from 649); Max value from RGB is 251 - color contains mainly: blue. Hex color #F698FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F698FB is #096704. Grayscale: #BFBFBF. Windows color (decimal): -616197 or 16488694. OLE color: 16488694.
HSL color Cylindrical-coordinate representation of color #F698FB: hue angle of 296.97º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F698FB is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 152 | 251 | - |
| CMYK | 0.02 | 0.39 | 0 | 0.02 |
| HSL | 296.97º | 0.93% | 0.79% | - |
| HSV(B) | 296.97º | 0.39% | 0.98% | - |
| XYZ | 66.65 | 49.01 | 97.21 | - |
| YUV | 191.39 | 161.64 | 166.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 152 | 251 | 0.02 | 0.39 | 0 | 0.02 | 296.97 | 0.93 | 0.79 |
| Hex | F6 | 98 | FB | 2 | 27 | 0 | 2 | 129 | 5D | 4F |
| Octal | 366 | 230 | 373 | 2 | 47 | 0 | 2 | 451 | 135 | 117 |
| Binary | 11110110 | 10011000 | 11111011 | 10 | 100111 | 0 | 10 | 100101001 | 1011101 | 1001111 |
Color Harmonies of #F698FB
Complementary color
Monochromatic Colors of #F698FB
Black with #F698FB
Text Example
Text Example
White with #F698FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F698FB; }
p { color: rgb(246,152,251); }
H1.HeaderClassName
{
color: #F698FB;
}
.AnyTagClassName
{
color: #F698FB;
}
</style>
background-color css
<style>
a { background-color: #F698FB; }
a { background-color: rgb(246,152,251); }
div.DivClassName
{
background-color: #F698FB;
}
.BgClassName
{
background-color: #F698FB;
}
</style>
border-color css
<style>
span { border-color: #F698FB; }
span { border-color: rgb(246,152,251); }
td.TdClassName
{
border-color: #F698FB;
}
.TagClassName
{
border-color: #F698FB;
}
</style>