#F68CFE

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

Shades of Violet #F68CFE

Tints of Violet #F68CFE

Color information

#F68CFE (or 0xF68CFE) is unknown color: approx Violet. HEX triplet: F6, 8C and FE. RGB value is (246,140,254). Sum of RGB (Red+Green+Blue) = 246+140+254=640 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.44% from 640); Green value is 140 (55.08% from 255 or 21.88% from 640); Blue value is 254 (99.61% from 255 or 39.69% from 640); Max value from RGB is 254 - color contains mainly: blue. Hex color #F68CFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F68CFE is #097301. Grayscale: #B8B8B8. Windows color (decimal): -619266 or 16682230. OLE color: 16682230.

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

Color convert

RGB246140254-
CMYK0.030.4500.00
HSL295.79º98.28%77.25%-
HSV(B)295.79º44.88%99.61%-
XYZ65.2745.599.11-
YUV184.69167.12171.73-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.44%
GREEN value IS 140 (55.08% from 255) = 21.88%
BLUE value IS 254 (99.61% from 255) = 39.69%
R=38.44%
G=21.88%
B=39.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2461402540.030.4500.00295.7998.2877.25
HexF68CFE32D00128624d
Octal36621437635500450142115
Binary111101101000110011111110111011010010010100011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F68CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F68CFE; }

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

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

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

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

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

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

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

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