#F697FD

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

Shades of Violet #F697FD

Tints of Violet #F697FD

Color information

#F697FD (or 0xF697FD) is unknown color: approx Violet. HEX triplet: F6, 97 and FD. RGB value is (246,151,253). Sum of RGB (Red+Green+Blue) = 246+151+253=650 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.85% from 650); Green value is 151 (59.38% from 255 or 23.23% from 650); Blue value is 253 (99.22% from 255 or 38.92% from 650); Max value from RGB is 253 - color contains mainly: blue. Hex color #F697FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F697FD is #096802. Grayscale: #BEBEBE. Windows color (decimal): -616451 or 16619510. OLE color: 16619510.

HSL color Cylindrical-coordinate representation of color #F697FD: hue angle of 295.88º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F697FD is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB246151253-
CMYK0.030.4000.01
HSL295.88º96.23%79.22%-
HSV(B)295.88º40.32%99.22%-
XYZ66.848.8298.83-
YUV191.03162.97167.21-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.85%
GREEN value IS 151 (59.38% from 255) = 23.23%
BLUE value IS 253 (99.22% from 255) = 38.92%
R=37.85%
G=23.23%
B=38.92%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2461512530.030.4000.01295.8896.2379.22
HexF697FD32801128604f
Octal36622737535001450140117
Binary111101101001011111111101111010000110010100011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F697FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F697FD; }

 p { color: rgb(246,151,253); }

 H1.HeaderClassName
 {
   color: #F697FD;
 }
 .AnyTagClassName
 {
   color: #F697FD;
 }
</style>
background-color css

<style>
 a { background-color: #F697FD; }

 a { background-color: rgb(246,151,253); }

 div.DivClassName
 {
   background-color: #F697FD;
 }
 .BgClassName
 {
   background-color: #F697FD;
 }
</style>
border-color css

<style>
 span { border-color: #F697FD; }

 span { border-color: rgb(246,151,253); }

 td.TdClassName
 {
   border-color: #F697FD;
 }
 .TagClassName
 {
   border-color: #F697FD;
 }
</style>