#F68AFF

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

Shades of Violet #F68AFF

Tints of Violet #F68AFF

Color information

#F68AFF (or 0xF68AFF) is unknown color: approx Violet. HEX triplet: F6, 8A and FF. RGB value is (246,138,255). Sum of RGB (Red+Green+Blue) = 246+138+255=639 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.50% from 639); Green value is 138 (54.30% from 255 or 21.60% from 639); Blue value is 255 (100% from 255 or 39.91% from 639); Max value from RGB is 255 - color contains mainly: blue. Hex color #F68AFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F68AFF is #097500. Grayscale: #B7B7B7. Windows color (decimal): -619777 or 16747254. OLE color: 16747254.

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

Color convert

RGB246138255-
CMYK0.040.4600
HSL295.38º100%77.06%-
HSV(B)295.38º45.88%100%-
XYZ65.1444.9999.86-
YUV183.63168.28172.49-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.50%
GREEN value IS 138 (54.30% from 255) = 21.60%
BLUE value IS 255 (100% from 255) = 39.91%
R=38.50%
G=21.60%
B=39.91%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2461382550.040.4600295.3810077.06
HexF68AFF42E00127644d
Octal36621237745600447144115
Binary1111011010001010111111111001011100010010011111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F68AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F68AFF; }

 p { color: rgb(246,138,255); }

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

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

 a { background-color: rgb(246,138,255); }

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

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

 span { border-color: rgb(246,138,255); }

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