#F699FE

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

Shades of Violet #F699FE

Tints of Violet #F699FE

Color information

#F699FE (or 0xF699FE) is unknown color: approx Violet. HEX triplet: F6, 99 and FE. RGB value is (246,153,254). Sum of RGB (Red+Green+Blue) = 246+153+254=653 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.67% from 653); Green value is 153 (60.16% from 255 or 23.43% from 653); Blue value is 254 (99.61% from 255 or 38.90% from 653); Max value from RGB is 254 - color contains mainly: blue. Hex color #F699FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F699FE is #096601. Grayscale: #C0C0C0. Windows color (decimal): -615938 or 16685558. OLE color: 16685558.

HSL color Cylindrical-coordinate representation of color #F699FE: hue angle of 295.25º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F699FE is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB246153254-
CMYK0.030.4000.00
HSL295.25º98.06%79.8%-
HSV(B)295.25º39.76%99.61%-
XYZ67.2949.5399.78-
YUV192.32162.81166.29-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.67%
GREEN value IS 153 (60.16% from 255) = 23.43%
BLUE value IS 254 (99.61% from 255) = 38.90%
R=37.67%
G=23.43%
B=38.90%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2461532540.030.4000.00295.2598.0679.8
HexF699FE328001276250
Octal36623137635000447142120
Binary111101101001100111111110111010000010010011111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F699FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F699FE; }

 p { color: rgb(246,153,254); }

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

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

 a { background-color: rgb(246,153,254); }

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

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

 span { border-color: rgb(246,153,254); }

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