#F697FA

Color #F697FA Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet #F697FA

Tints of Violet #F697FA

Color information

#F697FA (or 0xF697FA) is unknown color: approx 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

RGB246151250-
CMYK0.020.4000.02
HSL297.58º90.83%78.63%-
HSV(B)297.58º39.6%98.04%-
XYZ66.3348.6396.33-
YUV190.69161.47167.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 246 (96.48% from 255) = 38.02%
GREEN value IS 151 (59.38% from 255) = 23.34%
BLUE value IS 250 (98.05% from 255) = 38.64%
R=38.02%
G=23.34%
B=38.64%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2461512500.020.4000.02297.5890.8378.63
HexF697FA2280212a5b4f
Octal36622737225002452133117
Binary1111011010010111111110101010100001010010101010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F697FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>