#F68EFD

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

Shades of Violet #F68EFD

Tints of Violet #F68EFD

Color information

#F68EFD (or 0xF68EFD) is unknown color: approx Violet. HEX triplet: F6, 8E and FD. RGB value is (246,142,253). Sum of RGB (Red+Green+Blue) = 246+142+253=641 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.38% from 641); Green value is 142 (55.86% from 255 or 22.15% from 641); Blue value is 253 (99.22% from 255 or 39.47% from 641); Max value from RGB is 253 - color contains mainly: blue. Hex color #F68EFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F68EFD is #097102. Grayscale: #B9B9B9. Windows color (decimal): -618755 or 16617206. OLE color: 16617206.

HSL color Cylindrical-coordinate representation of color #F68EFD: hue angle of 296.22º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F68EFD is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB246142253-
CMYK0.030.4400.01
HSL296.22º96.52%77.45%-
HSV(B)296.22º43.87%99.22%-
XYZ65.4146.0398.37-
YUV185.75165.96170.97-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.38%
GREEN value IS 142 (55.86% from 255) = 22.15%
BLUE value IS 253 (99.22% from 255) = 39.47%
R=38.38%
G=22.15%
B=39.47%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2461422530.030.4400.01296.2296.5277.45
HexF68EFD32C01128614d
Octal36621637535401450141115
Binary111101101000111011111101111011000110010100011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F68EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F68EFD; }

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

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

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

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

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

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

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

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