#F693FE

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

Shades of Violet #F693FE

Tints of Violet #F693FE

Color information

#F693FE (or 0xF693FE) is unknown color: approx Violet. HEX triplet: F6, 93 and FE. RGB value is (246,147,254). Sum of RGB (Red+Green+Blue) = 246+147+254=647 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.02% from 647); Green value is 147 (57.81% from 255 or 22.72% from 647); Blue value is 254 (99.61% from 255 or 39.26% from 647); Max value from RGB is 254 - color contains mainly: blue. Hex color #F693FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F693FE is #096C01. Grayscale: #BCBCBC. Windows color (decimal): -617474 or 16684022. OLE color: 16684022.

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

Color convert

RGB246147254-
CMYK0.030.4200.00
HSL295.51º98.17%78.63%-
HSV(B)295.51º42.13%99.61%-
XYZ66.3347.6299.46-
YUV188.8164.8168.8-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.02%
GREEN value IS 147 (57.81% from 255) = 22.72%
BLUE value IS 254 (99.61% from 255) = 39.26%
R=38.02%
G=22.72%
B=39.26%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2461472540.030.4200.00295.5198.1778.63
HexF693FE32A00128624f
Octal36622337635200450142117
Binary111101101001001111111110111010100010010100011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F693FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F693FE; }

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

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

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

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

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

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

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

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