Shades of Violet #F697FA
Tints of Violet #F697FA
RGB
CMYK
RGB Variations
Color information
#F697FA (or 0xF697FA) is known color: Violet. HEX triplet: F6, 97 and FA. RGB value is (246,151,250). Sum of RGB (Red+Green+Blue) = 246+151+250=647 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.02% from 647); Green value is 151 (59.38% from 255 or 23.34% from 647); Blue value is 250 (98.05% from 255 or 38.64% from 647); Max value from RGB is 250 - color contains mainly: blue. Hex color #F697FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F697FA is #096805. Grayscale: #BEBEBE. Windows color (decimal): -616454 or 16422902. OLE color: 16422902.
HSL color Cylindrical-coordinate representation of color #F697FA: hue angle of 297.58º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F697FA is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 151 | 250 | - |
| CMYK | 0.02 | 0.40 | 0 | 0.02 |
| HSL | 297.58º | 0.91% | 0.79% | - |
| HSV(B) | 297.58º | 0.4% | 0.98% | - |
| XYZ | 66.33 | 48.63 | 96.33 | - |
| YUV | 190.69 | 161.47 | 167.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 151 | 250 | 0.02 | 0.40 | 0 | 0.02 | 297.58 | 0.91 | 0.79 |
| Hex | F6 | 97 | FA | 2 | 28 | 0 | 2 | 12A | 5B | 4F |
| Octal | 366 | 227 | 372 | 2 | 50 | 0 | 2 | 452 | 133 | 117 |
| Binary | 11110110 | 10010111 | 11111010 | 10 | 101000 | 0 | 10 | 100101010 | 1011011 | 1001111 |
Color Harmonies of #F697FA
Complementary color
Monochromatic Colors of #F697FA
Black with #F697FA
Text Example
Text Example
White with #F697FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F697FA; }
p { color: rgb(246,151,250); }
H1.HeaderClassName
{
color: #F697FA;
}
.AnyTagClassName
{
color: #F697FA;
}
</style>
background-color css
<style>
a { background-color: #F697FA; }
a { background-color: rgb(246,151,250); }
div.DivClassName
{
background-color: #F697FA;
}
.BgClassName
{
background-color: #F697FA;
}
</style>
border-color css
<style>
span { border-color: #F697FA; }
span { border-color: rgb(246,151,250); }
td.TdClassName
{
border-color: #F697FA;
}
.TagClassName
{
border-color: #F697FA;
}
</style>