#F68CF9

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

Shades of Violet #F68CF9

Tints of Violet #F68CF9

Color information

#F68CF9 (or 0xF68CF9) is unknown color: approx Violet. HEX triplet: F6, 8C and F9. RGB value is (246,140,249). Sum of RGB (Red+Green+Blue) = 246+140+249=635 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.74% from 635); Green value is 140 (55.08% from 255 or 22.05% from 635); Blue value is 249 (97.66% from 255 or 39.21% from 635); Max value from RGB is 249 - color contains mainly: blue. Hex color #F68CF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F68CF9 is #097306. Grayscale: #B7B7B7. Windows color (decimal): -619271 or 16354550. OLE color: 16354550.

HSL color Cylindrical-coordinate representation of color #F68CF9: hue angle of 298.35º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F68CF9 is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB246140249-
CMYK0.010.4400.02
HSL298.35º90.08%76.27%-
HSV(B)298.35º43.78%97.65%-
XYZ64.4845.1994.95-
YUV184.12164.62172.14-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.74%
GREEN value IS 140 (55.08% from 255) = 22.05%
BLUE value IS 249 (97.66% from 255) = 39.21%
R=38.74%
G=22.05%
B=39.21%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2461402490.010.4400.02298.3590.0876.27
HexF68CF912C0212a5a4c
Octal36621437115402452132114
Binary111101101000110011111001110110001010010101010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F68CF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F68CF9; }

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

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

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

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

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

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

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

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